• Stars
    star
    452
  • Rank 96,408 (Top 2 %)
  • Language
    CSS
  • Created almost 12 years ago
  • Updated almost 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A bunch of gear for WP developers

πŸ”§ WordPress-Gear πŸ”§

A bunch of gear for WP developers

The actual page: http://wpgear.org/

To contribute you need a GitHub account.

The easy way: Click on index.md then click edit icon. This will automatically fork this project to your account, make your changes then submit a pull request. Please enter a desciptive commit message.

Or if you want, clone it locally.

# How to clone locally
git clone git://github.com/your_username/your_fork.git
cd your_fork
# Switch branches to default github hosted pages
git checkout -b gh-pages remotes/origin/gh-pages
# Edit index.md 
git push

The license is: https://creativecommons.org/licenses/by/3.0/

More Repositories

1

grunt-githooks

A Grunt plugin to help bind Grunt tasks to Git hooks
JavaScript
317
star
2

wpstarter

Easily bootstrap whole site Composer packages for WordPress.
PHP
244
star
3

GitPHPHooks

Write your Git Hooks in PHP, organize them on a per-project base and automatically add them.
PHP
64
star
4

WP-Strip-Naked

Strips WordPress down to it's bare essentials
PHP
48
star
5

wcm_lang_switch

WordPress plugin to switch language on a per use base
PHP
21
star
6

wp-composer-config

Auto generate your wp-config as Composer Script
PHP
14
star
7

GitPHPHooksLibrary

A collection of Git PHP Hooks that you maybe want to use with GitPHPHooks
PHP
12
star
8

wp-importer

Bug free fork of the official WP_Importer
PHP
10
star
9

wp-cli-composer

Add bash autocomplete for WP-CLI as Composer post-package-install script
PHP
9
star
10

wp-downloader

Composer plugin that downloads WordPress releases zip from official repo.
PHP
8
star
11

wcm-avatar

A WordPress plugin to enable custom attachment uploads to be used as user avatars
PHP
5
star
12

wordpress-early-hook

Small library to safely add WordPress hooks before WordPress is loaded.
PHP
5
star
13

wcm-termlimit

WordPress plugin to set a minimum needed tags/cats/etc. Or limit the amount of tags/cats or custom tax terms. On a per post type basis. Avoid authors using all your tags because of SEO. Or force a minimum because they don't care tagging posts. Just like seen on StackOverflow and other StackExchange sites: minimum 1 tag, maximum 5.
PHP
5
star
14

wp-ssl

Utility class to check if a (local) URl is accessible via SSL or not
PHP
3
star
15

wpguidelines

WordPress coding standards and examples
PHP
3
star
16

wp-package-assets-publisher

A Composer plugin that publishes assets for packages where WordPress can find them.
PHP
2
star
17

wcm_top_spam_ips

A WordPress plugin that collects the Top Spam IP addresses and lists them on a new admin tools page. Allows to export them and to block via your .htaccess file.
PHP
2
star