Libraries tagged by wp
wp-coding-standards/wpcs
26517604 Downloads
PHP_CodeSniffer rules (sniffs) to enforce WordPress coding conventions
wp-cli/wp-cli
11484231 Downloads
WP-CLI framework
roots/wp-password-bcrypt
8332815 Downloads
WordPress plugin which replaces wp_hash_password and wp_check_password's phpass hasher with PHP 5.5's password_hash and password_verify using bcrypt.
phpcompatibility/phpcompatibility-wp
18871750 Downloads
A ruleset for PHP_CodeSniffer to check for PHP cross-version compatibility issues in projects, while accounting for polyfills provided by WordPress.
lucatume/wp-browser
2542791 Downloads
A set of Codeception modules to test WordPress projects.
wp-cli/php-cli-tools
16369558 Downloads
Console utilities for PHP
yahnis-elsts/plugin-update-checker
933028 Downloads
A custom update checker for WordPress plugins and themes. Useful if you can't host your plugin in the official WP repository but still want it to support automatic updates.
wp-phpunit/wp-phpunit
2348822 Downloads
WordPress core PHPUnit library
wp-media/wp-rocket
931517 Downloads
Performance optimization plugin for WordPress
wp-graphql/wp-graphql
309384 Downloads
GraphQL API for WordPress
wp-cli/wp-config-transformer
6280293 Downloads
Programmatically edit a wp-config.php file.
wp-cli/wp-cli-bundle
4043117 Downloads
WP-CLI bundle package with default commands.
roots/wp-config
5418480 Downloads
Collect configuration values and safely define() them
mikemclin/laravel-wp-password
2801689 Downloads
Laravel package that checks and creates WordPress password hashes
deliciousbrains/wp-background-processing
268175 Downloads
WP Background Processing can be used to fire off non-blocking asynchronous requests or as a background processing tool, allowing you to queue tasks.