Download the PHP package leadvertex/plugin-component-api-client without Composer
On this page you can find all versions of the php package leadvertex/plugin-component-api-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download leadvertex/plugin-component-api-client
More information about leadvertex/plugin-component-api-client
Files in leadvertex/plugin-component-api-client
Download leadvertex/plugin-component-api-client
More information about leadvertex/plugin-component-api-client
Files in leadvertex/plugin-component-api-client
Vendor leadvertex
Package plugin-component-api-client
Short Description LeadVertex plugin API client component
License proprietary
Package plugin-component-api-client
Short Description LeadVertex plugin API client component
License proprietary
Please rate this library. Is it a good library?
Informations about the package plugin-component-api-client
LeadVertex API client plugin component
\Leadvertex\Plugin\Components\ApiClient\ApiClient
- component, which accept API endpoint URL and API token, and
allow make queries to leadvertex.com GraphQL API. This component use under the hood
softonic/graphql-client GraphQL client library
Usage
For example, in your plugin app you can create internationalization class like this
<?php
$client = new \Leadvertex\Plugin\Components\ApiClient\ApiClient('https://cluster.leadvertex.com/companies/1/CRM', 'token here');
/** @var \Softonic\GraphQL\Response $response */
$response = $client->query('query {name, company}');
print_r($response->getData());
print_r($response->getErrors());
All versions of plugin-component-api-client with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.4.0
leadvertex/plugin-component-guzzle Version ^0.3
softonic/graphql-client Version ^1.2
adbario/php-dot-notation Version ^2.2
xakepehok/array-graphql Version ^0.0.1
leadvertex/plugin-component-guzzle Version ^0.3
softonic/graphql-client Version ^1.2
adbario/php-dot-notation Version ^2.2
xakepehok/array-graphql Version ^0.0.1
The package leadvertex/plugin-component-api-client contains the following files
Loading the files please wait ....