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.1(1mo ago)512.4k—3.8%1MITPHPPHP ^8.2|^8.3|^8.4

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

READMEChangelog (7)Dependencies (4)Versions (9)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

54

—

FairBetter than 97% of packages

Maintenance89

Actively maintained with recent releases

Popularity30

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity70

Established project with proven stability

 Bus Factor1

Top contributor holds 80% 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 ~214 days

Recently: every ~314 days

Total

7

Last Release

55d 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://www.gravatar.com/avatar/93d2a416b2b04dcc7a6d8acd2415198756694f68043494cc84e4983152a58397?d=identicon)[Hussam3bd](/maintainers/Hussam3bd)

---

Top Contributors

[![Hussam3bd](https://avatars.githubusercontent.com/u/8091592?v=4)](https://github.com/Hussam3bd "Hussam3bd (12 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

[mll-lab/laravel-graphiql

Easily integrate GraphiQL into your Laravel project

683.2M9](/packages/mll-lab-laravel-graphiql)[esign/laravel-conversions-api

A laravel wrapper package around the Facebook Conversions API

69145.4k](/packages/esign-laravel-conversions-api)[php-xapi/client

client library for the Experience API (xAPI)

2344.4k](/packages/php-xapi-client)[didww/didww-api-3-php-sdk

PHP SDK for DIDWW API 3

1218.2k](/packages/didww-didww-api-3-php-sdk)[surface/laravel-webfinger

A Laravel package to create an ActivityPub webfinger.

113.8k](/packages/surface-laravel-webfinger)

PHPackages © 2026

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