hranicka/composer-sandbox

Composer Sandbox

v2.0.3 2016-08-13 06:17 UTC

This package is auto-updated.

Last update: 2023-03-16 00:27:30 UTC


README

This is a sandbox which helps you create a new composer package.

It includes:

  • .gitignore rules
  • composer.json
  • shippable.yml for CI
  • PHPUnit bootstrap

New project creation

$ composer create-project hranicka/composer-sandbox my-app

Repository name should be lower case, with hyphens instead of spaces.

Tests

See shippable.yml and PHPUnit config.