Skip to content

kmichailg/TalentLMS-PHP-API

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TalentLMS-API

TalentLMS API PHP Library

Add to the composer.json file the below repository and require section to install the library

  {
    "require": {
      "easy-forex/talentlms-api": "dev-master"
    },
    "repositories": [
    	{
    	  "type": "git",
    	  "url": "https://github.com/Easy-Forex/TalentLMS-API.git"
    	}
      ],
      "minimum-stability": "dev",
      "prefer-stable": true   
  }

To use the library on the project, add the use statement and call the static functions

<?php
use TalentLMS\TalentLMS;

class LearnManagement {
    public function __construct()
    	{
    		TalentLMS::setApiKey("API_KEY");
    		TalentLMS::setDomain("API_HOST");
    	}
}
?>

About

TalentLMS API PHP Library

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%