Benchmark:基准测试PHP代码的框架

时间:2021-05-12 00:29:04
【文件属性】:
文件名称:Benchmark:基准测试PHP代码的框架
文件大小:22KB
文件格式:ZIP
更新时间:2021-05-12 00:29:04
PHP 基准 基准测试PHP代码的框架。 在发展的初期。 敬请关注。 安装 安装FixedSizeEngine的最佳方法是 。 只需为您的项目创建一个composer.json文件: { " require " : { " nicmart/benchmark " : " dev-master " } } 然后,您可以运行以下两个命令来安装它: $ curl -s http://getcomposer.org/installer | php $ php composer.phar install 或者如果已经则只需运行composer install即可。 然后,您可以包括自动装带器,您将可以访问库类: <?php require 'vendor/autoload.php' ;
【文件预览】:
Benchmark-master
----composer.json(668B)
----.travis.yml(235B)
----composer.lock(23KB)
----templates()
--------modal.php(1KB)
--------default.php(6KB)
----tests()
--------Nicmart()
----LICENSE(1KB)
----src()
--------Nicmart()
----examples()
--------example2.php(2KB)
--------array.php(2KB)
--------example.php(1KB)
--------strinterpol.php(1KB)
--------arrayVsClass.php(2KB)
--------isset.php(1KB)
----.gitignore(33B)
----phpunit.xml.dist(636B)
----README.md(1KB)

网友评论