paperscissorsandglue / usps-api
PHP USPS API integration on PHP based on original library by Vincent Gabriel.
Fund package maintenance!
spatie
spatie.be/open-source/support-us
Requires
- php: ^7.4|^8.0
- mmucklo/krumo: ^0.6.0
Requires (Dev)
- ext-simplexml: *
- friendsofphp/php-cs-fixer: ^2.16
- phpunit/phpunit: ^9.3
- vimeo/psalm: ^3.11
This package is auto-updated.
Last update: 2024-10-16 06:16:00 UTC
README
Based on original PHP library by Vincent Gabriel, modernized in Spatie package template for best practices and posterity. Currently only the rate API classes are ported. Documentation and further integration ASAP.
Installation
You can install the package via composer:
composer require paperscissorsandglue/usps-api-integration
Usage
$usps = new USPSApi("my api key"); $rate = $usps->rate(); //TODO: add packages, get estimate to documentation
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.