ucsdmath/functions

A supporting set of commonly used functions

v1.13.0 2017-02-05 00:00 UTC

This package is auto-updated.

Last update: 2024-03-12 05:47:37 UTC


README

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]

<td width="120" align="center">
    <a href="https://travis-ci.org/ucsdmath/Functions">
    <img src="https://travis-ci.org/ucsdmath/Functions.svg?branch=master" style="float: left; margin: 0px 0px 10px 10px;"></a><br>

    <a href="https://www.codacy.com/app/ucsdmath-project/Functions">
    <img src="https://api.codacy.com/project/badge/Grade/3b1affdfe98543f585222970a688f687"></a><br>

    <a href="https://scrutinizer-ci.com/g/ucsdmath/Functions/?branch=master">
    <img src="https://img.shields.io/scrutinizer/g/ucsdmath/Functions.svg"></a>
</td>

<td width="250" align="center">
    <a href="https://insight.sensiolabs.com/projects/62092d2f-16ed-43d7-b737-536760881155">
    <img src="https://insight.sensiolabs.com/projects/62092d2f-16ed-43d7-b737-536760881155/big.png" style="float: right; margin: 0px 0px 10px 10px;" width="212" height="51"></a><br>

    <a href="https://travis-ci.org/ucsdmath/Functions"><img src="https://img.shields.io/badge/PHP-%207.1%20Tested%20-33cc33.svg"></a>
</td>
<td width="180" align="center">
    <a href="https://www.versioneye.com/user/projects/577fba3c5bb13900493de603">
    <img src="https://www.versioneye.com/user/projects/577fba3c5bb13900493de603/badge.png?style=flat" style="float:left;margin:0px 0px 10px 10px;"></a><br>
    <a href="https://codeclimate.com/github/ucsdmath/Functions">
    <img src="https://codeclimate.com/github/ucsdmath/Functions/badges/gpa.svg"></a><br>
    <a href="https://travis-ci.org/ucsdmath/Functions">
    <img src="http://php7ready.timesplinter.ch/ucsdmath/Functions/badge.svg"></a>
Travis CISensioLabsDependencies
Scrutinizer Latest PHP Usage Development Code Quality License
68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f756373646d6174682f46756e6374696f6e732f6261646765732f6275696c642e706e673f623d6d6173746572 68747470733a2f2f706f7365722e707567782e6f72672f756373646d6174682f46756e6374696f6e732f762f737461626c65 68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d253345253344253230372e302d3838393242462e737667 68747470733a2f2f706f7365722e707567782e6f72672f756373646d6174682f46756e6374696f6e732f646f776e6c6f616473 68747470733a2f2f706f7365722e707567782e6f72672f756373646d6174682f46756e6374696f6e732f762f756e737461626c65 68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f756373646d6174682f46756e6374696f6e732f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572 68747470733a2f2f706f7365722e707567782e6f72672f756373646d6174682f46756e6374696f6e732f6c6963656e7365

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.