Download the PHP package erusev/base without Composer
On this page you can find all versions of the php package erusev/base. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor erusev
Package base
Short Description Simple ORM.
License MIT
Homepage https://github.com/erusev/base
Package base
Short Description Simple ORM.
License MIT
Homepage https://github.com/erusev/base
Please rate this library. Is it a good library?
Informations about the package base
Base
Base is a simple library that makes it easier to work with databases in PHP.
I have been using it since 2012 and I felt like it is about time I share it.
Features
- Simple
- Intuitive
- Independent
- Secure
- Tested in 5.3, 5.4, 5.5, 5.6, 7 and HHVM
Installation
Include both Base.php
and Collection.php
or install the composer package.
Examples
Connect to a database:
Work with records:
Work with collections:
Handle relationships:
Execute queries:
Notes
- Not tested on other RDBMSs than MySQL
- Relationship methods assume that table names are singular - ex:
user
instead ofusers
- Relationship methods assume that FK names end in
_id
- use$fkEnding
to customize
All versions of base with dependencies
PHP Build Version
Package Version
No informations.
The package erusev/base contains the following files
Loading the files please wait ....