dotink/flourish-core
最新稳定版本:1.0.1
Composer 安装命令:
composer require dotink/flourish-core
包简介
Useful debugging, error/exception handling, and normalization classes
README 文档
README
Flourish core provides a number of helper methods including a full UTF8 class for common string functions and a nicer exception system which allows for string interpolation as well as providing some commonly used exception types organized by "expected" (those which are intended to be handled for control structure and/or user facing errors) and "unexpected" (those which are true failures).
Exceptions
- Exception
- UnexpectedException
- ConnectivityException
- EnvironmentException
- ProgrammerException
- ExpectedException
- ContinueException
- NotFoundException
- ValidationException
- YieldException
- UnexpectedException
UTF8
The UTF8 class provides normalization and functionality for working with UTF8 strings independent of the multibyte string extension. It contains synonyms for most of PHP's string functions.
统计信息
- 总下载量: 302
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: AGPL-3.0
- 更新时间: 2015-06-06