Download the PHP package simpod/graphql-request-factory without Composer
On this page you can find all versions of the php package simpod/graphql-request-factory. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download simpod/graphql-request-factory
More information about simpod/graphql-request-factory
Files in simpod/graphql-request-factory
Download simpod/graphql-request-factory
More information about simpod/graphql-request-factory
Files in simpod/graphql-request-factory
Vendor simpod
Package graphql-request-factory
Short Description Factory to create PSR-7 compatible request to GraphQL server
License MIT
Package graphql-request-factory
Short Description Factory to create PSR-7 compatible request to GraphQL server
License MIT
Please rate this library. Is it a good library?
Informations about the package graphql-request-factory
PHP GraphQL Request Factory
This factory creates PSR-7 GraphQL Request through PSR-17 message factories that you can be passed to PSR-18 client.
Installation
Add as Composer dependency:
Usage
You can pass $query
either as a string
or PSR-7 StreamInterface
.
Mkay, but what should I do with the request then?
You can pass it to any HTTP client supporting PSR-7. It's up to you what client you decide to use.
Guzzle
http://docs.guzzlephp.org/en/stable/quickstart.html#sending-requests
PSR-18 Client (eg. HTTPPlug)
All versions of graphql-request-factory with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1
ext-json Version *
psr/http-factory Version ^1.0
psr/http-message Version ^1.0 || ^2.0
thecodingmachine/safe Version ^1.0.2 || ^2
ext-json Version *
psr/http-factory Version ^1.0
psr/http-message Version ^1.0 || ^2.0
thecodingmachine/safe Version ^1.0.2 || ^2
The package simpod/graphql-request-factory contains the following files
Loading the files please wait ....