jinn / core
Framework-agnostic core of the Jinn code generator
v0.2
2022-02-16 23:36 UTC
Requires
- php: >=7.4
- doctrine/dbal: ^3.1
- nette/php-generator: ^3.6
- symfony/yaml: ^5.3
This package is auto-updated.
Last update: 2025-06-29 02:01:03 UTC
README
Jinn is a code generator that speeds up your work by generating Models, Migrations, and APIs from simple YAML-based definitions. What makes Jinn different from other generators is that it lets you customize the generated code without losing the ability to update it when definitions change.
Jinn Core
The core is a framework-agnostic part of Jinn. For further details see framework-specific implementations.
Documentation
Full documentation available at: https://jinncode.dev/
Framework-specific implementations:
- Laravel: https://github.com/alex-shevchenko/jinn-laravel
- Symfony and other: contributors welcome