orchestral / support by crynobone

Support Component for Orchestra Platform
475,147
16
4
Package Data
Maintainer Username: crynobone
Maintainer Contact: crynobone@gmail.com (Mior Muhammad Zaki)
Package Create Date: 2013-02-25
Package Last Update: 2022-06-28
Home Page: http://orchestraplatform.com/docs/latest/components/support
Language: PHP
License: MIT
Last Refreshed: 2024-04-25 15:06:19
Package Statistics
Total Downloads: 475,147
Monthly Downloads: 1,671
Daily Downloads: 114
Total Stars: 16
Total Watchers: 4
Total Forks: 6
Total Open Issues: 0

Support Component for Orchestra Platform

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

Build Status Latest Stable Version Total Downloads Latest Unstable Version License Coverage Status

Table of Content

Version Compatibility

Laravel | Support :----------|:---------- 5.5.x | 3.5.x 5.6.x | 3.6.x 5.7.x | 3.7.x 5.8.x | 3.8.x 5.9.x | 3.9.x@dev

Installation

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

{
    "require": {
        "orchestra/support": "^3.5"
    }
}

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.5"

Resources