PHPackages                             msaaq/nelc-laravel - 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. msaaq/nelc-laravel

ActiveLibrary[API Development](/categories/api)

msaaq/nelc-laravel
==================

xAPI Integration with Saudi NELC (National Center for e-Learning) for your Laravel app

v1.4.2(2mo ago)613.9k↓40.4%1MITPHPPHP ^8.2|^8.3|^8.4

Since Sep 14Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/msaaqcom/nelc-laravel)[ Packagist](https://packagist.org/packages/msaaq/nelc-laravel)[ Docs](https://github.com/msaaqcom/nelc-laravel)[ RSS](/packages/msaaq-nelc-laravel/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (8)Dependencies (6)Versions (11)Used By (0)

NELC Laravel Integration
========================

[](#nelc-laravel-integration)

xAPI Integration with Saudi NELC (National Center for e-Learning) for your Laravel app

Installation
============

[](#installation)

You can install the package via composer:

```
composer require msaaq/nelc-laravel
```

After install the package you need to set API credentials in `config/services.php` file:

```
[
    // ...

    'nelc' => [
        'key' => env('NELC_KEY'),
        'secret' => env('NELC_SECRET'),
        'platform' => [
            'name' => env('NELC_PLATFORM_NAME'),
            'identifier' => env('NELC_PLATFORM_IDENTIFIER'),
        ],
        'sandbox' => env('NELC_SANDBOX', false),
    ],
]
```

Usage
-----

[](#usage)

Now you can send xAPI statements to NELC using `Msaaq\NelcLaravel\Nelc` facade:

```
use Msaaq\NelcLaravel\Nelc;

app(Nelc::class)->sendStatement($statement);
```

Or

```
use Nelc;

Nelc::sendStatement($statement);
```

Or from your controller like this:

```
use Msaaq\NelcLaravel\Nelc;

class MyController extends Controller
{
    public function index(Request $request, Nelc $nelc)
    {
        $nelc->sendStatement($statement);
    }
}
```

### Statements

[](#statements)

For more information about the statements, please visit [nelc-xapi-php-sdk](https://github.com/msaaqcom/nelc-xapi-php-sdk#2-send-statement)

###  Health Score

53

—

FairBetter than 96% of packages

Maintenance84

Actively maintained with recent releases

Popularity32

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity71

Established project with proven stability

 Bus Factor1

Top contributor holds 83.3% 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 ~186 days

Recently: every ~288 days

Total

8

Last Release

82d ago

PHP version history (3 changes)v1.0PHP ^8.1

v1.3PHP ^8.1|^8.2|^8.3

v1.4PHP ^8.2|^8.3|^8.4

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/8091592?v=4)[Hussam Abd](/maintainers/Hussam3bd)[@Hussam3bd](https://github.com/Hussam3bd)

---

Top Contributors

[![Hussam3bd](https://avatars.githubusercontent.com/u/8091592?v=4)](https://github.com/Hussam3bd "Hussam3bd (15 commits)")[![maherelgamil](https://avatars.githubusercontent.com/u/6294478?v=4)](https://github.com/maherelgamil "maherelgamil (3 commits)")

---

Tags

xAPIlrs-scorenelc-laravel

### Embed Badge

![Health badge](/badges/msaaq-nelc-laravel/health.svg)

```
[![Health](https://phpackages.com/badges/msaaq-nelc-laravel/health.svg)](https://phpackages.com/packages/msaaq-nelc-laravel)
```

###  Alternatives

[defstudio/telegraph

A laravel facade to interact with Telegram Bots

816333.8k3](/packages/defstudio-telegraph)[simplestats-io/laravel-client

Server-side analytics for Laravel that follows the full funnel from visit to registration to payment, attributed to the channel that drove it. Revenue, MRR, churn and ad-spend profit (ROAS/CAC) per channel. GDPR compliant, ad-blocker proof.

5022.0k](/packages/simplestats-io-laravel-client)[rapidez/core

Rapidez Core

1823.5k72](/packages/rapidez-core)

PHPackages © 2026

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