Download the PHP package morris/lessql without Composer
On this page you can find all versions of the php package morris/lessql. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download morris/lessql
More information about morris/lessql
Files in morris/lessql
Download morris/lessql
More information about morris/lessql
Files in morris/lessql
Please rate this library. Is it a good library?
Informations about the package lessql
LessQL
LessQL is a lightweight and performant alternative to Object-Relational Mapping for PHP.
About
If you are looking for an SQL-based approach superior to raw PDO, check out DOP as an alternative.
Installation
Install LessQL via composer: composer require morris/lessql
.
LessQL requires PHP >= 5.6 and PDO.
Usage
Features
- Efficient deep finding through intelligent eager loading
- Constant number of queries, no N+1 problems
- Save complex, nested structures with one method call
- Convention over configuration
- Work closely to your database: LessQL is not an ORM
- No glue code required
- Clean, readable source code
- Fully tested with SQLite3, MySQL and PostgreSQL
- MIT license
Inspired mainly by NotORM, it was written from scratch to provide a clean API and simplified concepts.
Contributors
Thanks!
All versions of lessql with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.4
The package morris/lessql contains the following files
Loading the files please wait ....