Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/laxmariappan/env-indicator
A WordPress plugin that shows environment type on the admin bar
https://github.com/laxmariappan/env-indicator
dependency-injection php8 psr-11 wordpress wordpress-plugin
Last synced: 4 days ago
JSON representation
A WordPress plugin that shows environment type on the admin bar
- Host: GitHub
- URL: https://github.com/laxmariappan/env-indicator
- Owner: laxmariappan
- License: bsd-2-clause
- Created: 2023-11-21T22:51:34.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-12-06T08:34:56.000Z (12 months ago)
- Last Synced: 2024-04-30T23:51:08.203Z (7 months ago)
- Topics: dependency-injection, php8, psr-11, wordpress, wordpress-plugin
- Language: PHP
- Homepage:
- Size: 33.2 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# env-indicator
This WordPress plugin shows environment type on the admin bar.
## Settings
There is no configuration required for this plugin.
## Features
This plugin uses Inpsyde's packages modularity and wp-context.
## Development
1. Clone the repo.
2. Checkout a new branch for your feature.
3. Install the packages `composer install`
4. Build your feature.
5. Run `composer qa` to check pslam (static analysis) and PHPCS coding standards.
6. Open a PR.## Screenshots
[Front end preview](https://github.com/laxmariappan/env-indicator/assets/22427070/8d6e535e-63bb-400e-9da4-79f2f4d7acc1)
![Front end preview](https://github.com/laxmariappan/env-indicator/assets/22427070/8d6e535e-63bb-400e-9da4-79f2f4d7acc1)
### Credits
- [Inpsyde WP context](https://github.com/inpsyde/wp-context)
- [Inpsyde Modularity](https://github.com/inpsyde/modularity)### Contributing
- Pull requests are welcome.
- Please report any issues that you find.### What next?
- Test this on various environments.