A wrapper for EAMS injury search

1.3.31 2024-12-05 13:48 UTC

This package is auto-updated.

Last update: 2025-05-05 14:38:30 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']);