drunomics/php-project

A Phapp-enabled project template for any kind of PHP app.

Installs: 34

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 1

Type:project

pkg:composer/drunomics/php-project

1.1.0 2018-05-07 08:02 UTC

This package is auto-updated.

Last update: 2025-09-15 07:04:55 UTC


README

Usage

  • Get and install the Phapp CLI, see https://github.com/drunomics/phapp-cli.

  • Run phapp create myproject --template=drunomics/php-project

  • Edit phapp.yml and fill-in your project's attributes.

  • The project is prepared with a basic .gitignore-build file that includes the composer generated vendor directory into builds. Run phapp build:branch BRANCH to build a branch.