ucsdmath / functions
A supporting set of commonly used functions
Requires
- php: >=7.0
- nesbot/carbon: 1.22.1
Requires (Dev)
- fzaninotto/faker: 1.6.0
- mockery/mockery: 0.9.7
- phpunit/phpunit: 6.0.5
- squizlabs/php_codesniffer: 2.8.0
- symfony/var-dumper: 3.2.2
- ucsdmath/date: 1.13.0
Suggests
- symfony/dependency-injection: Symfony DependencyInjection Component for fast loading of classes.
This package is auto-updated.
Last update: 2024-10-12 07:17:05 UTC
README
Scrutinizer | Latest | PHP | Usage | Development | Code Quality | License |
Functions 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 Functions
with Composer and Packagist by
adding the ucsdmath/functions package to your composer.json file:
"require": {
"php": "^7.0",
"ucsdmath/functions": "dev-master"
},
Or you can add the class directly from the terminal prompt:
$ composer require ucsdmath/functions
Usage
$functions = new \UCSDMath\Functions\Functions();
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.