The platform is based on the Symfony 2 framework.
This repository contains base bundles forming the Oro Platform (BAP) which allows to easily create new custom business applications.
git clone https://github.com/orocrm/platform.git
curl -s https://getcomposer.org/installer | php
php composer.phar install
To run unit tests of any bundnles :
phpunit
Until it's a private repository and it's not published on packagist :
"require": {
"oro/platform": "dev-master",
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/orocrm/platform.git",
"branch": "master"
}
],