Download the PHP package bingher/php-cas-client without Composer
On this page you can find all versions of the php package bingher/php-cas-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package php-cas-client
php-cas-client
php cas client,create from phpCAS
composer install
how to use at thinkphp
create config file
config/cas.php
field | type | default | remark |
---|---|---|---|
debug | boolean | true | debug=true and log_file=filepath then the log will write,and show error message |
host | string | cas.server.com | the domain of cas server |
context | string | /cas | the cas server request url path,ex:https://cas.server.com/cas |
port | int | 8443 | set the port of cas server |
ca_cert_file | string | '' | if ca_cert_file not empty and ca_cert_file is exist,then will setCasServerCACert() |
log_file | string | '' | if not empty and debug=true,will write the log at log_file |
cas_version | string | 3.0 | cas_version options:1.0 ,2.0 ,3.0 ,S1 |
lang | string | CAS_Languages_ChineseSimplified | message language support,options:CAS_Languages_English ,CAS_Languages_French ,CAS_Languages_Greek ,CAS_Languages_German ,CAS_Languages_Japanese ,CAS_Languages_Spanish ,CAS_Languages_Catalan ,CAS_Languages_ChineseSimplified |
import at controller
app\index\controller\Test.php
All versions of php-cas-client with dependencies
PHP Build Version
Package Version
The package bingher/php-cas-client contains the following files
Loading the files please wait ....