An open API service indexing awesome lists of open source software.

https://github.com/dschoenbauer/my-orm


https://github.com/dschoenbauer/my-orm

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# MyOrm #

MyOrm is an Object-Relational Mapping (ORM) for PHP 5.5 and up.

### Requirements ###

MyOrm requires the following:

* PHP 5.5+
* Composer

### Installation ###

* Add the below to your composer.json file

"repositories": [
{
"type": "git",
"url": "https://bitbucket.org/DaveSchoenbauer/MyOrm"
}
],
,
"require": {
"ctimt/myorm": "dev-master",
}

* Finally, to install all your project’s dependencies, type the following:

$php composer.phar install

### Testing Guidelines ###

* TBA

### Who do I talk to? ###

* David Schoenbauer