joshmoody/library-skeleton

Skeleton for building PHP libraries. It is pre-configured for use with Composer, PHPUnit, and CodeSniffer. These three items should be in every PHP Library.

1.3.0 2015-01-23 04:33 UTC

This package is auto-updated.

Last update: 2024-04-29 03:04:43 UTC


README

Skeleton for building PHP packages. It is pre-configured for use with Composer, PHPUnit, and CodeSniffer. These three items should be in every PHP Library.

Installation

$ composer create-project joshmoody/library-skeleton your-project-name

See README_SAMPLE.md for an example README you can use in your packages with badges and standard installation instructions.