cabello / Foundation

A conventional project tool for PHP and git.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Respect\Foundation Build Status

A conventional project tool for PHP and git.

This is a work in progress! Several features are missing. Get in touch...

Works out of the box with:

  • PEAR
  • Onion
  • Composer
  • Pirum
  • PHPUnit
  • New and pre-existing projects

Installation

Make sure you have curl, git PHP and PEAR installed. On your project folder, run:

curl -LO git.io/Makefile && make foundation

This command line will install and/or update your Foundation installation.

Usage

Type make help to see all available targets.

To see what Foundation has discovered about your project, run make project-info.

You can modify the package.ini file only. Changes in that file will propagate to other package files when you run make package.

About

A conventional project tool for PHP and git.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:PHP 98.7%Language:JavaScript 1.3%