Skip to content

dwappu/curlLib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

curlLib

A PHP Curl Wrapper

$myCurl = new curlLib('POST','http://example.com',array('name' => 'John Doe'));
$myCurl->execute();
$myCurl = new curlLib('POST','http://example.com','[{"name": "John Doe"}]',array('Content-Type: application/json'));
$mycurl->execute($custom_request=TRUE);

About

A PHP Curl Wrapper

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages