Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/compositephp/sync

PHP 8.1+ SQL Database Migrations and schema synchronisation
https://github.com/compositephp/sync

Last synced: about 1 month ago
JSON representation

PHP 8.1+ SQL Database Migrations and schema synchronisation

Awesome Lists containing this project

README

        

# Composite Sync

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](https://github.com/compositephp/db/blob/master/doc/migrations.md)

How to generate code from SQL tables [read here](https://github.com/compositephp/db/blob/master/doc/code-generators.md)

## License:

MIT License (MIT). Please see [`LICENSE`](./LICENSE) for more information. Maintained by Composite PHP.