I wrote this module to allow testing of the Webtemplate RestFull API using phpunit.
It is of course possible to use the module to access other websites using the RestFull API providing all the data is passed using JSON.
To load the latest release add the following to your composer.json file
{
"require": {
"g7mzr/restclient-php": "*"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/g7mzr/restclient-php.git"
}
]
}
To load the development version add the following to your compose.json file
{
"require": {
"g7mzr/restclient-php": "dev-master"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/g7mzr/restclient-php.git"
}
]
}
TBC
TBC
TBC
For latest changes see CHANGELOG.md file.
TBC
We love to have your help to make restclient-php better. See CONTRIBUTING.md for more information about contributing and developing php-webdriver.