kerryrandolph / modern-wp-plugin
A modern starting point for building a Wordpress plugin
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:wordpress-plugin
Requires
- php: >=7.2
- guzzlehttp/guzzle: ^6.3
- htmlburger/carbon-fields: ^3.1
- kerryrandolph/wp-hook-annotations: ^0.0.3
- monolog/monolog: ^1.24
- php-di/php-di: ^6.0
- psr/container: ^1.0
- psr/log: ^1.1
- twig/twig: ^2.11
Requires (Dev)
- phpunit/phpunit: <8
- roave/security-advisories: dev-master
This package is auto-updated.
Last update: 2025-03-29 00:58:02 UTC
README
A modern starting point for building wordpress plugins
Requirements
- PHP 7.2+
Features
- Dependency Injection (PHP-DI)
- Unit Testing (PHPUnit)
- Hook Annotations
- Carbon Fields (Metabox)
- Logging (Monolog)
- Environment loading (PHP Dotenv)
Install
Via Composer
$ composer create-project kerryrandolph/modern-wp-plugin-jumpstart
Setup
- Modify main plugin file header (modern-wp-plugin-jumpstart.php)
- Rename main plugin file
- Rename root namespace: Do a global search/replace for "UniqueRootNamespace"
Usage
Happy coding!
See WordpressExample.php for tips.
License
Modern WP Plugin Jumpstart is released under the MIT License.