https://github.com/zored/php-template
https://github.com/zored/php-template
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zored/php-template
- Owner: zored
- License: gpl-3.0
- Created: 2018-03-26T14:45:51.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-02T15:31:13.000Z (almost 8 years ago)
- Last Synced: 2025-11-30T17:47:11.885Z (6 months ago)
- Language: Shell
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Usage: `git clone https://github.com/zored/php-template.git NAME && cd $_ && ./init.sh $_ 'NameSpace' 'Short description' 'Long description'`.
# PHP %DISPLAY_NAME%
[](https://packagist.org/packages/zored/%NAME%)
[](https://travis-ci.org/zored/%NAME%)
[](https://coveralls.io/github/zored/%NAME%?branch=master)
[](https://scrutinizer-ci.com/g/zored/%NAME%/?branch=master)
[](https://ci.appveyor.com/project/zored/%NAME%)
%DESCRIPTION%
# Install
```bash
composer require zored/%NAME%
```