compositephp / sync
PHP 8.1+ SQL Database Migrations and schema synchronisation
v0.1.5
2023-12-03 22:36 UTC
Requires
- php: ^8.1
- compositephp/db: ^0.4.0
- doctrine/inflector: ^2.0
- laminas/laminas-file: ^2.12
- nette/php-generator: ^4.0
- symfony/console: 2 - 6
Requires (Dev)
- phpstan/phpstan: ^1.9
- phpunit/phpunit: ^10.1
README
Composite Sync is a powerful and flexible PHP library designed to streamline and automate the synchronization process between SQL database table structures and PHP entity classes. By providing a set of easy-to-use tools, Composite Sync eliminates the need for manual synchronization and helps you maintain the consistency of your application's data model.
How to setup and use migrations read here
How to generate code from SQL tables read here
License:
MIT License (MIT). Please see LICENSE
for more information. Maintained by Composite PHP.