https://github.com/roliod/packageton-php
A skeleton structure which helps you quick start the creation of a php package.
https://github.com/roliod/packageton-php
php php-package php-package-template
Last synced: about 2 months ago
JSON representation
A skeleton structure which helps you quick start the creation of a php package.
- Host: GitHub
- URL: https://github.com/roliod/packageton-php
- Owner: roliod
- Created: 2019-07-18T21:41:03.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-12T22:15:35.000Z (almost 7 years ago)
- Last Synced: 2025-03-11T07:32:15.597Z (over 1 year ago)
- Topics: php, php-package, php-package-template
- Language: Makefile
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Packegeton-php
[](https://travis-ci.com/roliod/packageton-php)
Packegeton-php is a skeleton structure which helps you quick start the creation of a php package.
## Running tests
Running tests:
$ make test
Linting:
$ make lint
Complete delivery:
$ make delivery
## Running other tasks
See:
make help
for more info.
#