PHPackages                             aingelc12ell/access-php-api - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. aingelc12ell/access-php-api

ActiveLibrary[API Development](/categories/api)

aingelc12ell/access-php-api
===========================

PHP API client for ACCESS School System

v1.4(5mo ago)112proprietaryPHP

Since Sep 13Pushed 5mo ago1 watchersCompare

[ Source](https://github.com/aingelc12ell/access-php-client)[ Packagist](https://packagist.org/packages/aingelc12ell/access-php-api)[ RSS](/packages/aingelc12ell-access-php-api/feed)WikiDiscussions master Synced yesterday

READMEChangelog (2)DependenciesVersions (4)Used By (0)

ACCESS School System PHP Client API
===================================

[](#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());

```

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance70

Regular maintenance activity

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity42

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~242 days

Total

3

Last Release

174d ago

Major Versions

v1.2 → v3.x-dev2025-08-01

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/534236?v=4)[Aingel](/maintainers/aingelc12ell)[@aingelc12ell](https://github.com/aingelc12ell)

---

Top Contributors

[![aingelc12ell](https://avatars.githubusercontent.com/u/534236?v=4)](https://github.com/aingelc12ell "aingelc12ell (10 commits)")

### Embed Badge

![Health badge](/badges/aingelc12ell-access-php-api/health.svg)

```
[![Health](https://phpackages.com/badges/aingelc12ell-access-php-api/health.svg)](https://phpackages.com/packages/aingelc12ell-access-php-api)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k15](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
