tomkyle/boilerplate-php

PHP Package boilerplate

1.2.0 2024-08-28 17:44 UTC

This package is auto-updated.

Last update: 2024-11-28 18:34:55 UTC


README

Packagist PHP version PHP Composer Software License

A template repository for PHP package.

Start new project

$ composer create-project tomkyle/boilerplate-php new-project  
$ cd new-project
$ composer install
$ npm install

Requirements and suggestions

$ composer require monolog/monolog
$ composer require symfony/cache
$ composer require nyholm/psr7
$ composer require guzzlehttp/guzzle

Development

Run npm update and watch the file system for PHP code changes. See package.json for a list of all watch and test tasks.

$ nmp run watch