https://github.com/compwright/shippo-php
https://github.com/compwright/shippo-php
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/compwright/shippo-php
- Owner: compwright
- License: mit
- Created: 2025-03-27T14:39:48.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2025-03-28T01:44:56.000Z (9 months ago)
- Last Synced: 2025-03-28T02:37:48.975Z (9 months ago)
- Language: PHP
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# compwright/shippo-php
A [Shippo](http://goshippo.com) API Client for PHP 8.3+.
[![Latest Version on Packagist][ico-version]][link-packagist]
[![Software License][ico-license]](LICENSE.md)
[![Latest Version on Packagist][packagist-downloads]][link-packagist]
## Installation
This package can be installed via [Composer](http://getcomposer.org):
composer require compwright/shippo-php
## APIs
`Api` supports these Shippo API endpoints:
* Order
* Shipment
* Transaction (Label Purchase)
## License
[MIT License](https://github.com/compwright/shippo-php/blob/master/LICENSE)
[ico-version]: https://img.shields.io/packagist/v/compwright/shippo-php.svg?style=flat-square
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
[link-packagist]: https://packagist.org/packages/compwright/shippo-php
[packagist-downloads]: https://img.shields.io/packagist/dt/compwright/shippo-php.svg