Skip to content

MattivdWeem/phpQuest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PHP (re)Quest

Library to send requests in php (basicly a simple wrapper for cURL)

// basics:

$request = new phpQuest(/* Basic settings here */);

$request->post('http://example.com',$settings,$data,function($response, $headers, $succes){

	if($succes):
		// on success
	else:
		// on fail
	endif;

});

About

Send requests with php (basicly a cURL wrapper)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages