PHPackages                             mithat/sentry\_ldap\_for\_laravel\_5 - 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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. mithat/sentry\_ldap\_for\_laravel\_5

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

mithat/sentry\_ldap\_for\_laravel\_5
====================================

PHP 5.3+ Fully-featured Authentication &amp; Authorization System with Ldap

2.3(8y ago)045BSD-3-ClausePHPPHP &gt;=5.3.3

Since Jun 13Pushed 8y ago2 watchersCompare

[ Source](https://github.com/mithathan/SentryLdapForLaravel-5)[ Packagist](https://packagist.org/packages/mithat/sentry_ldap_for_laravel_5)[ RSS](/packages/mithat-sentry-ldap-for-laravel-5/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (1)Dependencies (5)Versions (11)Used By (0)

SentryLdap
==========

[](#sentryldap)

SentryLdap is a fork of Cartalyst Sentry library. Added new features like ldap authentication.SentryLdap is a PHP 5.3+ fully-featured authentication &amp; authorization system. It also provides additional features such as user groups and additional security features.

This branch works with Laravel 5.3 !

Sentry is a framework agnostic set of interfaces with default implementations, though you can substitute any implementations you see fit.

### Features

[](#features)

It also provides additional features such as user groups and additional security features:

- Ldap login

Sentry features

- Configurable authentication (can use any type of authentication required, such as username or email)
- Authorization
- Activation of user *(optional)*
- Groups and group permissions
- "Remember me"
- User suspension
- Login throttling *(optional)*
- User banning
- Password resetting
- User data
- Interface driven - switch out your own implementations at will

### Installation

[](#installation)

Installation of SentryLdap is very easy. Open your composer.json file and add the following to the require array:

```
"mithat/sentry_ldap_for_laravel_5": "2.3.*"

```

to your composer.json file then follow one of the following guides to get SentryLdap working with your favorite framework.

For more information about Sentry, you must visit the sentry web site:

### Using

[](#using)

This library is still beta for ldap functions. You have to change this lines in your config file.

```
'ldap' => array(
	'server'	=> 'ldapserver',
	'port'		=> 'ldapport'
),

```

After this settings you have to follow sentry orginal document file. You can use ldap login like this;

```
// Set login credentials
$credentials = array(
    'userid'    => 'demo',
    'password' => 'demo',
);

// Try to authenticate the user
$user = Sentry::authenticateWithLdap($credentials, false);

```

Also have Sentry::authenticateWithLdapAndRemember($credentials); function.

### Support

[](#support)

We offer support through [our help forums](http://help.cartalyst.com), on [IRC at #cartalyst](http://webchat.freenode.net/?channels=cartalyst) for normal sentry issues, and through GitHub issues (bugs only) for Ldap issues.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity64

Established project with proven stability

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.

###  Release Activity

Cadence

Every ~192 days

Recently: every ~241 days

Total

7

Last Release

3200d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/10d01683a0f9f15c96889b4cfde1160ec4535f083078b965a8ee88e6e59cdea0?d=identicon)[mithat](/maintainers/mithat)

---

Tags

laravelsecurityauthcodeigniterfuelphp

### Embed Badge

![Health badge](/badges/mithat-sentry-ldap-for-laravel-5/health.svg)

```
[![Health](https://phpackages.com/badges/mithat-sentry-ldap-for-laravel-5/health.svg)](https://phpackages.com/packages/mithat-sentry-ldap-for-laravel-5)
```

###  Alternatives

[cartalyst/sentinel

PHP 8.2+ Fully-featured Authentication &amp; Authorization System

1.6k2.7M72](/packages/cartalyst-sentinel)[tomatophp/filament-developer-gate

Secure your selected route by using a middleware with static password for developers only

11106.7k6](/packages/tomatophp-filament-developer-gate)[phpzen/laravel-rbac

Role based access control for Laravel 5

383.2k](/packages/phpzen-laravel-rbac)

PHPackages © 2026

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