webhubx / mtgateway
Multitenant Gateway
v1.0.6
2025-07-26 15:35 UTC
Requires
- php: ^8.0
- monolog/monolog: 3.9
Requires (Dev)
- mikey179/vfsstream: ^1.6
- phpunit/phpunit: ^12.2
This package is not auto-updated.
Last update: 2026-04-05 11:01:50 UTC
README
Author: Web Hub Date: 2018-07-21
Provides key functionalities for multitenant services. Special care needed to customize this code for your needs.
Installation:
composer require webhubx/mtgateway
Run Unit Tests
./vendor/bin/phpunit tests/helpers/MtLoggerTest.php
Update library
git tag -a v1.0.x -m "v1.0.x release"
git push --tags