Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/garyjones/plugin-boilerplate
PSR-4 + PHP 7.4 WordPress plugin boilerplate.
https://github.com/garyjones/plugin-boilerplate
Last synced: 8 days ago
JSON representation
PSR-4 + PHP 7.4 WordPress plugin boilerplate.
- Host: GitHub
- URL: https://github.com/garyjones/plugin-boilerplate
- Owner: GaryJones
- License: gpl-2.0
- Created: 2015-01-26T08:34:46.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-08-27T07:39:31.000Z (2 months ago)
- Last Synced: 2024-10-23T08:55:09.538Z (16 days ago)
- Language: PHP
- Homepage:
- Size: 787 KB
- Stars: 94
- Watchers: 10
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Support: .github/SUPPORT.md
Awesome Lists containing this project
README
# Plugin Boilerplate
Stable tag: 0.1.0
Requires at least: 6.6
Tested up to: 6.6
Requires PHP: 8.2
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags:
Contributors: garyjShort summary about the plugin.
## Description
Long description about the plugin.
## Screenshots
![Alt text for screenshot 1 HERE](.wordpress-org/screenshot-1.png)
_Screenshot 1 caption HERE._## Installation
### Upload
1. Download the latest tagged archive (choose the "zip" option).
* Go to the __Plugins__ → __Add New__ screen and click the __Upload__ tab.
* Upload the zipped archive directly.
* Go to the Plugins screen and click __Activate__.### Manual
1. Download the latest tagged archive (choose the "zip" option).
* Unzip the archive.
* Copy the folder to your `/wp-content/plugins/` directory.
* Go to the Plugins screen and click __Activate__.Check out the Codex for more information about [installing plugins manually](http://codex.wordpress.org/Managing_Plugins#Manual_Plugin_Installation).
### Git
In a terminal, browse to your `/wp-content/plugins/` directory and clone this repository:
~~~sh
git clone [email protected]:GaryJones/plugin-slug.git
~~~Then go to your Plugins screen and click __Activate__.
### Composer
~~~sh
compose require gamajo/plugin-slug
~~~## Updates
This plugin supports the [GitHub Updater](https://github.com/afragen/github-updater) plugin, so if you install that, this plugin becomes automatically updateable direct from GitHub.
## Change Log
Please see [CHANGELOG.md](CHANGELOG.md).
## Contributing
See the [contributing document](.github/CONTRIBUTING.md).
## Support
See the [support document](.github/SUPPORT.md).
## Licensing
The code in this project is licensed under [GPL v2 or later](LICENSE).
## Credits
Built by [Gary Jones](https://twitter.com/GaryJ)
Copyright 2024 [Gary Jones](https://garyjones.io)