Pinned Repositories
json-schema-to-php
Parses JSON schema files and provides an API to easily generate code from JSON schema.
json-schema-to-php-ast
Provides factories to create PhpParser node visitors or PHP Code AST class builder objects from JSON schema e. g. value objects
php-code-ast
PHP code generation based on PHP Abstract Syntax Tree (AST) with an easy to use high level OO API. Reverse engineering of your PHP code is also supported.
php-code-generator
Provides the runtime environment for various PHP code generation components. These can be interconnected via a configuration. Thus, individual operational sequences can be provided and combined.
php-code-generator-transformator
Transformator for PHP Code Generator. Can be used standalone in a workflow or by a Cartridge.
php-filter
Common PHP filter for code generation. Contains preconfigured filters to filter a name / label for class name, constants, properties, methods and namespaces.
Open Code Modeling's Repositories
open-code-modeling/json-schema-to-php
Parses JSON schema files and provides an API to easily generate code from JSON schema.
open-code-modeling/json-schema-to-php-ast
Provides factories to create PhpParser node visitors or PHP Code AST class builder objects from JSON schema e. g. value objects
open-code-modeling/php-code-ast
PHP code generation based on PHP Abstract Syntax Tree (AST) with an easy to use high level OO API. Reverse engineering of your PHP code is also supported.
open-code-modeling/php-code-generator
Provides the runtime environment for various PHP code generation components. These can be interconnected via a configuration. Thus, individual operational sequences can be provided and combined.
open-code-modeling/php-code-generator-transformator
Transformator for PHP Code Generator. Can be used standalone in a workflow or by a Cartridge.
open-code-modeling/php-filter
Common PHP filter for code generation. Contains preconfigured filters to filter a name / label for class name, constants, properties, methods and namespaces.