Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 305 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 305 Bytes

PHP Ares API

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