tm/new-php-project

This package is abandoned and no longer maintained. No replacement package was suggested.

My personal template for a new PHP project.

1.2.0 2016-10-18 21:19 UTC

This package is auto-updated.

Last update: 2021-06-11 21:06:50 UTC


README

Build Status Minimum PHP Version GitHub license GitHub issues

Features

  • Folder definition
  • Basic Git configuration
  • Basic composer file
  • Travis CI configuration
  • PHPUnit configuration
  • License
  • Contributing instruction

Install

composer create-project tm/new-php-project new-project --no-interaction --stability=dev
cd new-project
git init
cat .gitconfig > .git/config

Contributing

Please refer to CONTRIBUTING.md for information on how to contribute.