-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Igor Sazonov edited this page Mar 5, 2026
·
1 revision
This wiki provides comprehensive documentation for the tigusigalpa/shippo-php package. Whether you're just getting started or looking for advanced usage patterns, you'll find everything you need here.
- Modern PHP 8.1+: Built with the latest PHP features, including strict types and readonly properties.
- PSR Compliant: Adheres to PSR-4, PSR-7, PSR-17, and PSR-18 standards for maximum interoperability.
- Type-Safe DTOs: Strongly-typed Data Transfer Objects (DTOs) for all API responses, ensuring predictable and reliable code.
- Automatic Retry Logic: Built-in exponential backoff for handling rate limits gracefully.
- Seamless Laravel Integration: Includes a Service Provider, Facade, and auto-discovery for easy integration with Laravel projects.
- Comprehensive Test Suite: Full test coverage with Pest PHP to ensure code quality and reliability.
- Excellent Documentation: Clear examples and PHPDoc annotations throughout the codebase.
- HTTP Client Agnostic: Use any PSR-18 compatible HTTP client of your choice.