ucsdmath/configuration-vault

A specialized configuration handler.


Keywords
configuration, password, ucsdmath, composer, credentials, data, database, packagist, php7, security
License
MIT

Documentation

ConfigurationVault

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 CI SensioLabs Dependencies





Scrutinizer Latest PHP Usage Development Code Quality License

ConfigurationVault 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 ConfigurationVault with Composer and Packagist by adding the ucsdmath/configuration-vault package to your composer.json file:

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

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

$ composer require ucsdmath/configuration-vault

Usage

$vault = new \UCSDMath\ConfigurationVault\ConfigurationVault();

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.