Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

go0sedev/curl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

curl

A PHP Curl implimentation

Installation with Composer

Run the following command in your project to add this package:

composer require gustavtrenwith/curl

Then run composer update

Register Service Provider and Facade

Register the service providers and Facades in config/app.php

gustavtrenwith\curl\CurlServiceProvider::class,
'Curl' => gustavtrenwith\curl\CurlFacade::class,

Now you can use the Curl facade anywhere in your application

Feedback

For any questions or suggestions, feel free to contact me on [email protected]

About

A PHP Curl implimentation

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages