ucsdmath/functions

一组常用的函数支持集

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

This package is auto-updated.

Last update: 2024-09-12 07:07:26 UTC


README

UCSDMath - Mathlink

PHP开发项目

UCSDMath为UCSD数学系内部Intranet软件应用提供了一个测试框架。这仅用于开发和测试。[非生产用途]

<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 CISensioLabs依赖关系
Scrutinizer 最新版本 PHP 使用方法 开发 代码质量 许可证
68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f756373646d6174682f46756e6374696f6e732f6261646765732f6275696c642e706e673f623d6d6173746572 68747470733a2f2f706f7365722e707567782e6f72672f756373646d6174682f46756e6374696f6e732f762f737461626c65 68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d253345253344253230372e302d3838393242462e737667 68747470733a2f2f706f7365722e707567782e6f72672f756373646d6174682f46756e6374696f6e732f646f776e6c6f616473 68747470733a2f2f706f7365722e707567782e6f72672f756373646d6174682f46756e6374696f6e732f762f756e737461626c65 68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f756373646d6174682f46756e6374696f6e732f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572 68747470733a2f2f706f7365722e707567782e6f72672f756373646d6174682f46756e6374696f6e732f6c6963656e7365

Functions是一个测试和开发库,仅限用于测试和开发。不应在生产环境中使用。该组件的许多功能尚未开发,但计划在未来实现。UCSDMath组件是为适配像Symfony、Twig、Doctrine等大型开发项目而编写的。这是一个学习和实验性库。

从以下位置复制此软件

使用Composer安装

您可以通过将ucsdmath/functions包添加到composer.json文件中来使用Composer和Packagist安装类Functions

"require": {
    "php": "^7.0",
    "ucsdmath/functions": "dev-master"
},

或者您可以直接从终端提示符添加类

$ composer require ucsdmath/functions

使用方法

$functions = new \UCSDMath\Functions\Functions();

文档

目前没有可用的文档网站。

测试

$ phpunit

贡献

有关详细信息,请参阅CONTRIBUTING

安全

如果您发现任何与安全相关的问题,请通过电子邮件deisner@ucsd.edu联系,而不是使用问题跟踪器。

鸣谢

许可证

MIT许可证(MIT)。有关更多信息,请参阅许可证文件