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 59% of packages

Maintenance42

Moderate activity, may be stable

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

482d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/035c6e0212d710de05810b7ea7fb1fddc6e3f887a72ba86b39ebaab6e9af373c?d=identicon)[asikam](/maintainers/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

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[facebook/php-business-sdk

PHP SDK for Facebook Business

90821.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

74513.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

265103.1M454](/packages/google-gax)[google/common-protos

Google API Common Protos for PHP

173103.7M50](/packages/google-common-protos)

PHPackages © 2026

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