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.

Installs: 39

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/joshmoody/library-skeleton

1.3.0 2015-01-23 04:33 UTC

This package is auto-updated.

Last update: 2025-09-29 01:43:21 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.