psiphp / object-agent
This package is abandoned and no longer maintained.
No replacement package was suggested.
Object Manager Abstraction
0.1.0
2017-01-01 13:37 UTC
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!