PHPackages                             comyo-media/shipcloud-laravel - 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. comyo-media/shipcloud-laravel

ActiveLibrary[API Development](/categories/api)

comyo-media/shipcloud-laravel
=============================

shipcloud laravel wrapper

1.0(10y ago)094PHPPHP &gt;=5.4.0

Since Aug 16Pushed 10y ago2 watchersCompare

[ Source](https://github.com/comyo-media/shipcloud-laravel)[ Packagist](https://packagist.org/packages/comyo-media/shipcloud-laravel)[ RSS](/packages/comyo-media-shipcloud-laravel/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

shipcloud-laravel
=================

[](#shipcloud-laravel)

An easy-to-use PHP package to communicate with [shipcloud's API](http://developers.shipcloud.io) &amp; Laravel 5+.

### Installation

[](#installation)

1. Install the `comyo-media/shipcloud-laravel` package

```
$ composer require comyo-media/shipcloud-laravel
```

2. Update `config/app.php` to activate shipcloud

```
# Add `ShipcloudLaravelServiceProvider` to the `providers` array
'providers' => array(
  ...
  ComyoMedia\ShipcloudLaravel\ShipcloudLaravelServiceProvider::class,
)

# Add the `ShipcloudFacade` to the `aliases` array
'aliases' => array(
  ...
  'Shipcloud' => ComyoMedia\ShipcloudLaravel\ShipcloudFacade::class,
)
```

3. Create the configuration file `config/shipcloud.php`:

```
$ php artisan vendor:publish
```

4. Configure your `api_key` in your `.env` file:

```
SHIPCLOUD_API_KEY=YOUR-API-KEY-HERE
```

Reporting Bugs or Feature Requests
----------------------------------

[](#reporting-bugs-or-feature-requests)

Please report any bugs or feature requests on the github issues page for this project here:

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

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

3920d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5c94105afcfa836f211568bec4eaff738695f7bd737ebe0134be635698885d77?d=identicon)[dennisoderwald](/maintainers/dennisoderwald)

---

Tags

phpapilaravelshipcloud

### Embed Badge

![Health badge](/badges/comyo-media-shipcloud-laravel/health.svg)

```
[![Health](https://phpackages.com/badges/comyo-media-shipcloud-laravel/health.svg)](https://phpackages.com/packages/comyo-media-shipcloud-laravel)
```

###  Alternatives

[joisarjignesh/bigbluebutton

BigBlueButton Server API Library for Laravel

162145.5k1](/packages/joisarjignesh-bigbluebutton)[jeroen-g/flickr

Modern PHP package to make Flickr API calls. Ships with Laravel implementation.

2559.9k2](/packages/jeroen-g-flickr)[exlo89/laravel-sevdesk-api

A helpful Sevdesk API client for Laravel.

1116.5k](/packages/exlo89-laravel-sevdesk-api)[dystcz/lunar-api

Dystore API layer for Lunar e-commerce package

411.1k3](/packages/dystcz-lunar-api)[yxx/laravel-quick

agile development

145.3k](/packages/yxx-laravel-quick)[gufy/whmcs

WHMCS API for Laravel 5

211.7k](/packages/gufy-whmcs)

PHPackages © 2026

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