/home/techb158/ileadtechnology.com/vendor/bigbluebutton/bigbluebutton-api-php
NameSizeModeActions
src/-0755rm
tests/-0755rm
.gitignore1420644editdlrm
.php-cs-fixer.php17870644editdlrm
.travis.yml12260644editdlrm
codeception.yml2820644editdlrm
composer.json9770644editdlrm
LICENSE76510644editdlrm
phpunit.xml.dist11280644editdlrm
README.md33260644editdlrm
Edit: /home/techb158/ileadtechnology.com/vendor/bigbluebutton/bigbluebutton-api-php/composer.json (977B)
{ "name": "bigbluebutton/bigbluebutton-api-php", "type": "library", "description": "BigBlueButton PHP API Library for PHP", "keywords": [ "bigbluebutton", "bbb", "api" ], "homepage": "http://bigbluebutton.org/", "license": "LGPL-3.0-or-later", "authors": [ { "name": "Ghazi Triki", "email": "ghazi.triki@riadvice.tn", "role": "Developer" } ], "repositories": { "packagist": { "url": "https://packagist.org", "type": "composer" } }, "require": { "php": ">=7.1", "ext-curl": "*", "ext-simplexml": "*", "ext-mbstring": "*" }, "require-dev": { "ext-mbstring": "*", "phpunit/phpunit": "^8.5", "fakerphp/faker": "^1.17", "friendsofphp/php-cs-fixer": "^3.8.0", "squizlabs/php_codesniffer": "^3.7", "php-coveralls/php-coveralls": "^2.5.2" }, "options": { "symlink": false }, "autoload": { "psr-4": { "BigBlueButton\\": "src" } } }