kranack / mumble
Requires
- php: >=7.2
- ext-ice: *
- monolog/monolog: ^2.0
Requires (Dev)
- kranack/lint-tool: @dev
- mikey179/vfsstream: ^1.6
- mockery/mockery: ^1.4
- phpstan/extension-installer: ^1.0
- phpstan/phpstan: ^0.12.25
- phpstan/phpstan-mockery: ^0.12.5
- phpunit/phpunit: ^8.4
This package is auto-updated.
Last update: 2025-03-29 00:43:52 UTC
README
This project is using Ice and can be used to interact with your Murmur servers (Mumble)
Getting Started
Prerequisites
First you'll need to install Ice PHP extension on your server. You can download and install the last Ice version here and follow the instructions for your platform.
Installing
You'll need to generate your own Murmur.php
lib file to be able to run this library.
Run the bin/generate.sh
script to download the Murmur lib file and compile it for PHP
generate.sh
You can now use the classes under Mumble
namespace to interact with your servers.
Built With
- Composer - Dependency Management
Versioning
We use SemVer for versioning. For the versions available, see the tags on this repository.
Authors
- Damien Calesse - Initial work - Kranack
See also the list of contributors who participated in this project.
License
This project is licensed under the MIT License - see the LICENSE file for details