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(4mo ago)111proprietaryPHP

Since Sep 13Pushed 4mo 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 1mo ago

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

35

—

LowBetter than 80% of packages

Maintenance77

Regular maintenance activity

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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

127d ago

Major Versions

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

### Community

Maintainers

![](https://www.gravatar.com/avatar/4c6f21633dbd1f8d4a0d6c2be8af0989f024d37372c2dfadc187ef1a7dce96ec?d=identicon)[aingelc12ell](/maintainers/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

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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