sebk / small-orm-swoft
Swoft implementation for small-orm
1.5.1
2021-10-31 17:39 UTC
Requires
- php: >7.3
- sebk/small-orm-core: >1.4.1
- swoft/framework: ~2.0.0
README
Small Orm is a small php ORM.
This package allow you to use Small Orm in Swoft Framework (http://swoft.io).
Install
Create your Swoft project : http://swoft.io/docs/2.x/en/quick-start/install.html
Require Small ORM Core package (https://github.com/sebk69/small-orm-core) :
composer require sebk/small-orm-core
Require the package with composer:
composer require sebk/small-orm-swoft
To use CRUD generator, you must require sebk/swoft-json-response and sebk/small-orm-forms :
composer require sebk/swoft-json-response
composer require sebk/small-orm-forms
Documentation
See documentation