Download the PHP package grena/oxatis-api-php-client without Composer
On this page you can find all versions of the php package grena/oxatis-api-php-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download grena/oxatis-api-php-client
More information about grena/oxatis-api-php-client
Files in grena/oxatis-api-php-client
Download grena/oxatis-api-php-client
More information about grena/oxatis-api-php-client
Files in grena/oxatis-api-php-client
Vendor grena
Package oxatis-api-php-client
Short Description Oxatis client for the API
License OSL-3.0
Package oxatis-api-php-client
Short Description Oxatis client for the API
License OSL-3.0
Please rate this library. Is it a good library?
Informations about the package oxatis-api-php-client
Oxatis API - PHP Client
This is a PHP API Client for any Oxatis SaaS instance.
Requirements
- PHP >= 7.4
- Composer
Install
How to use
In your project, import the OxatisClientBuilder
and build a client with your Oxatis AppID and token:
Now you can use the OxatisClient
to make requests, for example here, retrieving "Country names" for each tax rate:
Regenerate the API
This API is mainly auto-generated thanks to phpro/soap-client
.
If the online Soap WSDL files changed on Oxatis side, this API Client needs to be regenerated by running:
This will:
- Generate the needed config files for
phpro/soap-client
in theconfig/
folder - Generate each Type class for each service in
src/Type
- Generate client and client factory for each service in
src/Services/
Contribute
Clone this project, then:
All versions of oxatis-api-php-client with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1
psr/http-message Version ^1.0
psr/http-client Version ^1.0
psr/http-factory Version ^1.0
psr/http-message-implementation Version ^1.0
php-http/httplug Version ^2.1
php-http/discovery Version ^1.7
php-http/multipart-stream-builder Version ^1.0
goetas-webservices/xsd2php-runtime Version v0.2.15
jms/serializer Version ^3.12
phpro/soap-client Version ^1.6
php-http/message-factory Version ^1.0
php-http/message Version ^1.8
php-http/client-common Version ^2.1
psr/http-message Version ^1.0
psr/http-client Version ^1.0
psr/http-factory Version ^1.0
psr/http-message-implementation Version ^1.0
php-http/httplug Version ^2.1
php-http/discovery Version ^1.7
php-http/multipart-stream-builder Version ^1.0
goetas-webservices/xsd2php-runtime Version v0.2.15
jms/serializer Version ^3.12
phpro/soap-client Version ^1.6
php-http/message-factory Version ^1.0
php-http/message Version ^1.8
php-http/client-common Version ^2.1
The package grena/oxatis-api-php-client contains the following files
Loading the files please wait ....