Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Woocommerce | 8,727 | 16 | a day ago | 7 | July 08, 2022 | 2,244 | other | PHP | ||
A customizable, open-source ecommerce platform built on WordPress. Build any commerce solution you can imagine. | ||||||||||
Wp Graphql | 3,521 | 4 days ago | 136 | gpl-3.0 | PHP | |||||
:rocket: GraphQL API for WordPress | ||||||||||
Create Guten Block | 3,140 | 150 | 6 | a year ago | 90 | July 11, 2020 | 107 | mit | JavaScript | |
📦 A zero-configuration #0CJS developer toolkit for building WordPress Gutenberg block plugins. | ||||||||||
Plugin Update Checker | 2,006 | 63 | 30 | a month ago | 35 | August 17, 2023 | 83 | mit | PHP | |
A custom update checker for WordPress plugins. Useful if you don't want to host your project in the official WP repository, but would still like it to support automatic updates. Despite the name, it also works with themes. | ||||||||||
Dropkick | 1,944 | 98 | 10 | 2 years ago | 13 | February 12, 2018 | 19 | mit | JavaScript | |
A JavaScript plugin for creating beautiful, accessible, and painless custom dropdowns. | ||||||||||
S3 Uploads | 1,787 | 43 | 9 | 2 months ago | 23 | May 04, 2023 | 172 | PHP | ||
The WordPress Plugin to Store Uploads on Amazon S3 | ||||||||||
Amp Wp | 1,770 | 3 days ago | 108 | gpl-2.0 | PHP | |||||
Enable AMP on your WordPress site, the WordPress way. | ||||||||||
Redux Framework | 1,684 | 3 | 1 | 5 days ago | 82 | July 02, 2023 | other | PHP | ||
Redux is a simple, truly extensible options framework for WordPress themes and plugins! | ||||||||||
Wordpress Seo | 1,654 | 3 | a day ago | 3 | June 28, 2022 | 1,012 | other | JavaScript | ||
Yoast SEO for WordPress | ||||||||||
Jetpack | 1,504 | 5 | a day ago | 44 | September 04, 2023 | 2,729 | other | PHP | ||
Security, performance, marketing, and design tools — Jetpack is made by WordPress experts to make WP sites safer and faster, and help you grow your traffic. |
A WordPress CLI. A tool to generate boilerplate code, interact with and debug WordPress.
All notable changes to this project will be documented in the releases page
These instructions are intented for Unix, Linux, Mac OSX system, use sudo if you get permissions errors
curl https://weknowinc.com/wp-console/installer -L -o wordpress.phar
mv wordpress.phar /usr/local/bin/wordpress
chmod +x /usr/local/bin/wordpress
cache
create
database
debug
generate
multisite
plugin
site
role
settings
theme
Fork your own copy of the WordPress Console repository to your account
Get a copy of your recently cloned version of console in your machine.
$ git clone [email protected]:[your-git-user-here]/wp-console.git
$ git remote add upstream [email protected]:weknowinc/wp-console.git
$ git fetch upstream
$ git merge upstream/master
$ composer install.
WordPress is a registered trademark of WordPress Foundation.