Download the PHP package sourcegr/freakquent without Composer
On this page you can find all versions of the php package sourcegr/freakquent. 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 freakquent
Freakquent
An Eloquent-like, QueryBuilder-like, Doctrine-like, IDE-friently, no-bullshit ORM for PHP.
Setup
Example Contacts Model
Example Company Model
How to Use it
Find a model by id
Contact::find(1);
Find and delete it
Contact::find(1).delete();
Find and update it
All versions of freakquent with dependencies
PHP Build Version
Package Version
Requires
sourcegr/query-builder Version
^1.0
The package sourcegr/freakquent contains the following files
Loading the files please wait ....