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
"require": {
"oro/platform": "dev-master",
}