Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drunomics/php-project
A Phapp-enabled project template for any kind of PHP app.
https://github.com/drunomics/php-project
Last synced: about 1 month ago
JSON representation
A Phapp-enabled project template for any kind of PHP app.
- Host: GitHub
- URL: https://github.com/drunomics/php-project
- Owner: drunomics
- Created: 2017-07-17T08:22:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T03:00:22.000Z (about 1 year ago)
- Last Synced: 2023-12-15T04:22:43.438Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Composer template for Phapp-enabled PHP projects
## 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.