PHPackages                             atayahmet/glad - 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. atayahmet/glad

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

atayahmet/glad
==============

Authentication package for php

6411[1 PRs](https://github.com/atayahmet/glad/pulls)PHP

Since Jul 7Pushed 10y ago3 watchersCompare

[ Source](https://github.com/atayahmet/glad)[ Packagist](https://packagist.org/packages/atayahmet/glad)[ RSS](/packages/atayahmet-glad/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (2)Used By (0)

Glad Authentication
===================

[](#glad-authentication)

[![Documentation Status](https://camo.githubusercontent.com/a248003ff6a65fa21258c217175badf7b0d6ffea8cd40fe656528f82e81f4298/68747470733a2f2f72656164746865646f63732e6f72672f70726f6a656374732f676c61642f62616467652f3f76657273696f6e3d6c6174657374)](https://readthedocs.org/projects/glad/?badge=latest) [![Build Status](https://camo.githubusercontent.com/f2e184ed0f926d550b5a635e13042bed3eca39d3ee77c9c9f1797ca91a9f69f1/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6174617961686d65742f676c61642f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/atayahmet/glad/build-status/master) [![Scrutinizer Code Quality](https://camo.githubusercontent.com/c7c214530b20dacdb61094db2010d1d1fff41e0a62fda8677600134e6651dbd4/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6174617961686d65742f676c61642f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/atayahmet/glad/?branch=master) [![Total Downloads](https://camo.githubusercontent.com/f26129929b0b9f655973675cc03fa49feddd221d618e8706e88a5ef878aed3aa/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6174617961686d65742f676c61642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/atayahmet/glad) [![License](https://camo.githubusercontent.com/7306e8115db9bc3b6e11d9223c181c151c2764b8c964fff3ffecea4cd3d3f04c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6174617961686d65742f676c61642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/atayahmet/glad) [![Code Climate](https://camo.githubusercontent.com/ee86688aa85a5680cf1746914a56007a91ab63243bcf69fefd3961bda775c8fc/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f6174617961686d65742f676c61642f6261646765732f6770612e737667)](https://codeclimate.com/github/atayahmet/glad)

It is an authentication package for your project you can quickly and simply integrated. Whether composer supported the use of any framework or use native PHP projects, establishing the Composer.

Below you will find links on how to use a few framework.

Features
========

[](#features)

- Simple and permanent method names in mind.
- It can be used quickly with a few small configuration.
- Customizable usage.
- The flexible structure can create their own provider you can encode several classes again on this occasion.
- Cache flexibility in the structure and to provide a quick start with the hosting service in the current cache.
- All classes with attentive and intelligent testing scenarios to be written.

Install
=======

[](#install)

Glad Auth package you need to add to your project with the composer. If you have not used before, composer or composer is not installed, you can start from the following link: [![Composer]()](http://getcomposer.org/)

add to section require in composer.json:

```
"atayahmet/glad" : "1.0.*@dev"
```

after run the:

```
$ composer update
```

**login:**

```
use Glad\Glad;

Glad::login(['email' => 'ali.yildiz@example.com', 'password' => '1234123']);

if(Glad::status() === true) {

	// do something...

}
```

**register**

```
use Glad\Glad;

Glad::register([
	'firstname' => 'Can',
	'lastname'	=> 'ÖZTÜRK',
	'email'		=> 'can.ozturk@example.com',
	'password'	=> '123412'
]);

if(Glad::status() === true) {

	// do something...

}
```

\#Documentation Documentation is written in readthedocs.org.

[- Click for Documentation](http://glad.readthedocs.org/en/master/)

\#Use in Frameworks (Demos)

In terms of the integration it is made by way of example below with a few framework.

We hope that is helpful.

[- Laravel 5.1](https://github.com/atayahmet/Glad-Demos/tree/master/Laravel5.1)

[- CodeIgniter 3](https://github.com/atayahmet/Glad-Demos/tree/master/CodeIgniter3)

[- FuelPHP 1.7](https://github.com/atayahmet/Glad-Demos/tree/master/FuelPHP1.7)

Gitter:

[![Gitter](https://camo.githubusercontent.com/abe08b740a4156153736f791393ec4da6619c4be73212e75769f52edacc0e2b5/68747470733a2f2f6261646765732e6769747465722e696d2f4a6f696e253230436861742e737667)](https://gitter.im/atayahmet/glad?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=body_badge)

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity43

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/c1b8378df11a8ebd99af14e150aa27201937b97cc08a5f9f85985f7ab62b667f?d=identicon)[atayahmet](/maintainers/atayahmet)

---

Top Contributors

[![atayahmet](https://avatars.githubusercontent.com/u/1698044?v=4)](https://github.com/atayahmet "atayahmet (206 commits)")

### Embed Badge

![Health badge](/badges/atayahmet-glad/health.svg)

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

###  Alternatives

[kartik-v/yii2-password

Useful password strength validation utilities for Yii Framework 2.0

761.3M17](/packages/kartik-v-yii2-password)[vitalybaev/laravel5-dkim

Laravel 5/6 package for signing outgoing messages with DKIM.

3163.1k](/packages/vitalybaev-laravel5-dkim)

PHPackages © 2026

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