learnkit/entree-arp-service is a Laravel package for this is my package entree-arp-service.
It currently has 1 GitHub stars and 9 downloads on Packagist (latest version 1.2.5).
Install it with composer require learnkit/entree-arp-service.
Discover more Laravel packages by learnkit
or browse all Laravel packages to compare alternatives.
Last updated
This package is a convienent client for the Entree ARP service.
You can install the package via composer:
composer require learnkit/entree-arp-service
You can publish the config file with:
php artisan vendor:publish --tag="entree-arp-service"
$service = new LearnKit\EntreeArpService\EntreeArpService();
// Return a collection of schools
$service->schoolList();
// Return a collection of SPs
$service->spList();
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.
Sponsored by Codecycler