xint0/project44-php

Project44 API PHP Client

0.2.1 2024-06-27 14:50 UTC

This package is auto-updated.

Last update: 2024-06-27 22:21:05 UTC


README

Description

Project44 API Client for integrating carriers and send shipment updates. <!--

Badges

On some READMEs, you may see small images that convey metadata, such as whether or not all the tests are passing for the project. You can use Shields to add some to your README. Many services also have instructions for adding a badge.

Visuals

Depending on what you are making, it can be a good idea to include screenshots or even a video (you'll frequently see GIFs rather than actual videos). Tools like ttygif can help, but check out Asciinema for a more sophisticated method. -->

Installation

This API client requires an HTTP client implementation, you can use any of the client implementations listed in https://packagist.org/providers/psr/http-client-implementation

For example to install this package and the curl client:

composer require xint0/project44-php php-http/curl-client

If your project already has an HTTP client implementation required, then you can just install the API client:

composer require xint0/project44-php