small / swoole-entity-manager
This package is abandoned and no longer maintained.
The author suggests using the small/swoole-entity-manager-core package instead.
There is no license information available for the latest version (dev-master) of this package.
Small Swoole Entity Manager is the orm core package. Use it for your from scratch implementation.
This package's canonical repository appears to be gone and the package has been frozen as a result.
dev-master
2024-05-13 20:32 UTC
Requires
- php: 8.3.*
- ext-mbstring: *
- predis/predis: 2.2.*
- small/collection: 2.*
- small/swoole-db: >=1.2
Requires (Dev)
- phpstan/phpstan: *
- phpunit/phpunit: 10.*
This package is not auto-updated.
Last update: 2024-08-16 12:09:52 UTC
README
Small Swoole Entity Manager is a php ORM designed for swoole.
This is the core package.
Install
Require the package with composer:
composer require small/swoole-entity-manager-core
TODO
- Postgre connector
- Redis connector
- Swoole Table connector
- Key value QueryBuilder