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

1.5.1 2021-10-31 17:39 UTC

This package is auto-updated.

Last update: 2025-10-08 22:25:40 UTC


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