Download the PHP package arrowsphere/catalog-graphql-client without Composer
On this page you can find all versions of the php package arrowsphere/catalog-graphql-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download arrowsphere/catalog-graphql-client
More information about arrowsphere/catalog-graphql-client
Files in arrowsphere/catalog-graphql-client
Package catalog-graphql-client
Short Description The official PHP client for ArrowSphere's Catalog GraphQL API
License MIT
Homepage https://www.arrow.com/ecs/na/solutions/cloud/arrowsphere/
Informations about the package catalog-graphql-client
ArrowSphere Catalog GraphQL Client package
This package provides a PHP client for ArrowSphere's Catalog GraphQL API. It should be the only way to make calls to ArrowSphere's Catalog GraphQL API with PHP code.
To use this package, you need valid access to ArrowSphere, with a valid token from the ArrowSphere's authentication platform.
Installation
Install the latest version with
Basic usage
More information
This library returns a result based on the entities defined in the namespace.
The method from the class is a simplified method that calls the query from the API and returns as instance of which allows you to access to any field you requested in the original query.
Please note that each field is nullable, you need to request a field for it to be populated by the API.
There is also a generic method in the class that allows you to perform any query on the GraphQL API. This method doesn't provide any help, so it's a bit complicated to use "as is". The usage of the method is recommended.
All versions of catalog-graphql-client with dependencies
ext-json Version *
gmostafa/php-graphql-client Version ^1.9
symfony/polyfill-php80 Version ^1.22
symfony/polyfill-php81 Version ^1.22