https://github.com/jakubkulhan/data-access-kit-src
Type-safe minimum-writing SQL repositories for PHP
https://github.com/jakubkulhan/data-access-kit-src
dao data-access-layer data-access-library data-access-object data-mapper object-relational-mapper object-relational-mapping orm php symfony symfony-bundle
Last synced: 4 months ago
JSON representation
Type-safe minimum-writing SQL repositories for PHP
- Host: GitHub
- URL: https://github.com/jakubkulhan/data-access-kit-src
- Owner: jakubkulhan
- License: mit
- Created: 2024-05-23T13:15:45.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-09-12T09:40:15.000Z (9 months ago)
- Last Synced: 2025-09-12T10:10:07.138Z (9 months ago)
- Topics: dao, data-access-layer, data-access-library, data-access-object, data-mapper, object-relational-mapper, object-relational-mapping, orm, php, symfony, symfony-bundle
- Language: PHP
- Homepage: https://github.com/jakubkulhan/data-access-kit
- Size: 441 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DataAccessKit (source repository)
> Type-safe minimum-writing SQL repositories for PHP
## Packages
- [DataAccessKit](https://github.com/jakubkulhan/data-access-kit#readme) - Persistence layer based on Doctrine\DBAL and repository generator.
- [DataAccessKit\Symfony](https://github.com/jakubkulhan/data-access-kit-symfony#readme) - Integration with Symfony framework.
- [DataAccessKit\Replication](https://github.com/jakubkulhan/data-access-kit-replication#readme) - Real-time MySQL/MariaDB binary log replication stream for PHP.
## Contributing
This is the main source repository. Other repositories are automatically split from this one. Please open issues and pull requests here.
## License
Licensed under MIT license. See [LICENSE](LICENSE).