germania-kg / articles
1.1.0
2023-01-04 07:28 UTC
Requires
- php: ^7.4|^8.0
- container-interop/container-interop: ^1.1
- germania-kg/categories: ^1.1
- germania-kg/prices: ^1.0
Requires (Dev)
- php-coveralls/php-coveralls: ^2.0
- phpstan/phpstan: ^1.9
- phpunit/phpunit: ^8.0|^9.0
This package is auto-updated.
Last update: 2024-09-04 11:26:00 UTC
README
此包是从旧代码中提取的!你最好不要在生产环境中使用它。
使用Composer安装
$ composer require germania-kg/articles
MySQL: 此包需要一些MySQL表,您可以使用 sql/
目录中的 germania-articles.sql
进行安装。
使用
待定。
开发
$ git clone https://github.com/GermaniaKG/Articles.git
$ cd Articles
$ composer install
单元测试
您可以复制 phpunit.xml.dist
到 phpunit.xml
并根据您的需求进行调整,或者保持原样。运行 PhpUnit 测试或类似这样的 composer 脚本
$ composer test # or $ vendor/bin/phpunit