PHPackages                             theknarf/build.php - 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. theknarf/build.php

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

theknarf/build.php
==================

A simple build system for php

v0.0.3(11y ago)523zlibPHP

Since Mar 22Pushed 10y ago1 watchersCompare

[ Source](https://github.com/TheKnarf/build.php)[ Packagist](https://packagist.org/packages/theknarf/build.php)[ RSS](/packages/theknarf-buildphp/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (3)Versions (4)Used By (0)

Build.php
=========

[](#buildphp)

A simple build system for PHP

[![Screen shot of build.php in use](screenshot.png)](screenshot.png)

Usage
-----

[](#usage)

Add to `composer.json` under `require-dev` to use.

```
{
    "require-dev": {
        "theknarf/build.php": "dev-master"
    }
}

```

Then you can create a build.php file and run `php build.php` to build. If you don't specify a task to run the default task is `default`. To specify a task run `php build.php taskname`.

### Example build.php file

[](#example-buildphp-file)

```
