2017 © Pedro Peláez
 

library glad

Authentication package for php

image

atayahmet/glad

Authentication package for php

  • Tuesday, July 7, 2015
  • by atayahmet
  • Repository
  • 3 Watchers
  • 5 Stars
  • 30 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Glad Authentication

Documentation Status Build Status Scrutinizer Code Quality Total Downloads License Code Climate, (*1)

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., (*2)

Below you will find links on how to use a few framework., (*3)

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

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, (*4)

add to section require in composer.json:, (*5)

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

after run the:, (*6)

$ composer update

login:, (*7)

use Glad\Glad;

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

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

    // do something...

}

register, (*8)

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., (*9)

- Click for Documentation, (*10)

Use in Frameworks (Demos)

In terms of the integration it is made by way of example below with a few framework., (*11)

We hope that is helpful., (*12)

- Laravel 5.1, (*13)

- CodeIgniter 3, (*14)

- FuelPHP 1.7, (*15)

Gitter:, (*16)

Gitter, (*17)

The Versions

07/07 2015

dev-master

9999999-dev https://github.com/atayahmet/glad

Authentication package for php

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

authentication php auth library simple fast supports all database

07/07 2015

dev-dev

dev-dev https://github.com/atayahmet/glad

Authentication package for php

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

authentication php auth library simple fast supports all database