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

ActiveLibrary[API Development](/categories/api)

giannisftaras/speedex-api
=========================

Use the Speedex WSDL SOAP API with PHP

1.0.0(4y ago)06Apache-2.0PHPPHP &gt;=5.3.0

Since Nov 28Pushed 4y ago1 watchersCompare

[ Source](https://github.com/giannisftaras/speedex-api)[ Packagist](https://packagist.org/packages/giannisftaras/speedex-api)[ Docs](https://github.com/giannisftaras/speedex-api)[ RSS](/packages/giannisftaras-speedex-api/feed)WikiDiscussions main Synced yesterday

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Speedex SOAP API for PHP
========================

[](#speedex-soap-api-for-php)

[Speedex](https://www.speedex.gr/ "Speedex") is a Greek courier company. This package is a simple PHP handler for its SOAP API.

At the moment only the following features are supported:

- Get voucher data
- Check if the package has been delivered
- Check if the voucher is valid and present in the database

If you want more additions you can [contact me](mailto:me@giannisftaras.dev "contact me") or submit a feature request.

Installation:
-------------

[](#installation)

#### Prerequisites:

[](#prerequisites)

You need to have enabled the SOAP module on your server. To enable it:

- Edit the php.ini file and uncomment the `;extension=soap` line
- Restart the PHP-FPM service and Apache server

There are two ways to install the package.

**1. With composer:**

```
composer require giannisftaras/speedex-api
```

**2. Manually:**Download this repository, extract the zip file and include the `SpeedexAPI.php` file, as seen in the [tests](https://github.com/giannisftaras/speedex-api/blob/main/tests/index.php "tests").

Usage
-----

[](#usage)

```

```

Configuration
-------------

[](#configuration)

The API works directly out of the box as is, but if you want you can specify some options.

```
$options = [
    'cache' => 2
];
$sp_api = new SpeedexAPI($options);
```

#### Available options:

[](#available-options)

configurationoptionsTypeDescriptionDefaultcache0-3IntegerSpecify the [WSDL cache](https://www.php.net/manual/en/soap.configuration.php#ini.soap.wsdl-cache "WSDL cache") level with a integer2 `'WSDL_CACHE_MEMORY'`timeout0-100IntegerTimeout in seconds if the server does not respond5exceptionstrue, falseBooleanShow or hide server side exceptionstrue

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity45

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

1624d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/32f1073f424235e3b40d7a71d3b21d6359f9d6b41f4f3a111b7dfc31d7772e04?d=identicon)[giannisftaras](/maintainers/giannisftaras)

---

Top Contributors

[![giannisftaras](https://avatars.githubusercontent.com/u/4802763?v=4)](https://github.com/giannisftaras "giannisftaras (10 commits)")

---

Tags

apicourier-trackingphpsoap

### Embed Badge

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

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

###  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.9M271](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

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

PHP wrapper for the Meilisearch API

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

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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