Looking to hire Laravel developers? Try LaraJobs

laravel-talentlms maintained by bernskiold

Description
A package for Laravel to interact with the TalentLMS API.
Author
Last update
2026/06/01 14:46 (dev-main)
License
Downloads
52

Comments
comments powered by Disqus

A package for Laravel to interact with the Talent LMS API

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

Installation & Usage

You can install the package via composer:

composer require bernskiold/laravel-talentlms

After installing the package, you may publish the configuration file:

php artisan vendor:publish --provider="Bernskiold\LaravelTalentLms\LaravelTalentLmsServiceProvider" --tag="config"

This will publish a talentlms.php file in your config directory.

The core configuration parameters for connecting to the Euromonitor API are provided as environment variables in your .env file. These are:

TALENTLMS_API_KEY=

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Credits

License

The MIT License (MIT). Please see License File for more information.