Welcome to OroCRM an Open Source Client Relationship Management (CRM) tool.
This document contains information on how to download, install, and start using OroCRM. For a more detailed explanation, see the [Installation] chapter.
OroCRM requires Symfony 2.4, Doctrine 2 and PHP 5.4.4 or above.
git clone https://github.com/orocrm/crm.git
curl -s https://getcomposer.org/installer | php
php composer.phar install
To run unit tests of any bundnles :
phpunit
"require": {
"oro/crm": "dev-master",
}