定制 ossbrownie/util 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

ossbrownie/util

最新稳定版本:0.0.5

Composer 安装命令:

composer require ossbrownie/util

包简介

A collection of general utilities for simplifying common tasks that are solved by various Brownie packages.

README 文档

README

Latest Stable Version Total Downloads Latest Unstable Version License

Scrutinizer Code Quality Code Coverage Build Status Code Intelligence Status

A collection of general utilities for simplifying common tasks that are solved by various Brownie packages.

Requirements

  • PHP >= 5.3

Installation

Add a line to your "require" section in your composer configuration:

{
    "require": {
        "ossbrownie/util": "0.0.5"
    }
}

Documentation

  • StorageArray - Data storage in the form of an associative array.
  • StorageList - Storage of data in the form of a list.
  • Registry - Storage of data in the registry with the ability to write and read data.

Tests

To run the test suite, you need install the dependencies via composer, then run PHPUnit.

$> composer.phar install
$> ./vendor/bin/phpunit --colors=always --bootstrap ./tests/bootstrap.php ./tests

License

Util is licensed under the MIT License

Contact

Problems, comments, and suggestions all welcome: oss.brownie@gmail.com

统计信息

  • 总下载量: 2.79k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 4
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2017-10-12