Download the PHP package digram/bukua-access without Composer
On this page you can find all versions of the php package digram/bukua-access. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package bukua-access
Bukua Edtech API Services for Laravel
A Laravel package for integrating with Bukua Edtech API services, providing easy access to schools data.
Features
- Authentication with Bukua API using client credentials
- Simple methods to fetch paginated schools data
Prerequisites
Bukua Developer Account:
- Create a Core Access Client in the Bukua Developer Dashboard.
- Obtain your:
client_id
client_secret
Configuration
- Add the following to your
.env
file:
Installation
-
In your terminal, run
- Clear your configuration cache by running
Usage
Fetching Counties
Get a paginated list of counties:
Parameters:
$page
: Page number (starting from 1)$per_page
: Number of items per page
Fetching Subjects
Get a paginated list of subjects:
Parameters:
$page
: Page number (starting from 1)$per_page
: Number of items per page
All versions of bukua-access with dependencies
PHP Build Version
Package Version
Requires
php Version
^5.6||^7.0||^8.0
The package digram/bukua-access contains the following files
Loading the files please wait ....