acfatah/psr4-package

PSR-4 PHP Package Boilerplate.

Installs: 115

Dependents: 0

Suggesters: 0

Security: 0

Stars: 14

Watchers: 4

Forks: 1

Open Issues: 1

Type:project

dev-master 2017-03-02 00:54 UTC

This package is auto-updated.

Last update: 2024-03-29 02:28:41 UTC


README

A boilerplate to create a new PSR-4 PHP package.

Installation using composer

Run composer create-project --stability=dev acfatah/psr4-package TARGET_DIR

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