2017 © Pedro Peláez
 

library php-skeleton-library

Skeleton project for PHP libraries

image

aztech/php-skeleton-library

Skeleton project for PHP libraries

  • Monday, February 9, 2015
  • by thibaud-evaneos
  • Repository
  • 1 Watchers
  • 0 Stars
  • 52 Installations
  • Makefile
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

php-skeleton-library

Skeleton for PHP library projects, (*1)

This is my personal PHP library skeleton for use with Composer. Use it or don't, improve it or not, do whatever you like, but P/R your changes if they're interesting :p, (*2)

Use

$ composer create-project aztech/php-skeleton-library <target-dir>

Running tests, CS, etc... locally

Run tests and code style analyses, (*3)

$ make test-analysis

Run tests only, (*4)

$ make test

Upload code coverage to Scrutinizer

To upload to private repos, you need to export an OCULAR_TOKEN environment variable :, (*5)

$ export OCULAR_TOKEN='Scrutinizer API token'
$ make test-upload

Alternatively, without exporting the variable :, (*6)

$ OCULAR_TOKEN='Scrutinizer API token' make test-upload

Clean up your mess

$ make clean

The Versions

09/02 2015

dev-master

9999999-dev

Skeleton project for PHP libraries

  Sources   Download

MIT

The Requires

 

The Development Requires

aztech aztech-digital

09/02 2015

v1.0.5

1.0.5.0

Skeleton project for PHP libraries

  Sources   Download

MIT

The Requires

 

The Development Requires

aztech aztech-digital

06/02 2015

v1.0.4

1.0.4.0

Skeleton project for PHP libraries

  Sources   Download

MIT

The Requires

 

The Development Requires

aztech aztech-digital

11/09 2014

v1.0.2

1.0.2.0

Skeleton project for PHP libraries

  Sources   Download

MIT

The Requires

 

The Development Requires

aztech aztech-digital

28/08 2014

v1.0.1

1.0.1.0

Skeleton project for PHP libraries

  Sources   Download

MIT

The Requires

 

The Development Requires

aztech aztech-digital

28/08 2014

v1.0.0

1.0.0.0

Skeleton project for PHP libraries

  Sources   Download

MIT

The Requires

 

The Development Requires

aztech aztech-digital