| Package Data | |
|---|---|
| Maintainer Username: | huenisys |
| Maintainer Contact: | paul@huenits.com (huenisys) |
| Package Create Date: | 2017-09-07 |
| Package Last Update: | 2017-10-25 |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-11-10 15:03:00 |
| Package Statistics | |
|---|---|
| Total Downloads: | 50 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 0 |
| Total Watchers: | 0 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
composer plugin for installing huenisys/stir
Simply have your composer package have type: stir-package and that will force the src to be installed in the root _stir folder. You must require: huenisys/stirrer
"type": "stir-package",
"require": {
"huenisys/stirrer": "dev-master",
},