alcamo/string 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

alcamo/string

最新稳定版本:0.6.6

Composer 安装命令:

composer require alcamo/string

包简介

Objects behaving as strings

README 文档

README

Class StringObject

Class that behaves much like a string, providing implicit conversion to string, count() and [] operations. Useful because derived classes can add methods to such "strings".

Class ReadonlyStringObject

Like StringObject, but preventing any changes to the contained string through [] operations.

Class AbstractEnum

A derived class must define a public constant VALUES containing the valid values. Objects of this class then behave like enumerators in that they are guaranteed to contain one of the valid values.

Class Expander

Simple class that replaces placeholders in text, in PSR-3 and other formats.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: Apache-2.0
  • 更新时间: 2021-06-30