Download the PHP package smeeckaert/fw-orm without Composer
On this page you can find all versions of the php package smeeckaert/fw-orm. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package fw-orm
Orm
This is a lightweight standalone ORM in PHP. It was primarly made to use for simple REST APIs.
What it does
- Uses PDO as interface
- Provide Model helpers for CRUD
- Provide helpers to access relations
- Use PHPDoc as documentation
- Based on PHP, not in configuration.
What is not supported and won't be
This library is willingly simplified.
If you want to use these features, there is plenty other ORM available that do it probably better !
- Transactions
- Complexes query. Queries are simple, you can't mix "OR" and "AND" in the ORM, even if you can "bypass" that.
- Relations. While there is some support for accessing or creatin model relations, it won't be near what other ORM can provide.
- Multiple databases.
Installation
Clone the depot and add the Orm namespace in your autoloader.
Then put database informations in your application bootstrap.
Documentation
License
Everything here is public domain.
All versions of fw-orm with dependencies
PHP Build Version
Package Version
Requires
smeeckaert/fw-tools Version
~1.0
The package smeeckaert/fw-orm contains the following files
Loading the files please wait ....