Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 873 Bytes

readme.md

File metadata and controls

39 lines (25 loc) · 873 Bytes

CI

Enterprise Directory Services (EDS)

EDS is a DSML (Directory Service Markup Language) api.

This is a simple class with some tests. The objective is to pull data from the api and convert it into an usable array for either filling out a form or inserting into a database.

This will not work unless you have been provided credentials and access.

Install

In your application:

composer require greenbicycle/enterprise-directory-service

Usage

# You might need an alias
use EnterpriseDirectoryService\User as EdsUser;

# This also works with emplid
$results = EdsUser::retrieveById('netid');

Testing

composer install
/vendor/bin/phpunit

See also