PHPackages                             asikam/speedex - 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. asikam/speedex

ActiveLibrary[API Development](/categories/api)

asikam/speedex
==============

Laravel PHP package for speedex courier API

v1.1.0(1y ago)010MITPHPPHP ^8.2

Since Jan 17Pushed 1y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (5)Used By (0)

Speedex courier Laravel package for SOAP API
--------------------------------------------

[](#speedex-courier-laravel-package-for-soap-api)

A PHP Laravel package for Speedex SOAP API.

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

[](#installation)

```
    composer require asikam/speedex

```

- Then publish the config file

    ```
      php artisan vendor:publish --provider="Asikam\Speedex\SpeedexServiceProvider"

    ```

Available Features
------------------

[](#available-features)

- Create Voucher
- Cancel Voucher
- Get Voucher
- Get Voucher delivery Status (Trace)
- Get vouchers by date (GetConsignmentsByDate)

Usage
-----

[](#usage)

- Create Voucher

Creating a new voucher and save it as PDF

```
        use Asikam\Speedex\Speedex;

        $speedex = new Speedex();

        $voucher['BOL'][] = [
            '_cust_Flag'          => 0,
            'Items'               => 1,
            'Paratiriseis_2853_1' => "comments",
            'Paratiriseis_2853_2' => 'comments line 2',
            'Paratiriseis_2853_3' => 'comments line 3',
            'PayCode_Flag'        => 1,
            'Pod_Amount_Cash'     => 0,
            // 'Pod_Amount_Description' => 'M',
            'RCV_Addr1'           => "street 52 City",
            'RCV_Country'         => 'Country',
            'RCV_Name'            => "Firstname Surname",
            'RCV_Tel1'            => "0000000000",
            'RCV_Zip_Code'        => "00000",
            'Saturday_Delivery'   => 0,
            'Security_Value'      => 0,
            'Snd_agreement_id'    => $speedex->agreement_id,
            'SND_Customer_Id'     => $speedex->customer_id,
            'Voucher_Weight'      => 1,

        ];

        $speedex->create($voucher);

        if ($speedex->created()) {

            $pdf = $speedex->getPdf();

            Storage::disk('speedex')->put($speedex->getCreatedVoucherCode() . '.pdf',
                $pdf );
        }
```

- Cancel Voucher

```
    use Asikam\Speedex\Speedex;

    $speedex = new Speedex();

    $response = $speedex->cancel("voucher number");
```

- Trace Voucher

```
    use Asikam\Speedex\Speedex;

    $speedex = new Speedex();

    $response = $speedex->trace("voucher number");
```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance39

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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

Every ~1 days

Total

4

Last Release

527d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/15692972?v=4)[Aggelos](/maintainers/asikam)[@asikam](https://github.com/asikam)

---

Top Contributors

[![asikam](https://avatars.githubusercontent.com/u/15692972?v=4)](https://github.com/asikam "asikam (11 commits)")

### Embed Badge

![Health badge](/badges/asikam-speedex/health.svg)

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k13](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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