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

https://github.com/shrink/templates-php-library

:elephant: PHP library project template with strict code quality enforcement
https://github.com/shrink/templates-php-library

php project-template

Last synced: about 1 year ago
JSON representation

:elephant: PHP library project template with strict code quality enforcement

Awesome Lists containing this project

README

          

# Library

Description of my library.

## Hooks

A pre-commit Git Hook is included for ensuring compliance with code
requirements on commit, enable the Git Hook by running the following command:

```console
dev:~$ git config core.hooksPath .github/hooks
```