Scrutinizer | Latest | PHP | Usage | Development | Code Quality | License |
Framework 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 Framework
with Composer and Packagist by
adding the ucsdmath/framework package to your composer.json file:
"require": {
"php": "^7.1",
"ucsdmath/framework": "dev-master"
},
Or you can add the class directly from the terminal prompt:
$ composer require ucsdmath/framework
$app = new \UCSDMath\Framework\Framework();
No documentation site available at this time.
$ phpunit
Please see CONTRIBUTING for details.
If you discover any security related issues, please email deisner@ucsd.edu instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.