文件名称:bitrix-pimple:Pimple 的 1C-Bitrix 模块提供商
文件大小:21KB
文件格式:ZIP
更新时间:2024-06-22 22:52:32
PHP
要求: PHP 版本> = 5.3.3 Bitrix 版本> = 14 安装 创建或更新composer.json文件并运行php composer.phar update { " require " : { " citfact/bitrix-pimple " : " dev-master " } } 连接作曲家自动加载器 // init.php require_once $ _SERVER [ 'DOCUMENT_ROOT' ]. '/vendor/autoload.php' ; 使用示例 use Pimple \ Container ; use Citfact \ Pimple \ Provider ; $ container = new Container (); $ container -> register ( ne
【文件预览】:
bitrix-pimple-master
----.gitignore(21B)
----README.md(8KB)
----tests()
--------Citfact()
--------bootstrap.php(977B)
----LICENSE(1KB)
----composer.json(480B)
----.php_cs(1015B)
----phpunit.xml.dist(594B)
----src()
--------Citfact()