Wikimedia SlimApp
Common classes to help with creating an application using the Slim micro framework and Twig template engine.
|
▼NWikimedia | |
▼NSlimapp | |
▼NAuth | |
CAuthManager | Manage authentication and authorization |
CPassword | Password management utility |
CUserData | Basic user information |
CUserManager | Data access object for users |
▼NDao | |
CAbstractDao | Base class for data access objects |
CAbstractApp | Grants review application |
CConfig | Configuration registry |
CController | Page controller |
CCsrfMiddleware | Middleware to manage Cross Site Request Forgery (CSRF) mitigation |
CForm | Collect and validate user input |
CHeaderMiddleware | Middleware to add headers to the response |
CMailer | Wrapper around PHPMailer |
CParsoidClient | Simple client for sending wikitext to RESTBase to be converted into html |
CTwigExtension |