Download the PHP package railroad/musora-api without Composer

On this page you can find all versions of the php package railroad/musora-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package musora-api

musora-api

API for musora websites

Install

  1. Install via composer:

composer require railroad/musora-api:1.0

  1. Add service provider to your application laravel config app.php file:

  2. Publish the musora-api config file:

php artisan vendor:publish

  1. Define middlewares, response structure and emails messages in musora-api.php config file( e.g.: Drumeo file)

  2. Create chat, user and product providers ( e.g: MusoraApiChatProvider , MusoraApiUserProvider , MusoraApiProductProvider)

  3. In AppServiceProvider boot method create instance for the providers:

API Endpoints

Guest Endpoints

Endpoints
Login /musora-api/login
Forgot password /musora-api/forgot
Change password /musora-api/change-password
Create Intercom user /musora-api/intercom-user

Endpoints that require Authentication

Endpoints
Catalogues (filter contents) /musora-api/all
In-progress lists /musora-api/in-progress
Pull content /musora-api/content/{contentId}
Search /musora-api/search
My lists /musora-api/my-list
 
Packs list /musora-api/packs
Get pack /musora-api/pack/{packId}
Get pack's lesson /musora-api/pack/lesson/{lessonId}
Get next pack lesson /musora-api/packs/jump-to-next-lesson/{packId}
 
Leaning path(Method) /musora-api/learning-paths/{learningPathSlug}
Learning path level /musora-api/learning-path-levels/{learningPathSlug}/{levelSlug}
Leaning path course /musora-api/learning-path-courses/{courseId}
Learning path lesson /musora-api/learning-path-lessons/{lessonId}
   
Schedule list /musora-api/schedule
Live schedule list /musora-api/live-schedule
Live event /musora-api/live-event
   
Mark content as completed /musora-api/complete
Reset user content progress /musora-api/reset
   
Track media /musora-api/media
Save video progress /musora-api/media/{sessionId}
   
Submit question /musora-api/submit-question
Submit video /musora-api/submit-video
Submit student focus /musora-api/submit-student-focus-form
   
Get authenticated user profile /musora-api/profile
Upload avatar /musora-api/avatar/upload
Update user profile /musora-api/profile/update
   
Add default lessons to user's list /musora-api/add-lessons

All versions of musora-api with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
laravel/framework Version ^11.9
railroad/railcontent Version 3.0.*
railroad/ecommerce Version 6.0.*
railroad/permissions Version 3.0.*
railroad/response Version 3.0.*
intervention/image Version ^2.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package railroad/musora-api contains the following files

Loading the files please wait ....