layout |
---|
default |
WordPress-Gear is meant to be community driven, please feel free to jump in and add/remove any useful information via GitHub.
The easiest way to contribute is to have a GitHub account then click index.md, then click edit. This will automatically fork this project to your account, make your changes then submit a pull request. There are additional instruction if you want to clone this locally in the readme.
Please refrain from submitting any commercial products or themes. Links must allow for code browsing (github/bitbucket/svn..etc).
WordPress
- Latest Stable - wordpress.org
- Nightly - wordpress.org
Core Unit tests
- Trac SVN
- GitHub mirror
- Theme XML sample data
- WP Test Test data to measure the integrity of your plugins and themes
Command line fu
- WP-CLI - The command-line tool for managing WordPress.
- WP-PowerShell - Windows powershell for the WP-CLI
- VimPress - Post to WordPress from Vim
- WP Stack - Capistrano deploy
- Wordmove - Rails gem
- Wp Project Tools - Fabric/Python CLI and automation
- WordPhing - Phing/Php build script
- Yeoman-WordPress - Node, NPM and Ruby
IDE bundles
Misc
- WP-PhpTidy - Format PHP code so that it conforms to the WordPress Coding Standards
- Nginx - Configuration for running WordPress
- WordPress-Skeleton - Basic layout of a WordPress Git repository
- WordPress Java - Java xmlrpc interface of WordPress
- WordPress-Coding-Standards - PHP_CodeSniffer rules to enforce WordPress coding conventions
Plugins that help with debugging
- Debug Bar - Maintained by core devs
- Debug Bar Extender - Adds profiler and extra tools
- Debug Bar Cron - Display scheduled events
- Debug Bar Transients - Transient info
- Debug Bar Template Trace - Template load and order
- Debug Bar Action Hooks - List fired hooks
- Debug Bar Console - PHP/MySQL console to the debug bar
- Core Control - Lots of core options
- Developer - Quickly get setup
- Debug This - Lot of debug modes
- P3 (Plugin Performance Profiler) - Test your plugins
- Debug Objects - Lots of info
- Hook Sniffer - Action and filter sequence
- Depreciated Notices - Log outdated functions
- Rewrite Analyzer - Helps dreaded rewrites
- XHProf Profiler - Profile plug ins and themes using XHProf (Facebook)
- BlackBox Debug Bar - Another debug bar
- WCM Current Admin Info - Info about current screen, contextual hooks & its globals
- WpDevTool - Development tool for WordPress to track bugs, manage crons, permalinks and much more.
- Console logger Log WP data to Chrome or Firefox
PHP bits
- Plugin boilerplate - Organized, maintainable boilerplate for building plugins
- Object Oriented Plugin Template - WordPress plugins using object-oriented programming practices
- Settings framework - A framework for the WordPress settings API
- scbFramework - A set of useful classes for faster plugin development
- WordPress Settings API - Another WordPress settings API abstraction class
- WP MVC - MVC framework to create plugins
- DX-Plugin-Base - Base plugin for the WordPress system
- Widget Boilerplate - Maintainable boilerplate for building widgets
- Widget helper class - A class to ease creating Widgets
- GitHub plugin update - WordPress plugin updates via GitHub
- Update class - Private and commercial plugin update class
- wp-plugin-in-github - Sync WordPress Plugins between Github and WordPress Plugin repository.
Comparison of tools CompareWP Content Type / Custom Fields
- SuperCPT CPT and meta box wrapper with icons
- Media Manager class - Integrating the new media manager work-flow into your plugins/themes
- WordPress Taxonomies Fields - Class for creating WordPress taxonomies custom fields
- Pods framework - Expansive Framework for custom content and fields
- WordPress transients interface - A WordPress transients interface
- Logging class - A a general logging system
- WP Session Manager - Session manager for WordPress
- WP CoffeeScript - Use CoffeeScript in WordPress
- Prometheus Front-end foundation (LESS, wpthumb)
- WordPress Template Base File structure based on TwentyEleven