A wrapper for EAMS injury search

1.3.20 2024-11-05 15:41 UTC

This package is auto-updated.

Last update: 2024-11-05 15:48:21 UTC


README

A simple wrapper to search for ADJ number on EAMS system

How to Install

The recommended way to install EAMS wrapper is through Composer.

composer require codewisdoms/eams

Example request

$eams = new \CodeWisdoms\Eams\Eams();
$case_data = $eams->findByAdj([ADJ NUMBER HERE], ['case', 'events']);