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)068MITPHPCI failing

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 today

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 47% 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

2311d 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

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k543.5M2.6k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

751291.4k40](/packages/civicrm-civicrm-core)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)[oat-sa/tao-core

TAO core extension

66143.7k120](/packages/oat-sa-tao-core)

PHPackages © 2026

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