PHPackages                             aharen/flight-mv - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. aharen/flight-mv

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

aharen/flight-mv
================

Velaanaa International Airport arrivals/departures from fis.com.mv

v1.1.5(3y ago)32.8kMITPHPPHP ^8.0.2

Since Aug 17Pushed 3y ago2 watchersCompare

[ Source](https://github.com/aharen/flight-mv)[ Packagist](https://packagist.org/packages/aharen/flight-mv)[ RSS](/packages/aharen-flight-mv/feed)WikiDiscussions master Synced today

READMEChangelog (3)Dependencies (3)Versions (12)Used By (0)

Flight MV
=========

[](#flight-mv)

Velaanaa International Airport arrivals/departures from fis.com.mv

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

[](#installation)

```
composer require aharen/flight-mv

```

Usage
-----

[](#usage)

Fetch Arrivals

```
use aharen\FlightMv\Flight;
use aharen\FlightMv\ApiClient\ApiClient;

$flight = new Flight(
    new ApiClient()
);

$flight->arrivals()->get();

```

Fetch Departures

```
use aharen\FlightMv\Flight;

$flight = new Flight(
    new ApiClient()
);

$flight->departures()->get();

```

Methods
-------

[](#methods)

`updated()` Last updated time

```
use aharen\FlightMv\Flight;

$flight = new Flight(
    new ApiClient()
);

$flight->departures()->updated();

```

`get()` returns an instance of Knapsack Collection

```
use aharen\FlightMv\Flight;

$flight = new Flight(
    new ApiClient()
);

$flight->departures()->get();

```

`toArray()` return an array of the data

```
use aharen\FlightMv\Flight;

$flight = new Flight(
    new ApiClient()
);

$flight->departures()->toArray();

```

`where($field, $value)` Filters the data

```
use aharen\FlightMv\Flight;

$flight = new Flight(
    new ApiClient()
);

$flight->departures()->where('AirLineID', 'Q2');

```

You can also chain `where()` methods to further filter your results. Example: get all Q2 (Maldivian) but only International Flights

```
use aharen\FlightMv\Flight;

$flight = new Flight(
    new ApiClient()
);

$flight->departures()->where('AirLineID', 'Q2')
    ->where('CarrierType', 'I');

```

You will need to call either `toArray()` or `get()` to get the filtered results.

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 95.5% 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 ~67 days

Recently: every ~16 days

Total

11

Last Release

1418d ago

PHP version history (3 changes)v1.0.0PHP ^7.4.0

v1.0.2PHP ^7.4.0|^8.0.0

v1.1.0PHP ^8.0.2

### Community

Maintainers

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

---

Top Contributors

[![aharen](https://avatars.githubusercontent.com/u/46440?v=4)](https://github.com/aharen "aharen (21 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/aharen-flight-mv/health.svg)

```
[![Health](https://phpackages.com/badges/aharen-flight-mv/health.svg)](https://phpackages.com/packages/aharen-flight-mv)
```

###  Alternatives

[illuminate/config

The Illuminate Config package.

10842.7M2.2k](/packages/illuminate-config)[illuminate/pagination

The Illuminate Pagination package.

10532.5M862](/packages/illuminate-pagination)[glhd/conveyor-belt

14797.0k](/packages/glhd-conveyor-belt)[illuminate/redis

The Illuminate Redis package.

8314.0M314](/packages/illuminate-redis)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)[illuminate/cookie

The Illuminate Cookie package.

224.3M122](/packages/illuminate-cookie)

PHPackages © 2026

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