tonypiper / wpackagist

WordPress Packagist — manage your plugins with Composer

Home Page:wpackagist.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WordPress Packagist

This is the repository for wpackagist.org which allows WordPress plugins to be managed along with other dependencies using Composer.

Example composer.json:

{
    "name": "acme/brilliant-wordpress-site",
    "description": "My brilliant WordPress site",
    "repositories":[
        {
            "type":"composer",
            "url":"http://wpackagist.org"
        }
    ],
    "require": {
        "aws/aws-sdk-php":"*",
        "wpackagist/advanced-custom-fields":"*",
        "wpackagist/posts-to-posts":">=1.6"
    },
    "autoload": {
        "psr-0": {
            "Acme": "src/"
        }
    }
}

More info and usage instructions at wpackagist.org or follow us on Twitter @wpackagist.

For support and discussion, please use the issue tracker above.

About

WordPress Packagist — manage your plugins with Composer

wpackagist.org

License:MIT License


Languages

Language:CSS 88.8%Language:PHP 11.2%