Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stilliard/composer-package-boilerplate
Quick composer package boilerplate code
https://github.com/stilliard/composer-package-boilerplate
boilerplate composer php
Last synced: 10 days ago
JSON representation
Quick composer package boilerplate code
- Host: GitHub
- URL: https://github.com/stilliard/composer-package-boilerplate
- Owner: stilliard
- License: mit
- Created: 2015-01-19T12:28:50.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-19T13:23:17.000Z (almost 10 years ago)
- Last Synced: 2024-11-15T21:47:10.472Z (about 1 month ago)
- Topics: boilerplate, composer, php
- Language: PHP
- Size: 121 KB
- Stars: 7
- Watchers: 3
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple composer package boilerplate (Just a few default files i use when creating a blank composer package)
TODO:
- copy this locally: composer create-project stilliard/composer-package-boilerplate PROJECT_NAME -s dev
- delete these top lines once read
- git init as a fresh repo
- change TODO's in this file
- change the composer package "name", "description", etc. in the composer.json file
- start coding your classes in ./src/ and your tests in ./tests/ etc, commiting while you go. (Theres a Demo/Something class and Demo/Test/SomethingTest class ready for you to rename)
- setup a github repo and push to it
- setup travis-ci for auto testing and scrutinizer for checking for improvements
- you're done :D# Demo
TODO: travis-ci, scrutinizer, packaist images...
## About
TODO: Why would you use this package?
## Install
```bash
TODO: composer require stilliard/DEMO dev-master
```## Usage
TODO: How to use it?
### License
This project is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)