PHPackages                             cruddy/sentry - 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. cruddy/sentry

ActiveLibrary

cruddy/sentry
=============

088PHP

Since Oct 31Pushed 11y ago1 watchersCompare

[ Source](https://github.com/cruddy/sentry)[ Packagist](https://packagist.org/packages/cruddy/sentry)[ RSS](/packages/cruddy-sentry/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

If your application uses [Sentry](http://github.com/cartalyst/sentry) for authentication, you can it's power to control which entities the user can have access to.

Each entity has following actions that can be performed: view, create, update, delete. A user needs to have `{entity}.{action}` permission to perform an action on specified entity. For example, in order to be able to view items of `products` entity, authenticated user needs to have `products.view` permission.

Installation
------------

[](#installation)

Install the package using a Composer:

```
composer require cruddy/sentry:dev-master@dev

```

Add a service provider:

```
'Kalnoy\Cruddy\Sentry\SentryServiceProvider',
```

Set the permissions driver in Cruddy's configuration:

```
'permissions' => 'sentry',
```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

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://avatars.githubusercontent.com/u/2094856?v=4)[Alexander Kalnoy](/maintainers/lazychaser)[@lazychaser](https://github.com/lazychaser)

---

Top Contributors

[![lazychaser](https://avatars.githubusercontent.com/u/2094856?v=4)](https://github.com/lazychaser "lazychaser (3 commits)")

### Embed Badge

![Health badge](/badges/cruddy-sentry/health.svg)

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

PHPackages © 2026

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