Skip to content
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.

Latest commit

 

History

History
18 lines (12 loc) · 535 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 535 Bytes

BackPack

Basic template to create PHP packages.

Features

  • Composer default json file
  • PHPUnit default config file
  • Default src & tests folder created
  • Default PSR-4 namespace
  • TravisCI default configuration
  • Default license (MIT)

If you think about anything else that could be added to create a complete template for package bootstrap, feel free to submit a PR on the develop branch.

Installer

I also created a handy BackPack Installer, feel free to check it out!