承接 litwicki/common 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

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\Common is great for various string manipulations, validations, and quick formatting.
  • Litwicki\Common\Form provides helper methods to build arrays and form select for common city, state, country elements.
  • Litwicki\Common\Http provides a helper to parse the Http User Agent to a more readable format.
  • Litwicki\Common\Object includes methods to convert objects to xml, json, array, and vice versa.
  • Litwicki\Common\TimeAgo allows you to parse a DateTime into 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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-05-29