Skip to content

tools to create test apprentices in forms valid for submission to the ESFA sandbox API

License

Notifications You must be signed in to change notification settings

FISSS-Apprentice/esfaTools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ulnTools

ULN (Unique Learner Number) tools to validate an uln as per the specification at

Usage:

install with composer

composer require fisss-apprentice/esfa-apprentice

to create a single test uln

or to create an array with the all the details required for submission to the ESFA api

<?php

use EsfaTools\UlnCreate;

$epaoOrgId = 'EPA0001';
$larsCode = 25;
$addNumber = 10;

$testUlns = UlnCreate::createTestApprentice($epaoOrgId, $larsCode, $addNumber);

print_r($testUlns);

About

tools to create test apprentices in forms valid for submission to the ESFA sandbox API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages