Ecosyste.ms: Awesome
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: about 2 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 (8 months ago)
- Default Branch: main
- Last Pushed: 2024-07-03T08:49:58.000Z (6 months ago)
- Last Synced: 2024-10-13T06:20:57.461Z (3 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: 133 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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.## 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).