1phpCAS
2=======
3
4phpCAS is an authentication library that allows PHP applications to easily authenticate
5users via a Central Authentication Service (CAS) server.
6
7Please see the wiki website for more information:
8
9https://wiki.jasig.org/display/CASC/phpCAS
10
11Api documentation can be found here:
12
13https://apereo.github.io/phpCAS/
14
15
16[![Build Status](https://travis-ci.org/apereo/phpCAS.png)](https://travis-ci.org/apereo/phpCAS)
17
18
19LICENSE
20-------
21
22Copyright 2007-2015, JA-SIG, Inc.
23This project includes software developed by Jasig.
24http://www.jasig.org/
25
26Licensed under the Apache License, Version 2.0 (the "License");
27you may not use this software except in compliance with the License.
28You may obtain a copy of the License at:
29
30http://www.apache.org/licenses/LICENSE-2.0
31
32Unless required by applicable law or agreed to in writing, software
33distributed under the License is distributed on an "AS IS" BASIS,
34WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
35See the License for the specific language governing permissions and
36limitations under the License.
37