Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

acfatah/psr4-package

Repository files navigation

PSR-4 PHP Package Boilerplate

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages