joshmoreno / wpdev
A WordPress plugin to aid in rapid modern development.
Installs: 22
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 11
Type:wordpress-plugin
Requires
- php: >=7.2.5
- brain/hierarchy: ^2.4
- cocur/slugify: ^4.0.0
- symfony/finder: ^5.1.2
- symfony/var-dumper: ^5.1.2
Requires (Dev)
- 10up/wp_mock: ^0.4.2
- guzzlehttp/guzzle: ^7.0.1
- phpunit/phpunit: ^7.5.20
- symfony/console: ^5.1.2
- symfony/filesystem: ^5.1.2
This package is auto-updated.
Last update: 2024-10-19 22:42:42 UTC
README
Still in alpha stages. Beta coming very soon.
Official Docs
What is it?
A thin wrapper around WordPress to make development quicker, modern, and object oriented.
Requirements
PHP >= 5.6.4
WordPress >= 4.9
Installation
WP-CLI
wp plugin install --activate https://github.com/JoshMoreno/wpdev/releases/download/v2.0.3-alpha/wpdev.zip
Composer
composer require joshmoreno/wpdev
Manually
Nothing special. Just install and activate like any other plugin.
Continue on official docs - getwpdev.com