pop-sites-wassup / wassup
PoP site => Wassup
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 site: Wassup
Install
Via Composer
composer require pop-sites-wassup/wassup
Development
The source code is hosted on the PoP monorepo, under Wassup/packages/wassup
.
Usage
Initialize the component:
\PoP\Root\AppLoader::addComponentClassesToInitialize([ \PoPSitesWassup\Wassup\Component::class, ]);
PHP versions
Requirements:
- PHP 8.0+ for development
- PHP 7.1+ for production
Supported PHP features
Check the list of Supported PHP features in leoloso/PoP
Preview downgrade to PHP 7.1
Via Rector (dry-run mode):
composer preview-code-downgrade
Standards
To check the coding standards via PHP CodeSniffer, run:
composer check-style
To automatically fix issues, run:
composer fix-style
Change log
Please see CHANGELOG for more information on what has changed recently.
Testing
To execute PHPUnit, run:
composer test
Static Analysis
To execute PHPStan, run:
composer analyse
Report issues
To report a bug or request a new feature please do it on the PoP monorepo issue tracker.
Contributing
We welcome contributions for this package on the PoP monorepo (where the source code for this package is hosted).
Please see CONTRIBUTING and CODE_OF_CONDUCT for details.
Security
If you discover any security related issues, please email leo@getpop.org instead of using the issue tracker.
Credits
License
GNU General Public License v2 (or later). Please see License File for more information.