milankyncl/ares-api

ARES Api package

Installs: 590

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 2

Open Issues: 2

pkg:composer/milankyncl/ares-api

dev-master 2019-06-16 12:19 UTC

This package is not auto-updated.

Last update: 2025-10-06 19:08:05 UTC


README

Install

composer require milankyncl/ares-api dev-master

How to use ?

use MilanKyncl\AresAPI;
 
...
 
$ares = new AresAPI();
 
$subject = $ares->findByIN('123456'); // Identification number of subject
 
$subjects = $ares->findByName('Name'); // Name of subject