https://github.com/dschoenbauer/my-orm
https://github.com/dschoenbauer/my-orm
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/dschoenbauer/my-orm
- Owner: dschoenbauer
- Created: 2017-02-02T15:59:06.000Z (about 8 years ago)
- Default Branch: develop
- Last Pushed: 2017-02-02T16:10:35.000Z (about 8 years ago)
- Last Synced: 2023-08-30T03:58:16.611Z (over 1 year ago)
- Language: PHP
- Size: 189 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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