This package allow to easily make use of the Doctrine ORM/ODM with Objective PHP
You can clone our Github repository by running:
git clone http://github.com/objective-php/doctrine-package
If you're to proceed this way, you probably don't need more explanation about how to use the library :)
The easiest way to install the library and get ready to play with it is by using Composer. Run the following command in an empty folder you just created for Primitives:
composer require --dev objective-php/doctrine-package:dev-master
First of all, please always run the unit tests suite. Our tests are written using PHPUnit, and can be run as follow:
cd [clone directory]/tests
./phpunit .
To be continued!