PHPackages                             wwwitsourceproviders/attendance - 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. wwwitsourceproviders/attendance

ActiveLibrary

wwwitsourceproviders/attendance
===============================

2.0(5y ago)012MITPHP

Since Dec 12Pushed 5y ago1 watchersCompare

[ Source](https://github.com/wwwitsourceproviders/attendance)[ Packagist](https://packagist.org/packages/wwwitsourceproviders/attendance)[ RSS](/packages/wwwitsourceproviders-attendance/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (2)Dependencies (4)Versions (3)Used By (0)

IT Source Providers
===================

[](#it-source-providers)

A php sdk to interface with ()

Classes
=======

[](#classes)

- ITSourceProviders\\Attendance\\User
- ITSourceProviders\\Attendance\\Course

Mark teacher and student attendance

### Installation

[](#installation)

```
composer require wwwitsourceproviders/attendance
```

### Development

[](#development)

```
require 'vendor/autoload.php';
try {
    ITSourceProviders\Attendance\Config\Setting::setCredentials('credentials.json');
    ITSourceProviders\Attendance\User::addAttendance(
	'daniel@itsourceproviders.net',
	date('Y-m-d H:i:s'),
	ITSourceProviders\Attendance\AttendanceState::PRESENT
   );
   $uattendance = ITSourceProviders\Attendance\User::getAttendance(
	'daniel@itsourceproviders.net',
	2021,
	2
   );
    ITSourceProviders\Attendance\Course::addAttendance(
	'ExpirementalHumanandSocialcbXghudrk',
	'daniel@itsourceproviders.net',
	date('Y-m-d H:i:s'),
	ITSourceProviders\Attendance\AttendanceState::PRESENT
   );
    ITSourceProviders\Attendance\Course::addGoogleAttendance(
	'242880195678',
	'daniel@itsourceproviders.net',
	date('Y-m-d H:i:s'),
	ITSourceProviders\Attendance\AttendanceState::PRESENT
   );
   $ucattendance = ITSourceProviders\Attendance\Course::getAttendance(
	'ExpirementalHumanandSocialcbXghudrk',
	'daniel@itsourceproviders.net',
	2021,
	2
   );
} catch (Error $e) {
    echo $e->getMessage();
} catch (Exception $e) {
    echo $e->getMessage();
}
```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

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 ~107 days

Total

2

Last Release

1921d ago

Major Versions

1.0 → 2.02021-03-29

### Community

Maintainers

![](https://www.gravatar.com/avatar/4f7f441c81e88cb6181970a4aaf125b93fffa0ff3815a7ad5978a75ab439a45d?d=identicon)[ITSourceProviders](/maintainers/ITSourceProviders)

---

Top Contributors

[![wwwitsourceproviders](https://avatars.githubusercontent.com/u/75077182?v=4)](https://github.com/wwwitsourceproviders "wwwitsourceproviders (3 commits)")

### Embed Badge

![Health badge](/badges/wwwitsourceproviders-attendance/health.svg)

```
[![Health](https://phpackages.com/badges/wwwitsourceproviders-attendance/health.svg)](https://phpackages.com/packages/wwwitsourceproviders-attendance)
```

###  Alternatives

[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k108.5M885](/packages/laravel-socialite)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

751291.4k43](/packages/civicrm-civicrm-core)[typo3/cms

TYPO3 CMS is a free open source Content Management Framework initially created by Kasper Skaarhoj and licensed under GNU/GPL.

1.2k1.9M122](/packages/typo3-cms)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[ellaisys/aws-cognito

Laravel Authentication using AWS Cognito (Web and API)

123256.9k1](/packages/ellaisys-aws-cognito)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M47](/packages/tencentcloud-tencentcloud-sdk-php)

PHPackages © 2026

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