cakebake/php-sources-combiner

Combines php sources to one file

dev-master 2015-04-27 23:21 UTC

This package is not auto-updated.

Last update: 2020-01-10 15:23:34 UTC


README

Combines php sources to one file.

Install via Composer

If you do not have Composer, you may install it by following the instructions at getcomposer.org.

You can then install the package using the following command:

php composer.phar require --prefer-dist cakebake/php-sources-combiner "*"

or add

"cakebake/php-sources-combiner": "*"

to the require section of your composer.json file and run php composer.phar update.

Usage

...