PHPackages                             smart-dato/shippypro - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. smart-dato/shippypro

ActiveLibrary[API Development](/categories/api)

smart-dato/shippypro
====================

ShippyPro API SDK for laravel

v0.0.1(1mo ago)01MITPHPPHP ^8.2|^8.5CI failing

Since Apr 1Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/smart-dato/shippypro)[ Packagist](https://packagist.org/packages/smart-dato/shippypro)[ Docs](https://github.com/smart-dato/shippypro)[ GitHub Sponsors](https://github.com/SmartDato)[ RSS](/packages/smart-dato-shippypro/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (14)Versions (3)Used By (0)

ShippyPro API SDK
=================

[](#shippypro-api-sdk)

[![Latest Version on Packagist](https://camo.githubusercontent.com/5dcb3d9e5386fcdb556e8ce38b6d47a9d86ecec842c4dc3c619d3fa5ad57b755/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f736d6172742d6461746f2f73686970707970726f2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/smart-dato/shippypro)[![GitHub Tests Action Status](https://camo.githubusercontent.com/4e97323b182cbbc6589ac511551d881c04bc0f0290ed7c18c03bf86c139c6fdc/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f736d6172742d6461746f2f73686970707970726f2f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/smart-dato/shippypro/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/517fb369ea07b1a2c270fa857ca91be81fcfc0cec9ff169955cf9625600b191b/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f736d6172742d6461746f2f73686970707970726f2f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/smart-dato/shippypro/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/c5deee4a6438ec4177fd04ef7eb76874da43b501748fe1d8b2dbd894819b18e7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f736d6172742d6461746f2f73686970707970726f2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/smart-dato/shippypro)

This is a Laravel plugin for the [ShippyPro API](https://www.shippypro.com/ShippyPro-API-Documentation/)

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require /shippypro
```

You can publish the config file with:

```
php artisan vendor:publish --tag="shippypro-config"
```

This is the contents of the published config file:

```
return [
    'url' => env('SHIPPYPRO_URL', 'https://www.shippypro.com/api'),
    'authkey' => env('SHIPPYPRO_AUTH_KEY', ''),
];
```

Usage
-----

[](#usage)

```
    $data = new \SmartDato\ShippyPro\Data\Shipment\ShipmentData(...);
    $connector = new \SmartDato\ShippyPro\ShippyPro();
    $response = (new \SmartDato\ShippyPro\Resource\Shipment($connector))
        ->create($data);
```

For a complete code example see [IntegrationTest](./tests/IntegrationTest.php)

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [SmartDato](https://github.com/smart-dato)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance91

Actively maintained with recent releases

Popularity1

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity42

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

43d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c3006db55caec62526937fa2d941da32fc5e69e2ca86a52e87c8046da5958d82?d=identicon)[smart-dato](/maintainers/smart-dato)

---

Top Contributors

[![tschigo](https://avatars.githubusercontent.com/u/344100?v=4)](https://github.com/tschigo "tschigo (3 commits)")[![michael-tscholl](https://avatars.githubusercontent.com/u/178569346?v=4)](https://github.com/michael-tscholl "michael-tscholl (2 commits)")[![gomez-sd](https://avatars.githubusercontent.com/u/174421072?v=4)](https://github.com/gomez-sd "gomez-sd (1 commits)")

---

Tags

laravelshippyproSmartDato

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/smart-dato-shippypro/health.svg)

```
[![Health](https://phpackages.com/badges/smart-dato-shippypro/health.svg)](https://phpackages.com/packages/smart-dato-shippypro)
```

###  Alternatives

[scalar/laravel

Render your OpenAPI-based API reference

6183.9k2](/packages/scalar-laravel)[ryangjchandler/bearer

Minimalistic token-based authentication for Laravel API endpoints.

8129.8k](/packages/ryangjchandler-bearer)[codebar-ag/laravel-docuware

DocuWare integration with Laravel

1221.1k](/packages/codebar-ag-laravel-docuware)[codebar-ag/laravel-zammad

Zammad integration with Laravel

106.1k](/packages/codebar-ag-laravel-zammad)[tapp/filament-webhook-client

Add a Filament resource and a policy for Spatie Webhook client

1120.2k](/packages/tapp-filament-webhook-client)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
