Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/graste/empty-php-project
Empty PHP project as a skeleton for new repositories
https://github.com/graste/empty-php-project
Last synced: 9 days ago
JSON representation
Empty PHP project as a skeleton for new repositories
- Host: GitHub
- URL: https://github.com/graste/empty-php-project
- Owner: graste
- License: mit
- Created: 2014-05-31T13:13:45.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-14T21:18:19.000Z (over 8 years ago)
- Last Synced: 2023-03-11T01:48:12.017Z (over 1 year ago)
- Language: PHP
- Size: 23.4 KB
- Stars: 2
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# yourproject
[![Latest-Stable-Version](https://poser.pugx.org/yourusername/yourproject/v/stable.svg)][1]
[![License](https://poser.pugx.org/yourusername/yourproject/license.svg)][10]
[![Latest Unstable Version](https://poser.pugx.org/yourusername/yourproject/v/unstable.svg)][1]
[![Build Status](https://secure.travis-ci.org/yourusername/yourproject.png)][2]
[![Coverage Status](https://coveralls.io/repos/yourusername/yourproject/badge.png)][3]
[![Dependency Status](https://www.versioneye.com/user/projects/YOURIDHERE/badge.svg)][4]
[![Stories in Ready](https://badge.waffle.io/yourusername/yourproject.png?label=ready&title=Ready)][9]
[![Total Composer Downloads](https://poser.pugx.org/yourusername/yourproject/d/total.png)][1]Please have a look at the [available releases](releases).
## Purpose
yourdescription
## Requirements and installation
- PHP v5.6+
Install the library via [Composer](http://getcomposer.org/):
```./composer.phar require yourusername/yourproject [optional version]```
Adding it manually as a vendor library requirement to the `composer.json` file of your project works as well:
```json
{
"require": {
"yourusername/yourproject": "^0.1"
}
}
```Alternatively, you can download a release archive from the [github releases](releases).
## Documentation
tbd.
## Community
None, but you may join the freenode IRC [`#yourfreenodechannel`](irc://irc.freenode.org/yourproject) channel anytime. :-)
## Contributors
Please contribute by [forking](http://help.github.com/forking/) and sending a [pull request](http://help.github.com/pull-requests/). More information can be found in the [`CONTRIBUTING.md`](CONTRIBUTING.md) file. The authors and contributors are mentioned in the [github contributors graph](https://github.com/yourusername/yourproject/graphs/contributors) of this repository.
The code tries to adhere to the following PHP-FIG standards: [PSR-4][6], [PSR-1][7] and [PSR-2][8].
## Changelog
See [`CHANGELOG.md`](CHANGELOG.md) for more information about changes.
## License
This project is MIT licensed. See the [linked license](LICENSE.md) for details.
[1]: https://packagist.org/packages/yourusername/yourproject "yourusername/yourproject on packagist"
[2]: http://travis-ci.org/yourusername/yourproject "yourusername/yourproject on travis-ci"
[3]: https://coveralls.io/r/yourusername/yourproject "yourusername/yourproject on coveralls"
[4]: https://www.versioneye.com/user/projects/YOURIDHERE "yourusername/yourproject on versioneye"
[6]: http://www.php-fig.org/psr/psr-4/ "PSR-4 Autoloading Standard"
[7]: http://www.php-fig.org/psr/psr-1/ "PSR-1 Basic Coding Standard"
[8]: http://www.php-fig.org/psr/psr-2/ "PSR-2 Coding Style Guide"
[9]: https://waffle.io/yourusername/yourproject "yourusername/yourproject on waffle"
[10]: LICENSE.md "license file with full text of the license"