PHPackages                             stephenjude/braincert-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. stephenjude/braincert-laravel

AbandonedArchivedLibrary

stephenjude/braincert-laravel
=============================

BrainCert's Virtual Classroom Laravel SDK

0.0.4(4y ago)06MITPHPPHP ^7.4|^8.0

Since Aug 18Pushed 4y ago1 watchersCompare

[ Source](https://github.com/stephenjude/braincert-laravel)[ Packagist](https://packagist.org/packages/stephenjude/braincert-laravel)[ Docs](https://github.com/stephenjude/braincert-laravel)[ GitHub Sponsors](https://github.com/stephenjude)[ RSS](/packages/stephenjude-braincert-laravel/feed)WikiDiscussions main Synced today

READMEChangelog (4)Dependencies (8)Versions (4)Used By (0)

BrainCert's Virtual Classroom (Laravel SDK)
===========================================

[](#braincerts-virtual-classroom-laravel-sdk)

[![Latest Version on Packagist](https://camo.githubusercontent.com/05847482b15f59bb858dd6c11e4cdf6db5e67e7b1dba270aaa707e6bfc56eecd/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7374657068656e6a7564652f627261696e636572742d6c61726176656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/stephenjude/braincert-laravel)[![GitHub Tests Action Status](https://camo.githubusercontent.com/1872b59834d9b0fb25a5078c38b72a9adbc10963336c7f223ba2aa5371aee0f2/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f7374657068656e6a7564652f627261696e636572742d6c61726176656c2f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/stephenjude/braincert-laravel/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/8083e69ed5374f936089885ce12af5110465dcfb0e240bd251ad973500e6be5d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f7374657068656e6a7564652f627261696e636572742d6c61726176656c2f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/stephenjude/braincert-laravel/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/0b644ae97e860432388ceb756d304c9a894d0b64450412c74dbce7671780f08e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7374657068656e6a7564652f627261696e636572742d6c61726176656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/stephenjude/braincert-laravel)

---

This repo can be used to scaffold a Laravel package. Follow these steps to get started:

1. Press the "Use template" button at the top of this repo to create a new repo with the contents of this braincert-laravel
2. Run "./configure-braincert-laravel.sh" to run a script that will replace all placeholders throughout all the files
3. Remove this block of text.
4. Have fun creating your package.
5. If you need help creating a package, consider picking up our [Laravel Package Training](https://laravelpackage.training) video course.

---

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require stephenjude/braincert-laravel
```

You can publish the config file with:

```
php artisan vendor:publish --provider="Stephenjude\Braincert\BraincertServiceProvider" --tag="braincert-laravel-config"
```

This is the contents of the published config file:

```
return [
];
```

Usage
-----

[](#usage)

```
use Stephenjude\Braincert\Braincert;

$braincert-laravel = new Braincert();
echo $braincert-laravel->echoPhrase('Hello, Spatie!');
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [stephenjude](https://github.com/stephenjude)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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

Total

3

Last Release

1726d ago

PHP version history (3 changes)0.0.2PHP ^8.0

0.0.3PHP ^7.4

0.0.4PHP ^7.4|^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/eb8b712638a0d72afbc4e21574989fdfc33717a69ea3070e92104183db8068f9?d=identicon)[stephenjude](/maintainers/stephenjude)

---

Top Contributors

[![stephenjude](https://avatars.githubusercontent.com/u/31182887?v=4)](https://github.com/stephenjude "stephenjude (8 commits)")

---

Tags

laravelstephenjudebraincert-laravel

###  Code Quality

TestsPHPUnit

Static AnalysisPsalm

Type Coverage Yes

### Embed Badge

![Health badge](/badges/stephenjude-braincert-laravel/health.svg)

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

###  Alternatives

[vormkracht10/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

24149.7k](/packages/vormkracht10-laravel-mails)[stephenjude/filament-jetstream

A Laravel starter kit built with Filament inspired by Jetstream.

17554.3k2](/packages/stephenjude-filament-jetstream)[spatie/laravel-prometheus

Export Laravel metrics to Prometheus

2651.3M6](/packages/spatie-laravel-prometheus)[stephenjude/filament-debugger

About

102125.4k2](/packages/stephenjude-filament-debugger)[hydrat/filament-table-layout-toggle

Filament plugin adding a toggle button to tables, allowing user to switch between Grid and Table layouts.

6292.3k1](/packages/hydrat-filament-table-layout-toggle)[scalar/laravel

Render your OpenAPI-based API reference

6183.9k2](/packages/scalar-laravel)

PHPackages © 2026

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