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 1w 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 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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

1876d 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.7k96.9M674](/packages/laravel-socialite)[kreait/firebase-php

Firebase Admin SDK

2.4k39.7M72](/packages/kreait-firebase-php)[omniphx/forrest

A Laravel library for Salesforce

2724.4M8](/packages/omniphx-forrest)[civicrm/civicrm-core

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

728272.9k20](/packages/civicrm-civicrm-core)[opentok/opentok

OpenTok is a platform for creating real time streaming video applications, created by TokBox.

1413.0M10](/packages/opentok-opentok)[pusher/pusher-push-notifications

562.5M9](/packages/pusher-pusher-push-notifications)

PHPackages © 2026

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