PHPackages                             abishekrsrikaanth/aftership-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. abishekrsrikaanth/aftership-laravel

ActiveLibrary

abishekrsrikaanth/aftership-laravel
===================================

Laravel 4 package to integrate with After-Ship API

8219[1 issues](https://github.com/abishekrsrikaanth/aftership-laravel/issues)PHP

Since Jun 18Pushed 10y ago1 watchersCompare

[ Source](https://github.com/abishekrsrikaanth/aftership-laravel)[ Packagist](https://packagist.org/packages/abishekrsrikaanth/aftership-laravel)[ RSS](/packages/abishekrsrikaanth-aftership-laravel/feed)WikiDiscussions master Synced 5d ago

READMEChangelogDependenciesVersions (1)Used By (0)

\###Laravel 4 package to Integrate with Aftership API
-----------------------------------------------------

[](#laravel-4-package-to-integrate-with-aftership-api)

[![Build Status](https://camo.githubusercontent.com/52963c0225032bdce0a15b4cb8f04567f37161f67c028d88e332fb55135cceb9/68747470733a2f2f7472617669732d63692e6f72672f6162697368656b727372696b61616e74682f6166746572736869702d6c61726176656c2e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/abishekrsrikaanth/aftership-laravel)[![Bitdeli Badge](https://camo.githubusercontent.com/9ef9d7fe2983ae6bb4949cf0ee20062c28a1d10de99d6161c41743de25b25b62/68747470733a2f2f64327765637a68766c38323376302e636c6f756466726f6e742e6e65742f6162697368656b727372696b61616e74682f6166746572736869702d6c61726176656c2f7472656e642e706e67)](https://bitdeli.com/free "Bitdeli Badge")[![endorse](https://camo.githubusercontent.com/e2e1f38d1c4438e68411ba9aaa6370eb04eac2279a531b9407123c8db346dd93/68747470733a2f2f6170692e636f64657277616c6c2e636f6d2f6162697368656b727372696b61616e74682f656e646f727365636f756e742e706e67)](https://coderwall.com/abishekrsrikaanth)

\####Installation

**Using Composer**

```
 "require": {
        ....
        "abishekrsrikaanth/aftership-laravel": "1.0"
    },

```

**Update composer:**

```
$ php composer.phar update

```

Add the provider to your app/config/app.php:

```
'providers' => array(
    ...
    'Abishekrsrikaanth\Aftership\AftershipServiceProvider',
),

```

and the Facade info on app/config/app.php

```
'aliases'   => array(
    ...
	'AfterShip'      => 'Abishekrsrikaanth\Aftership\Facades\Aftership',
),

```

Publish the Configuration and setup the config with the credentials of the different email providers

```
php artisan config:publish abishekrsrikaanth/aftership-laravel

```

\####Couriers

Getting an instance of the Courier Object

```
$courier = AfterShip::Couriers();
$response = $courier->get();

```

\####Tracking

Getting an instance of the Tracking Object

```
$tracking = AfterShip::Tracking();
$response = $tracking->get($options);

```

\####Webhooks Setup This library has in-built support to easily configure the webhook notifications of Aftership. To configure the Webhook Route, open the published configuration file and setup the following configurations.

```
'web_hook' => array(
		'enabled'   => true,                    //Set this to true to enable Web hook Route
		'route_url' => '/wehbooks/aftership',   //Setup the Route Url that has been configured on Aftership Control Panel
		'listener'  => array(
			'type'             => 'event',      //Can be "event" or "queue"
			'handler'          => '',           //Handler to be called when the Webhook notification is received
			'queue_name'       => '',           //Used only if the type == "queue"
			'queue_connection' => ''            //To be used if a connection based queue needs to be used
		)
	)

```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/679089de897a6d3f79d14628be0e3a38b3d77ccfa7c1f85ca7de06ae7564b166?d=identicon)[abishekrsrikaanth](/maintainers/abishekrsrikaanth)

---

Top Contributors

[![abishekrsrikaanth](https://avatars.githubusercontent.com/u/1639302?v=4)](https://github.com/abishekrsrikaanth "abishekrsrikaanth (15 commits)")

### Embed Badge

![Health badge](/badges/abishekrsrikaanth-aftership-laravel/health.svg)

```
[![Health](https://phpackages.com/badges/abishekrsrikaanth-aftership-laravel/health.svg)](https://phpackages.com/packages/abishekrsrikaanth-aftership-laravel)
```

PHPackages © 2026

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