Skip to content
forked from oroinc/platform

The Oro Platform - Business Application Platform (BAP)

License

Notifications You must be signed in to change notification settings

dmouse/platform

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

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

Until it's a private repository and it's not published on packagist :

    "require": {
        "oro/platform": "dev-master",
    },
    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/orocrm/platform.git",
            "branch": "master"
        }
    ],

About

The Oro Platform - Business Application Platform (BAP)

Resources

License

Stars

Watchers

Forks

Packages

No packages published