PHPackages                             towoju5/gokada-php - 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. towoju5/gokada-php

ActiveLibrary

towoju5/gokada-php
==================

php package for Dellyman rest API.

1.1(2y ago)029MITPHPPHP ^7.4|^8.0

Since Sep 8Pushed 2y ago1 watchersCompare

[ Source](https://github.com/towoju5/gokada-php)[ Packagist](https://packagist.org/packages/towoju5/gokada-php)[ Docs](https://github.com/towoju5/gokada-php)[ RSS](/packages/towoju5-gokada-php/feed)WikiDiscussions master Synced 1mo ago

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

Very short description of the package
=====================================

[](#very-short-description-of-the-package)

[![Latest Version on Packagist](https://camo.githubusercontent.com/ad95e84591affbfccc8626c69c61d38495ee25232aebbe1d2fa7324252d91015/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f746f776f6a75352f676f6b6164612d7068702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/towoju5/gokada-php)[![Total Downloads](https://camo.githubusercontent.com/c314dc4206dbfc8becfae3124782690045285db9488ea787c2abaf76888c04a3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f746f776f6a75352f676f6b6164612d7068702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/towoju5/gokada-php)[![GitHub Actions](https://github.com/towoju5/gokada-php/actions/workflows/main.yml/badge.svg)](https://github.com/towoju5/gokada-php/actions/workflows/main.yml/badge.svg)

The Gokada PHP package is a versatile and developer-friendly toolkit for integrating Gokada's services and features into PHP applications. It streamlines the process of accessing Gokada's ride-sharing and delivery services, allowing developers to create innovative solutions that leverage Gokada's capabilities within their PHP projects.

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

[](#installation)

You can install the package via composer:

```
composer require towoju5/gokada-php
```

Live mode
---------

[](#live-mode)

```
$gokada = new GoKada($apiKey);
```

Sandbox mode
------------

[](#sandbox-mode)

```
$gokada = new GoKada($apiKey, true);
```

Usage
-----

[](#usage)

```
$resul = $gokada->orderStatus("HSSRD-745143");
$resul = $gokada->orderCancel("HSSRD-745143");
$resul = $gokada->orderHistory("HSSRD-745143");
$resul = $gokada->createOrder($createOrder);
$resul = $gokada->estimate($createOrder);
```

License
-------

[](#license)

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

PHP Package Boilerplate
-----------------------

[](#php-package-boilerplate)

This package was generated using the [PHP Package Boilerplate](https://laravelpackageboilerplate.com) by [Beyond Code](http://beyondco.de/).

###  Health Score

22

—

LowBetter than 23% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

974d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/10d0b6560e7895f8e4b30e120cc5fca9e6a6472ce741a9c54779ba6f1ac6b158?d=identicon)[Towoju5](/maintainers/Towoju5)

---

Top Contributors

[![towoju5](https://avatars.githubusercontent.com/u/40261626?v=4)](https://github.com/towoju5 "towoju5 (8 commits)")

---

Tags

towoju5gokada-php

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/towoju5-gokada-php/health.svg)

```
[![Health](https://phpackages.com/badges/towoju5-gokada-php/health.svg)](https://phpackages.com/packages/towoju5-gokada-php)
```

PHPackages © 2026

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