litwicki/common
最新稳定版本:1.0
Composer 安装命令:
composer require litwicki/common
包简介
Helper functions and utilities.
README 文档
README
A set of helper functions and utilities with a wide variety of use.
Litwicki\Common\Commonis great for various string manipulations, validations, and quick formatting.Litwicki\Common\Formprovides helper methods to build arrays and formselectfor common city, state, country elements.Litwicki\Common\Httpprovides a helper to parse the Http User Agent to a more readable format.Litwicki\Common\Objectincludes methods to convert objects to xml, json, array, and vice versa.Litwicki\Common\TimeAgoallows you to parse aDateTimeinto a readable string of hours, minutes, and/or seconds ago.
Install
$ composer require "litwicki/common"
Usage
Include each of the helpers individually.
use Litwicki\Common\Common;
use Litwicki\Common\Form;
use Litwicki\Common\Http;
use Litwicki\Common\Object;
use Litwicki\Common\TimeAgo;
统计信息
- 总下载量: 1.53k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-05-29