https://github.com/threadi/next-meetup-hint
Provides a WordPress-Plugin to show the next meetup hint as admin notice.
https://github.com/threadi/next-meetup-hint
Last synced: about 2 months ago
JSON representation
Provides a WordPress-Plugin to show the next meetup hint as admin notice.
- Host: GitHub
- URL: https://github.com/threadi/next-meetup-hint
- Owner: threadi
- Created: 2024-10-01T18:48:55.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-11-12T20:20:12.000Z (7 months ago)
- Last Synced: 2026-01-29T12:12:07.147Z (5 months ago)
- Language: PHP
- Homepage: https://wordpress.org/plugins/next-meetup-hint/
- Size: 87.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.md
Awesome Lists containing this project
README
# Next Meetup Hint
## About
This repository provides the features of WordPress plugin _Next meetup hint_. The repository is used as a basis for deploying the plugin to the WordPress repository. It is not intended to run as a plugin as it is, even if that is possible for development.
## Usage
### for users
Download the plugin [from the WordPress Repository](https://wordpress.org/plugins/next-meetup-hint/).
Or download the lastest release ZIP [from GitHub](https://github.com/threadi/next-meetup-hint/releases).
### for developers
Checkout this repository in your development environment.
## Check for WordPress Coding Standards
### Initialize
`composer install`
### Run
`vendor/bin/phpcs --extensions=php --ignore=*/vendor/*,*/svn/*,*/app/Dependencies/* --standard=WordPress .`
### Repair
`vendor/bin/phpcbf --extensions=php --ignore=*/vendor/*,*/svn/*,*/app/Dependencies/* --standard=WordPress .`
## Check for WordPress VIP Coding Standards
Hint: this check runs against the VIP-GO-platform which is not our target for this plugin. Many warnings can be ignored.
### Run
`vendor/bin/phpcs --extensions=php --ignore=*/vendor/*,*/svn/* --standard=WordPress-VIP-Go .`
## Analyse with PHPStan
`vendor/bin/phpstan analyse`