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://apereo.github.io/phpCAS/
10
11Api documentation can be found here:
12
13https://apereo.github.io/phpCAS/api/
14
15
16[![Test](https://github.com/apereo/phpCAS/actions/workflows/test.yml/badge.svg)](https://github.com/apereo/phpCAS/actions/workflows/test.yml)
17
18LICENSE
19-------
20
21Copyright 2007-2020, Apereo Foundation.
22This project includes software developed by Apereo Foundation.
23http://www.apereo.org/
24
25Licensed under the Apache License, Version 2.0 (the "License");
26you may not use this software except in compliance with the License.
27You may obtain a copy of the License at:
28
29http://www.apache.org/licenses/LICENSE-2.0
30
31Unless required by applicable law or agreed to in writing, software
32distributed under the License is distributed on an "AS IS" BASIS,
33WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
34See the License for the specific language governing permissions and
35limitations under the License.
36