文件名称:xsolve-model-factory-bundle:该捆绑包提供了用于组织模型工厂的通用框架
文件大小:12KB
文件格式:ZIP
更新时间:2024-06-04 05:28:13
PHP
目录 介绍 该捆绑软件包装了库,并允许使用标签来构成声明为服务的模型工厂的集合。 有关特定用例的更多详细信息,请参见库文档。 执照 该捆绑软件已获得MIT许可。 请参阅LICENSE文件中的完整许可证。 入门 如下使用Composer将此捆绑包包含在您的Symfony项目中(假设它已全局安装): $ composer require xsolve-pl/model-factory-bundle 有关Composer的更多信息,请参见其简介。 之后,您需要通过在项目的app/AppKernel.php文件中添加一行来启用此捆绑包: <?php // app/AppKernel.php // ... class AppKernel extends Kernel { public function registerBundles () { $ bund
【文件预览】:
xsolve-model-factory-bundle-master
----composer.json(935B)
----.travis.yml(2KB)
----DependencyInjection()
--------CompilerPass()
--------XsolveModelFactoryExtension.php(580B)
--------Configuration.php(661B)
----standards()
--------phpmd.xml(1KB)
----.php_cs(558B)
----LICENSE(1KB)
----XsolveModelFactoryBundle.php(486B)
----.gitignore(86B)
----Tests()
--------Unit()
----phpunit.xml.dist(587B)
----README.md(5KB)
----scripts()
--------run-phpstan.sh(119B)
--------run-tests.sh(338B)