An open API service indexing awesome lists of open source software.

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.

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