/st3-php-build-system

A PHP build system for Sublime Text 3 that will run PHP-based build tasks for the current project

MIT LicenseMIT

Sublime Text 3 PHP Build System

A PHP build system for Sublime Text 3 that will run PHP-based build tasks for the current project. At present this will run PHPUnit, PHP Code Sniffer and PHP Code Beautifier against the current project.

Installation

Copy php.sublime_build into your Packages/User folder.

Usage

Build systems can be run by pressing F7, Apple + B, or from Tools → Build.