文件名称:php-lib-bootstrap:PHP 中 lib 的引导程序
文件大小:7KB
文件格式:ZIP
更新时间:2024-07-03 11:31:46
PHP
PHP 库引导程序 PHP 中 lib 的引导程序。 不要设置,只需代码! 关于 此引导程序将安装所有基本文件和设置以启动 PHP 库。 这假设您将用于 vcs, 用于依赖项, 用于测试, 和用于集成服务器。 文件架构 ├── src | └── Dummy.php ├── tests | └── DummyTest.php ├── vendor ├── .editorconfig ├── .gitattributes ├── .gitignore ├── .scrutinizer.yml ├── .travis.yml ├── composer.json ├── LICENSE ├── phpunit.xml.dist └── README.md “src”包含您所有的 PHP 代码。 “测试”包含您所有的 PHP 测试。 有关更多信息,请参阅 。 “供应商”包含您所有
【文件预览】:
php-lib-bootstrap-master
----.gitignore(337B)
----README.md(3KB)
----tests()
--------DummyTest.php(183B)
----LICENSE(1KB)
----composer.json(666B)
----.gitattributes(14B)
----phpunit.xml.dist(562B)
----.scrutinizer.yml(5KB)
----src()
--------Dummy.php(85B)
----.travis.yml(489B)
----.editorconfig(440B)