2017 © Pedro Peláez
 

library oauth-layer

OAuth layer for aztech/layers

image

aztech/oauth-layer

OAuth layer for aztech/layers

  • Thursday, March 5, 2015
  • by thibaud-evaneos
  • Repository
  • 2 Watchers
  • 0 Stars
  • 24 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 4 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