Skip to content

Main OroPlatform package with core functionality.

License

Notifications You must be signed in to change notification settings

oroinc/platform

Folders and files

NameName
Last commit message
Last commit date
Dec 5, 2013
Jun 6, 2013
May 27, 2013
Oct 28, 2013
Dec 5, 2013
May 27, 2013
Sep 27, 2013
Sep 30, 2013
Dec 5, 2013
Dec 5, 2013
Sep 27, 2013
Sep 27, 2013

Repository files navigation

The Oro Platform - Business Application Platform (BAP)

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.

Installation

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

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

php composer.phar install

Run unit tests

To run unit tests of any bundnles :

phpunit

Use as dependency in composer

    "require": {
        "oro/platform": "dev-master",
    }