PHPackages                             gasolwu/php-makefile - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. gasolwu/php-makefile

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

gasolwu/php-makefile
====================

Makefile recipes for PHP

v0.2.1(6y ago)1121MITMakefile

Since Nov 14Pushed 6y ago1 watchersCompare

[ Source](https://github.com/Gasol/php-makefile)[ Packagist](https://packagist.org/packages/gasolwu/php-makefile)[ Docs](https://github.com/Gasol/php-makefile)[ RSS](/packages/gasolwu-php-makefile/feed)WikiDiscussions master Synced 5d ago

READMEChangelogDependenciesVersions (4)Used By (0)

PHP Makefile
============

[](#php-makefile)

A set of makefiles consists of useful rules for PHP development.

[![asciicast](https://camo.githubusercontent.com/27a535abcc4fb2ab5d7ea67b3928a38fd2416cb6b87c5e205ecc73cf65641729/68747470733a2f2f61736369696e656d612e6f72672f612f4d4762764a654172784d43486d444a667252316e3958754a462e737667)](https://asciinema.org/a/MGbvJeArxMCHmDJfrR1n9XuJF)

Installation
============

[](#installation)

Install as development package by using [Composer](https://getcomposer.org/)

```
composer require --dev gasolwu/php-makefile

```

Or, append the following snippet into your composer.json and then run install manually by `composer install`

```
{
    "require-dev": {
        "gasolwu/php-makefile": "^0.1"
    }
}

```

Getting Started
===============

[](#getting-started)

The minimum setup is to create your own Makefile and includes the PHP.mk.

```
cat > Makefile
