namshi / utils
我们在Namshi开发的实用工具
2.0.0
2015-11-03 05:55 UTC
Requires
- symfony/property-access: >=2.5
Requires (Dev)
- phpunit/phpunit: 3.7.*
- dev-master
- 2.0.0
- 1.5.2
- 1.5.1
- 1.5.0
- 1.4.1
- 1.4.0
- 1.3.0
- 1.2.1
- 1.2.0
- 1.1.1
- 1.1.0
- 1.0.1
- 1.0.0
- dev-php7-support
- dev-update-property-access-to-2.6.3
- dev-array_get-enhanced
- dev-array-get-fix
- dev-ip-validate
- dev-functions
- dev-crash-when-comparing-with-non-arrays
- dev-array-compare
- dev-code-generator
- dev-double-slash-util
This package is not auto-updated.
Last update: 2024-09-14 14:45:11 UTC
README
此包包含一系列我们开发的实用工具,用于需要在做一些底层脏活时使用,而不想为您的应用程序编写通用的助手或一个独立的函数(您不是用对象吗?)。
安装
通过composer安装,因为您可以在 packagist 上找到这个库
"namshi/utils": "1.0.*",
测试
只需使用 phpunit
phpunit
并欢迎来到绿色地带。