Such a question how to work with github composer I want to download this class entirely the trouble is that I don’t know how, explain in plain language.
1 answer
In fact, you don’t have to work directly with GitHub. There is a repository of packages in the Composer ecosystem. Moreover, the php-curl-class library is in the package repository.
So, all you need to do is install Composer (see the official documentation ) and deliver the package you need. Like this:
$ composer require "php-curl-class/php-curl-class"
|