PHPackages                             mghddev/speed - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. mghddev/speed

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

mghddev/speed
=============

library for speed

v1.3.2(6y ago)068MITPHP

Since Dec 1Pushed 6y ago1 watchersCompare

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

READMEChangelogDependencies (1)Versions (8)Used By (0)

### Speed Company PHP API Client

[](#speed-company-php-api-client)

you can find usage of this library down here,

```
ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
error_reporting(E_ALL);

require "vendor/autoload.php";

## API authorization token
$token = '';

## create guzzle client
$client = new SpeedGuzzleAPIClient($token);

###1) method registerOrder: this method uses to create an order
with below object as body of request:

$location_vo = new \mghddev\speed\ValueObjects\LocationVO();
$location_vo
    ->setPostalCode('1777777777')
    ->setAddress('this is address of mr test')
    ->setRegion(8)
    ->setDistrict('narmak');

$register_vo = new \mghddev\speed\ValueObjects\RegisterOrderVO();
$register_vo->setCode('125123')
    ->setNationalCode('0012497797')
    ->setFullName('test tespoor')
    ->setDeliveryDate(new DateTime('2020-12-29'))
    ->setCompany(null)
    ->setPhone('02177777777')
    ->setMobile('09127897897')
    ->setDescription('nothing')
    ->setShift(2)
    ->setCostOfDestination(1478520)
    ->setHasReturn(true)
    ->setReturnDetails('poolo begir biar bizahmat')
    ->setLocation($location_vo);

$client->registerOrder($register_vo)

###2) method getOrder: this method uses to get order status with unique
 code that has been returned after register order by speed.

$response = $client->getOrder(speed_unique_code);
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity62

Established project with proven stability

 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 ~16 days

Total

7

Last Release

2257d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/95566f8f07411361481bed2f7d675c058c492a57553356276cc69003afff5f09?d=identicon)[mghddev](/maintainers/mghddev)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/mghddev-speed/health.svg)

```
[![Health](https://phpackages.com/badges/mghddev-speed/health.svg)](https://phpackages.com/packages/mghddev-speed)
```

###  Alternatives

[shlinkio/shlink

A self-hosted and PHP-based URL shortener application with CLI and REST interfaces

4.8k4.3k](/packages/shlinkio-shlink)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[dhlparcel/magento2-plugin

DHL Parcel plugin for Magento 2

11180.5k2](/packages/dhlparcel-magento2-plugin)[aedart/athenaeum

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

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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