文件名称:qtil:PHP 5.5+ 实用程序库
文件大小:47KB
文件格式:ZIP
更新时间:2024-07-20 02:18:58
PHP
qtil PHP 5.5+ 实用程序库 描述 该软件包包含各种实用程序,以帮助开发和减少样板。 安装 使用通过 cli 安装: php composer.phar require jgswift/qtil:0.1. * 使用通过 composer.json 安装: { " require " : { " jgswift/qtil " : " 0.1.* " } } 依赖 php 5.5+ 域组件基础 用法 数组访问 以下是一个 ArrayAccess 最小示例 <?php class Foo implements \ ArrayAccess , \ Countable , \ IteratorAggregate { use qtil\ ArrayAccess , qtil\ Countable , qtil\ IteratorAggreg
【文件预览】:
qtil-master
----composer.json(696B)
----.travis.yml(384B)
----.travis.composer.config.json(445B)
----tests()
--------bootstrap.php(259B)
--------ReflectorTest.php(1KB)
--------ProxyTest.php(2KB)
--------ArrayTest.php(6KB)
--------StringTest.php(2KB)
--------ChainTest.php(2KB)
--------Mock()
--------qtilTestCase.php(500B)
--------ObjectHandlingTest.php(2KB)
--------CollectionTest.php(10KB)
--------IdentifierTest.php(3KB)
--------ChainSuffixTest.php(2KB)
--------FactoryTest.php(1KB)
----LICENSE(1KB)
----src()
--------ReflectorUtil.php(3KB)
--------ArrayAggregate.php(363B)
--------Reflector.php(373B)
--------Identifier.php(3KB)
--------Factory.php(2KB)
--------Identifier()
--------Factory()
--------IteratorAggregate.php(88B)
--------Collection()
--------Exception.php(81B)
--------Executable.php(289B)
--------Reflector()
--------Chain.php(4KB)
--------Collection.php(7KB)
--------JSONAccess.php(1KB)
--------Generator.php(1KB)
--------StringUtil.php(5KB)
--------ObjectAccess.php(2KB)
--------Countable.php(573B)
--------Proxy()
--------ArrayUtil.php(5KB)
--------ArrayAccess.php(2KB)
--------Interfaces()
--------Registry.php(1KB)
--------JSONUtil.php(1KB)
--------Proxy.php(2KB)
--------Iterator.php(1009B)
--------ArrayEnumerable.php(543B)
--------Chain()
--------Serializable.php(772B)
----.gitignore(35B)
----phpunit.xml.dist(873B)
----README.md(9KB)