| 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: | 2025-11-02 15:05:44 | 
| Package Statistics | |
|---|---|
| Total Downloads: | 497,790 | 
| Monthly Downloads: | 934 | 
| Daily Downloads: | 11 | 
| Total Stars: | 16 | 
| Total Watchers: | 2 | 
| Total Forks: | 6 | 
| Total Open Issues: | 0 | 
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.
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
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.
Above installation can also be simplify by using the following command:
composer require "orchestra/support=^3.5"