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
- Host: GitHub
- URL: https://github.com/sebk69/small-orm-swoft
- Owner: sebk69
- License: gpl-3.0
- Created: 2021-10-15T14:54:26.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-08T14:11:39.000Z (over 4 years ago)
- Last Synced: 2025-12-27T04:07:42.248Z (5 months ago)
- Topics: orm, php, swoft
- Language: PHP
- Homepage: https://small-iceberg.dev/index.php/small-orm-swoft
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)