PHPackages                             ezzaze/ssim-parser - 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. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. ezzaze/ssim-parser

ActiveLibrary[Parsing &amp; Serialization](/categories/parsing)

ezzaze/ssim-parser
==================

IATA SSIM schedules parser

2.0.0(3mo ago)39.8k↓43.6%[5 PRs](https://github.com/ezzaze/ssim-parser/pulls)MITPHPPHP ^8.2CI passing

Since Dec 18Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/ezzaze/ssim-parser)[ Packagist](https://packagist.org/packages/ezzaze/ssim-parser)[ Docs](https://github.com/ezzaze/ssim-parser)[ GitHub Sponsors](https://github.com/ezzaze)[ RSS](/packages/ezzaze-ssim-parser/feed)WikiDiscussions main Synced yesterday

READMEChangelog (8)Dependencies (9)Versions (15)Used By (0)

IATA SSIM schedules parser
==========================

[](#iata-ssim-schedules-parser)

[![Latest Version on Packagist](https://camo.githubusercontent.com/d7b975f930ef38bc06d65c12b679e26798bf62b12381684a98ec1598d959de98/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f657a7a617a652f7373696d2d7061727365722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ezzaze/ssim-parser)[![Tests](https://github.com/ezzaze/ssim-parser/actions/workflows/run-tests.yml/badge.svg?branch=main)](https://github.com/ezzaze/ssim-parser/actions/workflows/run-tests.yml)[![Total Downloads](https://camo.githubusercontent.com/2a77ae544fb8d7a4132aee8e65c5dee8b053a4ee29c02b4eef71a84992db1532/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f657a7a617a652f7373696d2d7061727365722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ezzaze/ssim-parser)

This package allows the developers working with airline companies to extract the flight schedule directly off the Standard Schedules Information (SSIM) from IATA.

Requirements
------------

[](#requirements)

- PHP 8.2 or higher

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

[](#installation)

You can install the package via composer:

```
composer require ezzaze/ssim-parser
```

Usage
-----

[](#usage)

```
use Ezzaze\SsimParser\SsimParser;

// From a raw SSIM string
$parser = new SsimParser();
$schedule = $parser->load($ssimData)->parse();

// From a file
$schedule = (new SsimParser())->load('/path/to/schedule.ssim')->parse();
```

Each flight in the returned array contains:

```
var_dump($schedule[0]);
/*
    array:12 [
        "uid" => "30330703070000501"
        "airline_designator" => "ME"
        "service_type" => "J"
        "flight_number" => "501"
        "departure_datetime" => "2022-07-03 07:00:00"
        "arrival_datetime" => "2022-07-03 08:40:00"
        "departure_utc_datetime" => "2022-07-03 03:00:00"
        "arrival_utc_datetime" => "2022-07-03 06:40:00"
        "departure_iata" => "EVN"
        "arrival_iata" => "HRG"
        "aircraft_type" => "320"
        "aircraft_configuration" => "Y174"
    ]
*/
```

Testing
-------

[](#testing)

```
composer test
```

Static Analysis
---------------

[](#static-analysis)

```
composer analyse
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](https://github.com/spatie/.github/blob/main/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Marwane Ezzaze](https://github.com/ezzaze)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

50

—

FairBetter than 95% of packages

Maintenance82

Actively maintained with recent releases

Popularity28

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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

Recently: every ~196 days

Total

8

Last Release

90d ago

Major Versions

v0.0.1-alpha → 1.0.02023-01-14

1.2.0 → 2.0.02026-04-03

PHP version history (2 changes)v0.0.1-alphaPHP ^8.0

2.0.0PHP ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/af5a484b15349679f27911a7ed99e77178117d07761af3e4c8f6040a9e27e612?d=identicon)[ezzaze](/maintainers/ezzaze)

---

Top Contributors

[![ezzaze](https://avatars.githubusercontent.com/u/60152578?v=4)](https://github.com/ezzaze "ezzaze (16 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (12 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (5 commits)")

---

Tags

airlineiataezzazessim-parserssimflight-schedule

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/ezzaze-ssim-parser/health.svg)

```
[![Health](https://phpackages.com/badges/ezzaze-ssim-parser/health.svg)](https://phpackages.com/packages/ezzaze-ssim-parser)
```

###  Alternatives

[spatie/laravel-sitemap

Create and generate sitemaps with ease

2.6k16.6M147](/packages/spatie-laravel-sitemap)[statamic/cms

The Statamic CMS Core Package

4.8k3.6M985](/packages/statamic-cms)[amabnl/amadeus-ws-client

SOAP Web Service client library for interacting with the Amadeus GDS through its SOAP interface

207265.8k](/packages/amabnl-amadeus-ws-client)[bitrix24/b24phpsdk

An official PHP library for the Bitrix24 REST API

10244.2k5](/packages/bitrix24-b24phpsdk)[pimcore/studio-backend-bundle

Pimcore Studio Backend Bundle

20203.9k22](/packages/pimcore-studio-backend-bundle)[japanese-date/japanese-date

日本の暦、祝日を取り扱うライブラリ

1610.0k](/packages/japanese-date-japanese-date)

PHPackages © 2026

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