Skip to content

fixsoftware/php-ares-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

PHP ARES API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%