noogic/composer-installer

Install composer packages from php code

v0.1.1 2019-12-24 12:37 UTC

This package is auto-updated.

Last update: 2024-05-29 04:28:37 UTC


README

Latest Version on Packagist Build Status Quality Score Total Downloads

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.