Download the PHP package degami/lessql without Composer
On this page you can find all versions of the php package degami/lessql. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download degami/lessql
More information about degami/lessql
Files in degami/lessql
Download degami/lessql
More information about degami/lessql
Files in degami/lessql
Please rate this library. Is it a good library?
Informations about the package lessql
THIS IS JUST A COPY OF THE ORIGINAL PROJECT, WITH A CHANGE REQUEST THAT I'VE SUBMITTED TO THE AUTHOR ALREADY APPLIED
go to the original project
LessQL
LessQL is a lightweight and performant alternative to Object-Relational Mapping for PHP.
Installation
Install LessQL via composer: composer require degami/lessql
.
LessQL requires PHP >= 8.0 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.
Documentation and Examples
All versions of lessql with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.4
The package degami/lessql contains the following files
Loading the files please wait ....