-
Notifications
You must be signed in to change notification settings - Fork 21
Libraries
Samuel Weirich edited this page Dec 14, 2022
·
13 revisions
List of important and useful libraries, dependencies and references that used in the project:
- BigBlueButton - BigBlueButton is an open source web conferencing system.
- Laravel - Laravel is a web application framework with expressive, elegant syntax. We’ve already laid the foundation — freeing you to create without sweating the small things.Laravel is a web application framework with expressive, elegant syntax. We’ve already laid the foundation — freeing you to create without sweating the small things.
- Vue - a progressive Javascript framework for building user interfaces
- Sail - Laravel sail is an official, pre-packaged wrapper for docker-compose and a ready to use container. We build our own container (inspired by sail) and made it compatible with the sail cli tool
- Sanctum - provides a featherweight authentication system for SPAs (single page applications), mobile applications, and simple, token based APIs.
- Pinia - Pinia is a state management pattern + library for Vue.js applications.
- Vue Router - Vue Router is the official router for Vue.js. It deeply integrates with Vue.js core to make building Single Page Applications with Vue.js a breeze. Features include
- Vue Bootstrap - With BootstrapVue you can build responsive, mobile-first, and ARIA accessible projects on the web using Vue.js and the world's most popular front-end CSS library — Bootstrap v4.
- Vue I18n - Vue I18n is internationalization plugin for Vue.js
- LdapRecord - is a PHP package that provides you with a full ActiveRecord implementation for working with your LDAP server. Each LDAP object type has a corresponding "Model" which is used to interact with that type. An LDAP object type is determined by its object classes.
- bigbluebutton-api-php - The unofficial and easiest to use BigBlueButton API for PHP, makes easy for developers to use BigBlueButton API v2.2 for PHP 7.2+.
- API Mate - Public BigBlueButton Server/API for testing. Compact list of BigBlueButton API.