Download the PHP package xp-framework/rest without Composer
On this page you can find all versions of the php package xp-framework/rest. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download xp-framework/rest
More information about xp-framework/rest
Files in xp-framework/rest
Download xp-framework/rest
More information about xp-framework/rest
Files in xp-framework/rest
Vendor xp-framework
Package rest
Short Description REST Client and Server APIs for the XP Framework
License BSD-3-Clause
Homepage http://xp-framework.net/
Package rest
Short Description REST Client and Server APIs for the XP Framework
License BSD-3-Clause
Homepage http://xp-framework.net/
Please rate this library. Is it a good library?
Informations about the package rest
REST Client and Server APIs for the XP Framework
Client
Entry point
The Endpoint
class serves as the entry point to this API. Create a new instance of it with the REST service's endpoint URL and then invoke its resource()
method to work with the resources.
Creating: post
Reading: get / head
Updating: put / patch
Deleting: delete
Execute
If you need full control over the request, use the generic execute()
method.
Deserialization
The REST API supports automatic result deserialization by passing a type to the data()
method.
Authentication
Basic authentication is supported by embedding the credentials in the endpoint URL:
All versions of rest with dependencies
PHP Build Version
Package Version
Requires
xp-framework/core Version
^9.1 | ^8.0 | ^7.0 | ^6.5
xp-framework/http Version ^9.0 | ^8.0 | ^7.0 | ^6.2
xp-framework/xml Version ^9.0 | ^8.0 | ^7.0 | ^6.0
xp-framework/scriptlet Version ^9.0 | ^8.0.1
xp-framework/logging Version ^9.0 | ^8.0 | ^7.0 | ^6.5
xp-framework/collections Version ^8.0 | ^7.0 | ^6.5
xp-framework/networking Version ^9.0 | ^8.0 | ^7.0 | ^6.6
xp-framework/tokenize Version ^8.0 | ^7.0 | ^6.5
xp-forge/json Version ^3.0 | ^2.1
php Version >=5.6.0
xp-framework/http Version ^9.0 | ^8.0 | ^7.0 | ^6.2
xp-framework/xml Version ^9.0 | ^8.0 | ^7.0 | ^6.0
xp-framework/scriptlet Version ^9.0 | ^8.0.1
xp-framework/logging Version ^9.0 | ^8.0 | ^7.0 | ^6.5
xp-framework/collections Version ^8.0 | ^7.0 | ^6.5
xp-framework/networking Version ^9.0 | ^8.0 | ^7.0 | ^6.6
xp-framework/tokenize Version ^8.0 | ^7.0 | ^6.5
xp-forge/json Version ^3.0 | ^2.1
php Version >=5.6.0
The package xp-framework/rest contains the following files
Loading the files please wait ....