itexzoz/fivem-php

FiveM PHP Is small PHP FiveM API Wrapper

1.0.0 2020-06-07 00:06 UTC

This package is auto-updated.

Last update: 2021-04-27 12:55:26 UTC


README

FiveM PHP Is small PHP FiveM API Wrapper (Work in progress)

packagist-stable packagist-license packagist-download php

To know the list of returned values I invite you to look at the models to give

https://github.com/iTexZoz/FiveM-PHP/blob/master/src/Model

$object = new FiveM('217.182.183.158', 30120, false);
$object->players()[1];

/** @var Players $value */
foreach ($object->players() as $value) {
    
}