2017 © Pedro Peláez
 

library think-cas

thinkphp sso login

image

php-cas/think-cas

thinkphp sso login

  • Wednesday, November 8, 2017
  • by marvin9002
  • Repository
  • 1 Watchers
  • 1 Stars
  • 16 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 7 % Grown

The README.md

think-cas

一般使用eg.

<?php
use PhpCas\Cas;
require_once '../src/Cas.php';

$config = array(
    'cas_server_url' => 'https://sso.pplive.cn/cas/',
    'cas_disable_server_validation' => TRUE,
    'cas_debug' => FALSE,
    'cas_server_ca_cert' => ''
);
$cas = new Cas($config);

function login($cas) {
    $cas->force_auth();
}

login($cas);

thinkphp 调用

<?php
namespace app\index\controller;
use think\oauth\driver\Sso;
class Index
{
    public function index()
    {
        $default = [
            'cas_server_url' => 'https://xxx/cas/',//sso服务器地址
            'cas_disable_server_validation' => TRUE,
            'cas_debug' => FALSE,
            'cas_server_ca_cert' => ''
        ];
        $sso=new Sso($default);
        $sso->login();     
    }
}

The Versions

08/11 2017

dev-master

9999999-dev

thinkphp sso login

  Sources   Download

Apache2

The Requires

  • php >=5.4.0
  • ext-curl *

 

by 柳英伟

08/11 2017

1.0.7

1.0.7.0

thinkphp sso login

  Sources   Download

Apache2

The Requires

  • php >=5.4.0
  • ext-curl *

 

by 柳英伟

08/11 2017

1.0.6

1.0.6.0

thinkphp sso login

  Sources   Download

Apache2

The Requires

  • php >=5.4.0
  • ext-curl *

 

by 柳英伟

08/11 2017

1.0.5

1.0.5.0

thinkphp sso login

  Sources   Download

Apache2

The Requires

  • php >=5.4.0
  • ext-curl *

 

by 柳英伟

07/11 2017

1.0.4

1.0.4.0

thinkphp sso login

  Sources   Download

Apache2

The Requires

  • php >=5.4.0
  • ext-curl *

 

by 柳英伟

07/11 2017

1.0.2

1.0.2.0

thinkphp sso login

  Sources   Download

Apache2

The Requires

  • php >=5.4.0
  • ext-curl *

 

by 柳英伟

07/11 2017

1.0.1

1.0.1.0

thinkphp sso login

  Sources   Download

Apache2

The Requires

  • php >=5.4.0

 

by 柳英伟