Skip to content

aingelc12ell/access-php-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ACCESS School System PHP Client API

This API provides a ready-to-use codes to integrate developments into the core data of ACCESS School Management System.

Install

composer require aingelc12ell/access-php-api

Rename and modify config.sample to config.php. The values are as provided and available from the hosting school.

Basic Usage:

$Client = new ACCESS\Client(array(
   'application' => '', #name of system calling the request
    'school' => '', #SCHOOLNAMESETTINGS
    'key' => '', #API Key provided by school
    'hash' => '', #API has string provided by school
    'url' => 'https://api.accessphp.net/', #URL of the API specifically for the school
    'systemid' => '', #
    'debug' => false,
   ))
$Student = new ACCESS\Student('9504266');
$result = $Client->sendRequest($Student->getInfo());

About

ACCESS School System PHP Client API

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages