polderknowledge / entityservice
A PHP library to easily work with entities.
Installs: 7 557
Dependents: 3
Suggesters: 0
Security: 0
Stars: 0
Watchers: 8
Forks: 1
Open Issues: 0
Requires
- php: ~7.0
- doctrine/collections: ^1.3
- zendframework/zend-eventmanager: ^2.5|^3.0
Requires (Dev)
- doctrine/orm: ^2.3
- phpunit/phpunit: ^4.7|^5.6
- polderknowledge/build-tools: ^2.0
This package is auto-updated.
Last update: 2024-10-12 04:35:29 UTC
README
This library provides functionality to work with entities. An entity is the representation of an object that usually can be retrieved from- and stored on a storage device (e.g. database, webservice, file system). This library makes it possible to quickly access a manager class without the need of creating the repositories.
Install
Via Composer
$ composer require polderknowledge/entityservice
Usage
Please read the documentation for this package for a quick setup.
Change log
Please see CHANGELOG for more information what has changed recently.
Testing
$ composer test
Contributing
Please see CONTRIBUTING and CONDUCT for details.
Security
If you discover any security related issues, please report them via HackerOne instead of using the issue tracker or e-mail.
Community
We have an IRC channel where you can find us every now and then. We're on the Freenode network in the channel #polderknowledge.
Credits
License
Please see LICENSE.md for the license of this application.