Download the PHP package nochso/orm without Composer
On this page you can find all versions of the php package nochso/orm. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor nochso
Package orm
Short Description ORM with relations and performance in mind.
License MIT
Homepage http://localhost/orm/
Package orm
Short Description ORM with relations and performance in mind.
License MIT
Homepage http://localhost/orm/
Please rate this library. Is it a good library?
Informations about the package orm
nochso/orm
A stable ActiveRecord implementation:
- fluent query builder
- tested with MySQL and SQLite
- inspired by Paris but with less magic for better autocompletion
The following conventions are used:
- Every table requires a class inheriting from
nochso\ORM\Model
. - Class names are snaked_cased to table names by default.
- Otherwise you can override
protected static $_tableName
- Otherwise you can override
- Public properties of model classes correspond to column names.
Select all rows from table blog_post
with title matching "Hello %" ordered by creation_date
. Then update all titles at once.
Installation
Get composer and require nochso/orm
.
Example
Change log
See the CHANGELOG for the full history of changes between releases.
All versions of orm with dependencies
PHP Build Version
Package Version
No informations.
The package nochso/orm contains the following files
Loading the files please wait ....