PHPackages                             vatsim/xml - 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. vatsim/xml

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

vatsim/xml
==========

A simple laravel package for retrieving data from public VATSIM XML Feeds.

2.3.1(6y ago)12.1k3MITPHPPHP &gt;=5.5.9

Since Dec 21Pushed 5y ago5 watchersCompare

[ Source](https://github.com/A-Lawrence/VatsimXML)[ Packagist](https://packagist.org/packages/vatsim/xml)[ RSS](/packages/vatsim-xml/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (6)Dependencies (1)Versions (7)Used By (0)

VatsimXMLFeeds
==============

[](#vatsimxmlfeeds)

The Vatsim Xmlfeeds package is a useful laravel 5 package for accessing data publically presented via VATSIMs XML feeds.

Version
-------

[](#version)

2.2 (Lumen Supported)

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

[](#installation)

Use [Composer](http://getcomposer.org) to install the VatsimXML and dependencies.

```
$ composer require vatsim/xml 2.*
```

### Laravel

[](#laravel)

#### Set up

[](#set-up)

Using VatsimXML in Laravel is made easy through the use of Service Providers. Add the service provider to your `config/app.php` file:

```
'providers' => array(
    // ...
    'Vatsim\Xml\XmlServiceProvider',
),
```

Followed by the alias:

```
'aliases' => array(
    // ...
    'VatsimXML'       => 'Vatsim\Xml\Facades\Xml',
),
```

#### Configuration file

[](#configuration-file)

You should not need to modify the default configuration file supplied by the package.

Usage
-----

[](#usage)

### Getting data

[](#getting-data)

This lightweight package only has one main function: getData

If you don't specify a URL to use, you will be given basic user details.

```
VatsimXML::getData(980234)
```

Other possible data requests are as follows.

```
VatsimXML::getData(980234, "idstatusint") // Receive basic data, but with numeric ratings rather than verbose.
VatsimXML::getData(980234, "idstatusprat") // Receive the previous rating, for ADM, SUP or INS accounts.
VatsimXML::getData(980234, "idstatusrat") // Get the number of hours controlled at each rating level.
```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 77.8% 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 ~292 days

Recently: every ~365 days

Total

6

Last Release

2330d ago

Major Versions

1.0 → 2.02015-12-21

PHP version history (2 changes)1.0PHP &gt;=5.4.0

2.0PHP &gt;=5.5.9

### Community

Maintainers

![](https://www.gravatar.com/avatar/b26b8ebe03c5998b1f92419532b82b50dd98ea55df52ee2e4321d526ae52a57b?d=identicon)[A-Lawrence](/maintainers/A-Lawrence)

---

Top Contributors

[![NFarrington](https://avatars.githubusercontent.com/u/9153993?v=4)](https://github.com/NFarrington "NFarrington (7 commits)")[![CalumTowers](https://avatars.githubusercontent.com/u/7726792?v=4)](https://github.com/CalumTowers "CalumTowers (2 commits)")

---

Tags

laravelxmlfeedsvatsim

### Embed Badge

![Health badge](/badges/vatsim-xml/health.svg)

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

###  Alternatives

[ultrono/laravel-sitemap

Sitemap generator for Laravel 11, 12 and 13

36412.6k6](/packages/ultrono-laravel-sitemap)[bmatovu/laravel-xml

Laravel XML Support

91270.4k](/packages/bmatovu-laravel-xml)[tucker-eric/laravel-xml-middleware

A Laravel Middleware to accept XML requests

181.2M](/packages/tucker-eric-laravel-xml-middleware)[flowgistics/laravel-xml

1674.2k2](/packages/flowgistics-laravel-xml)

PHPackages © 2026

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