PHPackages                             appventus/hooks - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. appventus/hooks

AbandonedArchivedLibrary[Utility &amp; Helpers](/categories/utility)

appventus/hooks
===============

AppVentus custom git hooks

252Shell

Since Aug 5Pushed 12y ago4 watchersCompare

[ Source](https://github.com/AppVentus/Hooks)[ Packagist](https://packagist.org/packages/appventus/hooks)[ RSS](/packages/appventus-hooks/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Hooks
=====

[](#hooks)

This tool insert a git hook that will run php syntax checks and phpunit tests for your symfony2 application.

1. Installation

---

add thoose lines in your composer.json :

```
"require-dev": {
    [...],
    "appventus/hooks": "dev-master"
},

"scripts": {
    "post-update-cmd": [
        [...],
        "chmod a+x vendor/appventus/hooks/deploy.sh && sh vendor/appventus/hooks/deploy.sh"
    ]
},

```

2. Usage

---

When you'll commit a change, syntax and phpunit will run. In case of fail, the commit will be aborted You can run the commit without validation: git commit -n

Enjoy !

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/bfae4f0954a577921be2539b40a1f1958376f5c7364505e1e238e232ba8066d9?d=identicon)[paulandrieux](/maintainers/paulandrieux)

---

Top Contributors

[![paulandrieux](https://avatars.githubusercontent.com/u/1942078?v=4)](https://github.com/paulandrieux "paulandrieux (6 commits)")

### Embed Badge

![Health badge](/badges/appventus-hooks/health.svg)

```
[![Health](https://phpackages.com/badges/appventus-hooks/health.svg)](https://phpackages.com/packages/appventus-hooks)
```

###  Alternatives

[php-flasher/flasher

The foundational PHP library for PHPFlasher, enabling the creation of framework-agnostic flash notifications. Ideal for building custom integrations or for use in PHP projects.

654.7M41](/packages/php-flasher-flasher)[maize-tech/laravel-helpers

Laravel Helpers

302.1k](/packages/maize-tech-laravel-helpers)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
