2017 © Pedro Peláez
 

project psr4-package

PSR-4 PHP Package Boilerplate.

image

acfatah/psr4-package

PSR-4 PHP Package Boilerplate.

  • Thursday, March 2, 2017
  • by acfatah
  • Repository
  • 3 Watchers
  • 14 Stars
  • 94 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 2 Versions
  • 1 % Grown

The README.md

PSR-4 PHP Package Boilerplate

A boilerplate to create a new PSR-4 PHP package., (*1)

Installation using composer

Run composer create-project --stability=dev acfatah/psr4-package TARGET_DIR, (*2)

Installation using git clone

  1. Run git clone https://github.com/acfatah/psr4-package.git TARGET_DIR
  2. Change directory to TARGET_DIR
  3. Run php install/bin/init
  4. Remove .git directory
  5. Run git init to initialize a new git repository

The Versions

02/03 2017

dev-master

9999999-dev

PSR-4 PHP Package Boilerplate.

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

21/10 2016

1.x-dev

1.9999999.9999999.9999999-dev

PSR-4 PHP Package Boilerplate.

  Sources   Download

MIT

The Requires

  • php >=5.3.3