Skip to content

WP Packages is our new WPackagist replacement that's 17x faster and updates every 5 minutes

Favorite WP-CLI Packages: Login Command

wp-cli-login-command is a package by Evan Mattson that creates passwordless links for your WordPress sites. It's as simple as: wp login create username ✨

WordPress Password Security Follow-up

Follow up to the 'Improving WordPress Password Security' post. If you’re on PHP 5.5+ then use our bcrypt plugin to improve your site’s security.

Life of a Front-end WordPress Request

A deep dive into what happens when you hit a URL on a WordPress website, and how to build a WordPress routing system that solves the issues with rewrites.

Twelve-Factor WordPress App

Turning a WordPress site into a Twelve-Factor App. If you're going to be creating complex websites with WordPress, then you need to get serious about it.

Timing WordPress Requests

By using the WordPress functions timer_start and timer_stop, you can setup quick performance tests without setting up a full benchmarking test suite.

WordPress Plugins with Composer

See how to create Composer packages for custom WordPress plugins, along with private plugins and 3rd party plugins with the composer.json file.

Using Composer with WordPress

An introduction to Composer and how to manage WordPress core, plugins, and even themes with it. Composer is a dependency manager for PHP.