Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.22 KB

README.md

File metadata and controls

27 lines (19 loc) · 1.22 KB

The Oro Platform - Business Application Platform (BAP)

The Oro Platform offers developers the exact business application platform they’ve been looking for, by combining the tools they need. Built in PHP5 and the Symfony2 framework, it seamlessly integrates into OroCRM or works entirely standalone. Developing custom business applications has never been so easy.

Scrutinizer Code Quality Travis CI build status

Installation

Platform is a package that requires an application to run it. A platform-application is an example of such application which simplifies initial project setup and configuration.

Use as dependency in composer

In order to define dependency on platform in your project just add this to composer.json file:

    "require": {
        "oro/platform": "1.0.*"
    }

Documentation

The documentation for the Oro Platform can be found here.