PHPackages                             shibin/laravel-quiqup - 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. shibin/laravel-quiqup

ActiveLibrary[API Development](/categories/api)

shibin/laravel-quiqup
=====================

Laravel package for integrating the Quiqup delivery API (create, track, and manage orders)

v1.0.0(4mo ago)02MITPHPPHP ^8.0

Since Jan 8Pushed 4mo agoCompare

[ Source](https://github.com/cpshibinoppo/laravel-quiqup)[ Packagist](https://packagist.org/packages/shibin/laravel-quiqup)[ RSS](/packages/shibin-laravel-quiqup/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (4)Versions (2)Used By (0)

Laravel Quiqup Integration
==========================

[](#laravel-quiqup-integration)

A Laravel package to integrate with the **Quiqup Delivery API**, allowing you to create orders, retrieve orders, download AWB labels, and mark orders as ready for collection.

This package wraps the Quiqup REST API into a clean Laravel Facade for fast and consistent integration.

---

Requirements
------------

[](#requirements)

- PHP **8.1+**
- Laravel **10 / 11**
- Quiqup Partner Account (Sandbox or Production)
- Quiqup API Key

---

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

[](#installation)

Install the package via Composer:

```
composer require shibin/quiqup

## Configuration

### Publish Configuration File

```bash
php artisan vendor:publish --tag=quiqup-config

## Environment Variables

Add the following values to your `.env` file:

```env
QUIQUP_CLIENT_ID=
QUIQUP_CLIENT_SECRET=your_api_key_here
QUIQUP_ENV=Environment: 'staging' or 'production'
```

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance77

Regular maintenance activity

Popularity2

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

125d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/af75c56ae58ce84d2d94fc2735063b8f6232f16ef4547463506b98cd77a10d7e?d=identicon)[cpshibinoppo](/maintainers/cpshibinoppo)

---

Top Contributors

[![cpshibinoppo](https://avatars.githubusercontent.com/u/89115093?v=4)](https://github.com/cpshibinoppo "cpshibinoppo (1 commits)")

### Embed Badge

![Health badge](/badges/shibin-laravel-quiqup/health.svg)

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

###  Alternatives

[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)[jasara/php-amzn-selling-partner-api

A fluent interface for Amazon's Selling Partner API in PHP

1344.8k1](/packages/jasara-php-amzn-selling-partner-api)

PHPackages © 2026

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