Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 628 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 628 Bytes

Installation - (Beta)

Install with Composer


If you're using `Composer <https://github.com/composer/composer>`_ to manage
dependencies, you can get the latest version off the master branch:
   
    {
        "repositories" : {
            "pubnub" : {
                "type":"git",
                "url":"https://github.com/pubnub/php-composer"
            }
        },
        "require": {
            "pubnub/pubnub": "dev-master"
        }
    }


Install source from GitHub

To install the source code:

$ git clone git://github.com/pubnub/php-composer.git