ipalaus / orchestral-support

Support Component for Orchestra Platform

Home Page:http://orchestraplatform.com/docs/latest/components/support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support Component for Orchestra Platform

Support Component is basically a basic set of class required by Orchestra Platform. The idea behind it is similar to what is Illuminate\Support to Laravel 5 Framework.

Latest Stable Version Total Downloads Build Status Coverage Status Scrutinizer Quality Score

Table of Content

Version Compatibility

Laravel Support
4.0.x 2.0.x
4.1.x 2.1.x
4.2.x 2.2.x
5.0.x 3.0.x@dev

Installation

To install through composer, simply put the following in your composer.json file:

{
	"require": {
		"orchestra/support": "3.0.*"
	}
}

And then run composer install from the terminal.

Quick Installation

Above installation can also be simplify by using the following command:

composer require "orchestra/support=3.0.*"

Resources

About

Support Component for Orchestra Platform

http://orchestraplatform.com/docs/latest/components/support

License:MIT License