-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
29 lines (26 loc) · 1.47 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
phpPoA 2.0
Contents of the distribution:
README This file
GPL Text of the GNU General Public License, applicable to all the software
LICENSE Copyright information and short text of the license, including responsibility disclaimer
doc Documentation for this distribution
doc/api API documentation for developers
doc/tutorials User tutorials to demonstrate the use of the library
lib Auxiliary classes that implement most of the functionality that is shipped with this distribution
lib/authn Authentication engines
lib/authz Authorization engines
lib/crypto Cryptographic classes
lib/db Database classes
lib/third-party Third party libraries
messages Support files for message internationalization
samples Sample usage files, including configuration
tools Useful tools that ship with the library
PoA.php The main class of phpPoA2. Include only this file in your applications
AutoPoA.php PoA class that automatically redirects on error
LitePoA.php PoA class with backwards compatibility
PoAConfigurator.php The main configuration class
PoAEventHandler.php The main event handler used by phppoA2
PoAException.php Generic phpPoA exception implementation
PoALog.php Logging class
PoAUtils.php Utility class
definitions.php Useful constants