Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/compositephp/sync
- Owner: compositephp
- License: mit
- Created: 2023-05-06T08:45:06.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-07-13T13:47:28.000Z (4 months ago)
- Last Synced: 2024-07-13T15:02:12.984Z (4 months ago)
- Language: PHP
- Homepage:
- Size: 172 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.