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

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

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).