Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 316 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 316 Bytes

php-curl-lib

PHP Curl Library

-by Sujeet [email protected]

Install using composer:

{
    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/sujeetkv/php-curl-lib"
        }
    ],
    "require": {
        "sujeetkv/php-curl-lib": "dev-master"
    }
}