Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pascal-splotches/php-composter-phpmnd
Automatically install a git pre-commit hook to check your PHP files upon each commit to scan for magic numbers.
https://github.com/pascal-splotches/php-composter-phpmnd
composer githook phpmnd
Last synced: about 2 months ago
JSON representation
Automatically install a git pre-commit hook to check your PHP files upon each commit to scan for magic numbers.
- Host: GitHub
- URL: https://github.com/pascal-splotches/php-composter-phpmnd
- Owner: pascal-splotches
- License: gpl-3.0
- Created: 2018-09-27T21:29:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-28T06:21:07.000Z (over 6 years ago)
- Last Synced: 2024-04-18T08:53:18.346Z (9 months ago)
- Topics: composer, githook, phpmnd
- Language: PHP
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PHP Composter PHPMND
![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square)
Automatically install a git pre-commit hook to check your PHP files upon each commit to scan for magic numbers.
## Table Of Contents
- [Installation](#installation)
- [Usage](#usage)
- [Built With](#built-with)
- [Contributing](#contributing)
- [Versioning](#versioning)
- [Authors](#authors)
- [License](#license)## Installation
Add as a development requirement to your `composer.json`:
```bash
composer require --dev pascal-splotches/php-composter-phpmnd
```## Usage
It automatically works whenever you execute a `git commit`.
## Built With
- [Composter](https://github.com/php-composter/php-composter)
- [PHP Magic Number Detector](https://github.com/povils/phpmnd)## Contributing
All feedback, bug reports and pull requests are welcomed.
## Versioning
We use [SemVer](https://semver.org/) for versioning. For the versions available, see the [releases on this repository](https://github.com/pascal-splotches/php-composter-phpmd/releases).
## Authors
- Pascal Scheepers
## License
This project is licensed under the GPL v3 License - see the [LICENSE](./LICENSE) file for details.