Skip to content

Added composer for this project#17

Closed
jacoor wants to merge 7 commits into
kloon:masterfrom
jacoor:master
Closed

Added composer for this project#17
jacoor wants to merge 7 commits into
kloon:masterfrom
jacoor:master

Conversation

@jacoor
Copy link
Copy Markdown

@jacoor jacoor commented Jun 2, 2014

With this, it can be installed as:

  • create composer.json file with:

    "repositories": [

    {
        "type": "vcs",
        "url": "git://github.com/jacoor/woocommerce-rest-api-client-library.git"
    }
    

    ],
    "require": {
    "jacoor/WooCommerce-REST-API-Client-Library": "dev-master"
    },

and then:
curl -sS https://getcomposer.org/installer | php
php composer.phar install --dev --no-interaction
and you have api client installed in your project.

@maxrice
Copy link
Copy Markdown
Collaborator

maxrice commented May 5, 2015

thanks, added in SHA: 4217d36

@maxrice maxrice closed this May 5, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants