oxyzal/open_data_pg

dev-main 2023-07-05 14:38 UTC

This package is auto-updated.

Last update: 2024-05-05 16:15:59 UTC


README

Explaination

This is a project where i take the data of the agents of valorant.

Install

Usage

use Oxyzal\OpenDataPg\Api;

require_once __DIR__ . '/../vendor/autoload.php';

$api = new Api();

var_dump($api->getAbilitiesAgent()); //or getNameAgent

Name of agent : neon / kayo / breach ...

Local Devolpement

    composer install

Test unit :

    composer test

Test with phpstan

    composer phpstan