2017 © Pedro Peláez
 

library phpcas

PhpCas client for the Laravel Framework

image

iwannamaybe/phpcas

PhpCas client for the Laravel Framework

  • Thursday, June 7, 2018
  • by iwannamaybe
  • Repository
  • 1 Watchers
  • 0 Stars
  • 51 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 24 % Grown

The README.md

phpcas

Build Status License , (*1)

About Laravel

PhpCas client for the Laravel Framework 5.5., (*2)

Author

Yanghaiquan, (*3)

Usage

create auth middleware then set the handle method like this:, (*4)

/**
 * Handle an incoming request.
 *
 * @param  Request $request
 * @param  Closure $next
 * @return mixed
 */
public function handle(Request $request, Closure $next)
{
    PhpCas::handLogoutRequest();
    return PhpCas::checkAuthentication($request,$next,function ($userId){
        $user = User::firstOrNew(['mobile' => $userId],['password' => bcrypt(123456)]);
        return Auth::loginUsingId($user->id);
    });
}

License

The Laravel framework is open-sourced software licensed under the MIT license., (*5)

The Versions

07/06 2018

dev-master

9999999-dev https://www.iwannamaybe.com

PhpCas client for the Laravel Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by YangHaiquan

laravel phpcas iwannamaybe

07/06 2018

1.0.3

1.0.3.0 https://www.iwannamaybe.com

PhpCas client for the Laravel Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by YangHaiquan

laravel phpcas iwannamaybe

12/04 2018

1.0.2

1.0.2.0 https://www.iwannamaybe.com

PhpCas client for the Laravel Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by YangHaiquan

laravel phpcas iwannamaybe

27/03 2018

1.0.1

1.0.1.0 https://www.iwannamaybe.com

PhpCas client for the Laravel Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by YangHaiquan

laravel phpcas iwannamaybe

13/03 2018

1.0.0

1.0.0.0 https://www.iwannamaybe.com

PhpCas client for the Laravel Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by YangHaiquan

laravel phpcas iwannamaybe

28/02 2018

1.00.x-dev

1.00.9999999.9999999-dev https://www.iwannamaybe.com

PhpCas client for the Laravel Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by YangHaiquan

laravel phpcas iwannamaybe