Skip to content

antrampa/crm

 
 

Repository files navigation

OroCRM

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.

Scrutinizer Code Quality

Requirements

OroCRM requires Symfony 2.4, Doctrine 2 and PHP 5.4.9 or above.

Installation

git clone https://github.com/orocrm/crm.git

curl -s https://getcomposer.org/installer | php

php composer.phar install

Run unit tests

To run unit tests of any bundles :

phpunit

Use as dependency in composer

    "require": {
        "oro/crm": "1.0.*",
    }

About

OroCRM Community Edition Modules

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 92.4%
  • HTML 6.3%
  • JavaScript 1.2%
  • CSS 0.1%