Open Code Modeling
Pinned Loading
Repositories
- json-schema-to-php-ast Public
Provides factories to create PhpParser node visitors or PHP Code AST class builder objects from JSON schema e. g. value objects
- php-filter Public
Common PHP filter for code generation. Contains preconfigured filters to filter a name / label for class name, constants, properties, methods and namespaces.
- php-code-ast Public
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 Public
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.
- json-schema-to-php Public
Parses JSON schema files and provides an API to easily generate code from JSON schema.
- php-code-generator-transformator Public
Transformator for PHP Code Generator. Can be used standalone in a workflow or by a Cartridge.