https://github.com/ecphp/php-library-template
The ECPHP PHP project template.
https://github.com/ecphp/php-library-template
Last synced: 1 day ago
JSON representation
The ECPHP PHP project template.
- Host: GitHub
- URL: https://github.com/ecphp/php-library-template
- Owner: ecphp
- License: bsd-3-clause
- Created: 2021-04-19T12:49:45.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-18T01:57:47.000Z (about 2 years ago)
- Last Synced: 2024-05-01T19:24:19.582Z (over 1 year ago)
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[![Latest Stable Version][latest stable version]][1]
[![GitHub stars][github stars]][1]
[![Total Downloads][total downloads]][1]
[![GitHub Workflow Status][github workflow status]][2]
[![Scrutinizer code quality][code quality]][3]
[![Type Coverage][type coverage]][4]
[![Code Coverage][code coverage]][3]
[![License][license]][1]
# PHP project template
## Description
## Features
## Installation
```composer require ecphp/library```
## Usage
## Documentation
## Contributing
Report bug on the [issue tracker][5]
## Changelog
See [CHANGELOG.md][6] for a changelog based on [git commits][7].
For more detailed changelogs, please check [the release changelogs][8].
[latest stable version]: https://img.shields.io/packagist/v/ecphp/php-library-template.svg?style=flat-square
[github stars]: https://img.shields.io/github/stars/ecphp/php-library-template.svg?style=flat-square
[total downloads]: https://img.shields.io/packagist/dt/ecphp/php-library-template.svg?style=flat-square
[github workflow status]: https://img.shields.io/github/workflow/status/ecphp/php-library-template/Unit%20tests?style=flat-square
[code quality]: https://img.shields.io/scrutinizer/quality/g/ecphp/php-library-template/master.svg?style=flat-square
[type coverage]: https://img.shields.io/badge/dynamic/json?style=flat-square&color=color&label=Type%20coverage&query=message&url=https%3A%2F%2Fshepherd.dev%2Fgithub%2Floophp%2Fphp-library-template%2Fcoverage
[code coverage]: https://img.shields.io/scrutinizer/coverage/g/ecphp/php-library-template/master.svg?style=flat-square
[license]: https://img.shields.io/packagist/l/ecphp/php-library-template.svg?style=flat-square
[1]: https://packagist.org/packages/ecphp/php-library-template
[2]: https://github.com/ecphp/php-library-template/actions
[3]: https://scrutinizer-ci.com/g/ecphp/php-library-template/?branch=master
[4]: https://shepherd.dev/github/ecphp/php-library-template
[5]: https://github.com/ecphp/php-library-template/issues
[6]: https://github.com/ecphp/php-library-template/blob/master/CHANGELOG.md
[7]: https://github.com/ecphp/php-library-template/commits/master
[8]: https://github.com/ecphp/php-library-template/releases