psiphp / object-agent
Object Manager Abstraction
Installs: 1 650
Dependents: 3
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 4
Requires
- symfony/event-dispatcher: ^2.8|^3.0
Requires (Dev)
- doctrine/orm: ^2.5
- doctrine/phpcr-odm: ^1.4
- jackalope/jackalope-doctrine-dbal: ^1.2
- phpbench/container: ^1.0
- phpunit/phpunit: ^5.6
This package is auto-updated.
Last update: 2023-11-29 02:23:25 UTC
README
This component is part of the Psi Content Management Framework
The Psi Object Agent component provides an abstraction for object managers such as Doctrine ORM and Doctrine PHPCR-ODM. It enables objects to be retrieved, removed, saved and queried for using a single API.
Documentation
Documentation is in progress, there may be documentation in doc/index.rst.
Installation
Require in composer.json
:
$ composer require 'psiphp/object-agent'
Contributing
All contributions are welcome, go ahead and make a PR!