Skip to content

pascal08/PHP-Package-Boilerplate

Repository files navigation

Build Status

PHP Package Boilerplate

A simple boilerplate for developing PHP packages which is mainly focused on automated TDD.

Getting Started

With Composer and Node.js installed, run:

composer install
npm install

Running the tests

gulp tdd

Configuration for PHPStorm

Prevent indexing of third-party packages

Exclude the following directories:

  • /vendor
  • /node_modules

More info: Directories

Set Include Paths to include the following paths:

  • /vendor
  • /node_modules

More info: Congifuring Include Paths

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published