2017 © Pedro Peláez
 

library psr2-code-generator

Toolset for generating PHP code

image

cristianoc72/psr2-code-generator

Toolset for generating PHP code

  • Wednesday, July 18, 2018
  • by cristianoc72
  • Repository
  • 1 Watchers
  • 1 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

PSR-2 Code Generator

License Maintainability Test Coverage, (*1)

Psr2-code-generator is a library to generate PHP code programmatically, via a nice fluent api. This library is a light version of the awesome https://github.com/gossi/php-code-generator, refactored to generate PSR-2 code., (*2)

Differences and restrictions from the original library: - php 7.2+ strictly typed - generate PSR-2 code ONLY - generate only php 7.1+ code (strict types) - possibility to generate typed class properties (php 7.4) - no reflection nor reverse engeneering - generate only classes (no standalone functions), (*3)

Installation

Install via Composer:, (*4)

composer require susina/psr2-code-generator

Documentation

Documentation is available at https://susina.github.io/psr2-code-generator, (*5)

Contributing

Feel free to fork and submit a pull request. Don't forget the tests and PSR-2 standard, of course. See the contributing guide for further information., (*6)

The Versions

18/07 2018

dev-master

9999999-dev

Toolset for generating PHP code

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by Cristiano Cinotti

psr-2 code generation

12/02 2018

v1.0

1.0.0.0

Toolset for generating PHP code

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by Cristiano Cinotti

psr-2 code generation