PHPackages                             akika/laravel-weevo - 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. akika/laravel-weevo

ActiveLibrary[API Development](/categories/api)

akika/laravel-weevo
===================

Weevo package for Laravel to allow merchants to connect

0.0.4(2mo ago)030↑225%MITPHPPHP ^8.0

Since Feb 10Pushed 2mo agoCompare

[ Source](https://github.com/akikadigital/laravel-weevo)[ Packagist](https://packagist.org/packages/akika/laravel-weevo)[ Docs](https://github.com/Akika-Digital/laravel-weevo)[ RSS](/packages/akika-laravel-weevo/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (4)Dependencies (6)Versions (5)Used By (0)

Laravel Weevo Package by [Akika Digital](https://akika.digital)
---------------------------------------------------------------

[](#laravel-weevo-package-by-akika-digital)

The Laravel Weevo package allows you to transfer money through the NCBA Open Banking APIs. The package supports Laravel version 5 and above.

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

[](#installation)

You can install the package via composer:

```
composer require akika/laravel-weevo
```

After installing the package, publish the configuration file using the following command:

```
php artisan weevo:install
```

ENV Variables
-------------

[](#env-variables)

You can add the following variables to your env file. Make sure to add the requested information.

```
WEEVO_ENV=
WEEVO_DEBUG=
WEEVO_SANDBOX_URL=
WEEVO_PRODUCTION_URL=
```

Set Credentials
---------------

[](#set-credentials)

In case Weevo is initialized with null values, the following function can be called to set the credentials

```
public function setCredentials($username, $apiKey, $apiSecret);
```

Delivery Statuses
-----------------

[](#delivery-statuses)

Below are the available statuses

```
case Pending = 'pending';
case Assigned = 'assigned';
case Picked = 'picked';
case InTransit = 'in_transit';
case DeliveryInitiated = 'delivery_initiated';
case PaymentRequested = 'payment_requested';
case Delivered = 'delivered';
case Failed = 'failed';
case Cancelled = 'cancelled';
case Returning = 'returning';
case Returned = 'returned';
```

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance84

Actively maintained with recent releases

Popularity9

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity32

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

Every ~5 days

Total

4

Last Release

82d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3b9d9e3a6ef73a3692c261d49a7a70d0362c5e83fa9a4e8765eb9309173b59b3?d=identicon)[akika.digital](/maintainers/akika.digital)

---

Top Contributors

[![fenicfelix](https://avatars.githubusercontent.com/u/7171039?v=4)](https://github.com/fenicfelix "fenicfelix (12 commits)")

---

Tags

shoppingcourierAkikaweevo

### Embed Badge

![Health badge](/badges/akika-laravel-weevo/health.svg)

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

###  Alternatives

[simplestats-io/laravel-client

Client for SimpleStats!

4515.5k](/packages/simplestats-io-laravel-client)[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)[aedart/athenaeum

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

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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