nobox/identichip

A Laravel Package for login/registration. Using email and other services.
94
Install
composer require nobox/identichip
Latest Version:v1.1.3
PHP:>=5.4.0
License:MIT
Last Updated:Mar 13, 2015
Links: GitHub  ·  Packagist
Maintainer: cyberkiko

Identichip

A Laravel Package for login/registration. Using email and other services.

Status

This package is under development

Requirements

Laravel 4.2.* php >=5.4.0

Preinstalled
"facebook/php-sdk-v4" : "4.0.*",
"kertz/twitteroauth": "dev-master",
"google/apiclient": "1.0.*@beta"
Setup
Add package to your composer json
"kertz/twitteroauth": "dev-master",
"google/apiclient": "1.0.*@beta",
"nobox/identichip" : "1.0.1"

because twitter and google packages are not stable you have to include it in your composer json.

Run composer install

Run package migrations before running your own ( this create the Service and User tables)

php artisan migrate --package=nobox/identichip

Add Service Provider to your app.php config:

'Nobox\Identichip\IdentichipServiceProvider',

More to be specified.

Related Packages

codezero/oauth

Social authentication without the headaches.

64 1
humweb/sociable

Socialite authentication and persistence layer implementation.

19,293 0
auth0/login

Auth0 Laravel SDK. Straight-forward and tested methods for implementing authenti...

5,439,548 273
mmanos/laravel-social

A social login package for Laravel 4.

6,811 54
adaojunior/passport-social-grant

Social grant for Laravel Passport

288,144 116