You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**This is a development branch. For Vatsimphp v1.x (stable) documentation, [go here](https://github.com/skymeyer/Vatsimphp/blob/1.x/README.md).**
5
-
6
3
Vatsimphp collects and parses the publically available statistics
7
4
from the [VATSIM.net](http://www.vatsim.net) network. It provides
8
5
iterators for the available data and basic search/filtering
Copy file name to clipboardexpand all lines: docs/index.md
+8-4
Original file line number
Diff line number
Diff line change
@@ -1,22 +1,26 @@
1
-
**This is a development branch. For Vatsimphp v1.x (stable) documentation, [go here](https://github.com/skymeyer/Vatsimphp/blob/1.x/README.md).**
2
-
3
1
Vatsimphp Documentation
4
2
=======================
5
3
4
+
## Requirements
5
+
6
+
Vatsimphp requires PHP 7.2 or above. If you are running an older PHP version you can use Vatsimphp `^1.0` instead.
7
+
However we highly recommend you upgrade your PHP environment to a [support PHP version](https://www.php.net/supported-versions.php).
8
+
Vatsimphp will note make any bug fixes related to the usage of an unsupported PHP version.
9
+
6
10
## Installation
7
11
8
12
Assuming you have already installed composer, run:
9
13
10
14
```bash
11
-
$ composer require skymeyer/vatsimphp dev-master
15
+
$ composer require skymeyer/vatsimphp ^2.0
12
16
```
13
17
14
18
Or add vatsimphp manually to your composer.json of your current project:
0 commit comments