pop-sites-wassup / wassup
PoP 网站等同于 Wassup
0.7.13
2021-02-23 04:22 UTC
Requires
- php: ^7.4|^8.0
- getpop/api-rest: ^0.7.13
- getpop/engine-wp-bootloader: ^0.7.13
- getpop/function-fields: ^0.7.13
- getpop/site-wp: ^0.7.13
- getpop/spa: ^0.7.13
- getpop/trace-tools: ^0.7.13
- graphql-by-pop/graphql-server: ^0.7.13
- pop-schema/block-metadata-for-wp: ^0.7.13
- pop-schema/categories-wp: ^0.7.13
- pop-schema/cdn-directive: ^0.7.13
- pop-schema/comment-mutations-wp: ^0.7.13
- pop-schema/commentmeta-wp: ^0.7.13
- pop-schema/convert-case-directives: ^0.7.13
- pop-schema/custompostmedia-mutations-wp: ^0.7.13
- pop-schema/custompostmedia-wp: ^0.7.13
- pop-schema/custompostmeta-wp: ^0.7.13
- pop-schema/event-mutations-wp-em: ^0.7.13
- pop-schema/everythingelse-wp: ^0.7.13
- pop-schema/google-translate-directive-for-customposts: ^0.7.13
- pop-schema/highlights-wp: ^0.7.13
- pop-schema/locationposts-wp: ^0.7.13
- pop-schema/menus-wp: ^0.7.13
- pop-schema/notifications-wp: ^0.7.13
- pop-schema/pages-wp: ^0.7.13
- pop-schema/post-mutations: ^0.7.13
- pop-schema/post-tags-wp: ^0.7.13
- pop-schema/posts-wp: ^0.7.13
- pop-schema/stances-wp: ^0.7.13
- pop-schema/taxonomyquery-wp: ^0.7.13
- pop-schema/user-roles-acl: ^0.7.13
- pop-schema/user-roles-wp: ^0.7.13
- pop-schema/user-state-mutations-wp: ^0.7.13
- pop-schema/user-state-wp: ^0.7.13
- pop-schema/usermeta-wp: ^0.7.13
- pop-sites-wassup/comment-mutations: ^0.7.13
- pop-sites-wassup/contactus-mutations: ^0.7.13
- pop-sites-wassup/contactuser-mutations: ^0.7.13
- pop-sites-wassup/event-mutations: ^0.7.13
- pop-sites-wassup/eventlink-mutations: ^0.7.13
- pop-sites-wassup/everythingelse-mutations: ^0.7.13
- pop-sites-wassup/flag-mutations: ^0.7.13
- pop-sites-wassup/gravityforms-mutations: ^0.7.13
- pop-sites-wassup/highlight-mutations: ^0.7.13
- pop-sites-wassup/location-mutations: ^0.7.13
- pop-sites-wassup/locationpost-mutations: ^0.7.13
- pop-sites-wassup/locationpostlink-mutations: ^0.7.13
- pop-sites-wassup/newsletter-mutations: ^0.7.13
- pop-sites-wassup/notification-mutations: ^0.7.13
- pop-sites-wassup/post-mutations: ^0.7.13
- pop-sites-wassup/postlink-mutations: ^0.7.13
- pop-sites-wassup/share-mutations: ^0.7.13
- pop-sites-wassup/socialnetwork-mutations: ^0.7.13
- pop-sites-wassup/stance-mutations: ^0.7.13
- pop-sites-wassup/system-mutations: ^0.7.13
- pop-sites-wassup/user-state-mutations: ^0.7.13
- pop-sites-wassup/volunteer-mutations: ^0.7.13
Requires (Dev)
- phpstan/phpstan: ^0.12.76
- phpunit/phpunit: >=9.3
- rector/rector: ^0.9
- squizlabs/php_codesniffer: ^3.0
README
PoP 网站: Wassup
安装
通过 Composer
composer require pop-sites-wassup/wassup
开发
源代码托管在 PoP 单一代码仓库 中,位于 Wassup/packages/wassup
。
用法
初始化组件
\PoP\Root\AppLoader::addComponentClassesToInitialize([ \PoPSitesWassup\Wassup\Component::class, ]);
PHP 版本
需求
- 开发需要 PHP 8.0+
- 生产需要 PHP 7.1+
支持的 PHP 功能
查看 leoloso/PoP
支持的 PHP 功能列表
预览降级到 PHP 7.1
通过 Rector(干运行模式)
composer preview-code-downgrade
标准
要通过 PHP CodeSniffer 检查编码标准,运行
composer check-style
要自动修复问题,运行
composer fix-style
变更日志
有关最近更改的更多信息,请参阅 CHANGELOG。
测试
要执行 PHPUnit,运行
composer test
静态分析
要执行 PHPStan,运行
composer analyse
报告问题
要报告错误或请求新功能,请在 PoP 单一代码仓库问题跟踪器 上进行。
贡献
我们欢迎在 PoP 单一代码仓库(该包的源代码托管处)对该包的贡献。
请参阅 CONTRIBUTING 和 CODE_OF_CONDUCT 以获取详细信息。
安全性
如果您发现任何安全相关的问题,请通过电子邮件 leo@getpop.org 而不是使用问题跟踪器。
鸣谢
许可证
GNU 通用公共许可证 v2(或更高版本)。有关更多信息,请参阅 许可证文件。