An open API service indexing awesome lists of open source software.

https://github.com/sebk69/small-orm-swoft

Swoft package for small-orm
https://github.com/sebk69/small-orm-swoft

orm php swoft

Last synced: 10 days ago
JSON representation

Swoft package for small-orm

Awesome Lists containing this project

README

          

# 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](https://github.com/sebk69/small-orm-doc)