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

Latest commit

 

History

History
24 lines (18 loc) · 837 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 837 Bytes

PHP Package template

Template for PHP Packages, that can be installed with Composer

Includes pre-configured:

Usage

  1. Install Cookiecutter, using

    $ pip install --user cookiecutter

    or any other method, described in Cookiecutter Intallation Manual.

  2. Create new project, using this template:

    $ cookiecutter gh:saritasa/cookiecutter-php-package