/small-orm-swoft

Swoft package for small-orm

Primary LanguagePHPGNU General Public License v3.0GPL-3.0

sebk/small-orm-swoft

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