sebk / small-orm-swoft
Swoft implementation for small-orm
Installs: 41
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/sebk/small-orm-swoft
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