/Authentication

:bell: This is a testing resource only - no documentation is provided at this time.

Primary LanguagePHPMIT LicenseMIT

Authentication

UCSDMath - Mathlink

A Development Project in PHP

UCSDMath provides a testing framework for general internal Intranet software applications for the UCSD, Department of Mathematics. This is used for development and testing only. [not for production]

Travis CISensioLabsDependencies




Scrutinizer Latest PHP Usage Development Code Quality License

Authentication is a testing and development library only. This is not to be used in a production. Many features of this component have not been developed but are planned for future implementation. UCSDMath components are written to be adapters of great developments such as Symfony, Twig, Doctrine, etc. This is a learning and experimental library only.

Copy this software from:

Installation using Composer

You can install the class Authentication with Composer and Packagist by adding the ucsdmath/authentication package to your composer.json file:

"require": {
    "php": "^7.1",
    "ucsdmath/authentication": "dev-master"
},

Or you can add the class directly from the terminal prompt:

$ composer require ucsdmath/authentication

Usage

$auth = new \UCSDMath\Authentication\Authentication();

Documentation

No documentation site available at this time.

Testing

$ phpunit

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email deisner@ucsd.edu instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.