PHPackages                             chinchillabrains/eltaws - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. chinchillabrains/eltaws

ActiveLibrary[HTTP &amp; Networking](/categories/http)

chinchillabrains/eltaws
=======================

PHP Client for Elta Courier web services.

1.0.0(3y ago)087MITHTMLPHP ^8.1

Since Nov 1Pushed 3y ago1 watchersCompare

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

READMEChangelog (1)Dependencies (1)Versions (8)Used By (0)

eltaws
======

[](#eltaws)

PHP Client for Elta Courier web services

Attention
---------

[](#attention)

In order to connect to ELTA server, your firewall is required to have port 9003 open for TCP OUT connections. Open port 9003 to IP 212.205.47.226 in your firewall.

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

[](#installation)

Install via Composer:

```
composer require chinchillabrains/eltaws

```

Install via GitHub:

```
git clone https://github.com/chinchillabrains/eltaws.git

```

Usage
-----

[](#usage)

### 1. Init client

[](#1-init-client)

```
require 'vendor/autoload.php';
use Chinchillabrains\Eltaws\Client;
$client = new Client();
```

### 2. Create a new package to send

[](#2-create-a-new-package-to-send)

```
// Available fields (details in wc/docs direcotry)
$packageInfo = array(
	'pel_user_code'      => '9999999',  //test: 9999999
	'pel_user_pass'      => '9999999',  //test: 9999999
	'pel_apost_code'     => '999999999', //test: 999999999
	'pel_apost_sub_code' => '',
	'pel_user_lang'      => '',
	'pel_paral_name'     => '',
	'pel_paral_address'  => '',
	'pel_paral_area'     => '',
	'pel_paral_tk'       => '',
	'pel_paral_thl_1'    => '',
	'pel_paral_thl_2'    => '',
	'pel_service'        => '1',
	'pel_temaxia'        => '001',
	'pel_baros'          => '',
	'pel_paral_sxolia'   => '',
	'pel_ant_poso'       => '', // Not available in testing mode
	'pel_sur_1'          => '',
	'pel_sur_2'          => '',
	'pel_sur_3'          => '',
	'pel_ant_poso1'      => '',
	'pel_ant_poso2'      => '',
	'pel_ant_poso3'      => '',
	'pel_ant_poso4'      => '',
	'pel_ant_date1'      => '',
	'pel_ant_date2'      => '',
	'pel_ant_date3'      => '',
	'pel_ant_date4'      => '',
	'pel_asf_poso'       => '',
	'pel_ref_no'         => ''
);
$response = $client->sendPackage( $packageInfo );
```

### 3. Get printable label for a package

[](#3-get-printable-label-for-a-package)

```
// Available fields (details in wc/docs direcotry)
$packageInfo = array(
	'pel_code'     => '',
	'wpel_user'    => '',
	'wpel_pass'    => '',
	'wpel_vg'      => '',
	'paper_size'   => 1, 0 = Label A4, 1 = Label A6, 1 Default
);
$response = $client->getLabel( $packageInfo );
```

### 4. Get tracking data for a package

[](#4-get-tracking-data-for-a-package)

```
// Available fields (details in wc/docs direcotry)
$packageInfo = array(
	'wpel_code'   => '',
	'wpel_user'   => '',
	'wpel_pass'   => '',
	'wpel_vg'     => '',
	'wpel_ref'    => '',
	'wpel_flag'   => 1, 1 = Αναζήτηση με Αριθμό Αποστολής, 2 = Αναζήτηση με Reference_No, 1 Default
);
$response = $client->getTrackingData( $packageInfo );
```

### 5. Get Elta store that serves a ZIP code

[](#5-get-elta-store-that-serves-a-zip-code)

```
$zip = '12345';
$response = $client->getStoreByZip( $zip );
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

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

Total

7

Last Release

1282d ago

Major Versions

0.1.5 → 1.0.02022-11-04

### Community

Maintainers

![](https://www.gravatar.com/avatar/5bf673b7a515383ddf4241b8e5be95967caefd81307de5bcb427eb50c9731c26?d=identicon)[chinchillabrains](/maintainers/chinchillabrains)

---

Top Contributors

[![chinchillabrains](https://avatars.githubusercontent.com/u/58887367?v=4)](https://github.com/chinchillabrains "chinchillabrains (13 commits)")

---

Tags

clientcourierElta

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/chinchillabrains-eltaws/health.svg)

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

###  Alternatives

[php-http/httplug

HTTPlug, the HTTP client abstraction for PHP

2.6k307.6M680](/packages/php-http-httplug)[php-http/discovery

Finds and installs PSR-7, PSR-17, PSR-18 and HTTPlug implementations

1.3k309.5M1.2k](/packages/php-http-discovery)[php-http/client-common

Common HTTP Client implementations and tools for HTTPlug

1.0k225.5M571](/packages/php-http-client-common)[react/http

Event-driven, streaming HTTP client and server implementation for ReactPHP

78126.4M414](/packages/react-http)[mashape/unirest-php

Unirest PHP

1.3k9.7M160](/packages/mashape-unirest-php)[smi2/phpclickhouse

PHP ClickHouse Client

83510.1M71](/packages/smi2-phpclickhouse)

PHPackages © 2026

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