noogic / composer-installer
Install composer packages from php code
Requires
- php: ^7.1
- ext-json: *
- guzzlehttp/guzzle: ^6.0
- symfony/filesystem: ^4.0|^5.0
- symfony/process: ^4.0|^5.0
Requires (Dev)
- phpunit/phpunit: ^7.0
This package is auto-updated.
Last update: 2024-12-29 06:21:23 UTC
README
This packages is meant for php projects setup. It will use composer to require packages inside of an actual project.
This is useful for example when trying to create a base project. Instead of forking it every time or downloading the zip manually, it's recommended to have a really stable base, for example the last version of Laravel, and then have packages to setup this base project. Since packages can be installed and updated using composer, it's easier to keep all the projects up to date.
Installation
You can install the package via composer:
composer require noogic/composer-installer
Usage
// Usage description here
Testing
composer test
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email joanmorellandres@gmail.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
PHP Package Boilerplate
This package was generated using the PHP Package Boilerplate.