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
- Host: GitHub
- URL: https://github.com/shrink/templates-php-library
- Owner: shrink
- License: mit
- Created: 2020-10-12T15:03:54.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-12T15:08:03.000Z (over 5 years ago)
- Last Synced: 2025-02-09T11:27:00.073Z (over 1 year ago)
- Topics: php, project-template
- Language: Makefile
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```