terah / rest-client
PHP client library for Restful Services.
8.0.1.0
2025-08-21 01:24 UTC
Requires
- php: >=8.0
- ext-curl: *
- ext-simplexml: *
- terah/fluent-assert: 8.*
This package is auto-updated.
Last update: 2026-06-21 03:34:16 UTC
README
This is the PHP client library for Restful Services. This documentation is out of date and needs refreshing.
Usage
use Prism\ApiClient\RestClient; // The url to the web service that you are interacting with $webServiceUrl = 'http://example.com:8080/api/v1.0/'; // Your api key $yourApiKey = 'qwerqwer-qwerqewr-qwerqwer-qwerqwer';
Testing
$ phpunit
Contributing
If you would like to contribute, please email uqcullen@uq.edu.au.
Security
If you discover any security related issues, please email uqcullen@uq.edu.au instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.