harvyde / multisite
a library for detecting sites / hosts and environments. This library can be useful to build a multisite. Multiple domains pointing to the same application. You can use this class anywhere in your application to serve content based on domain and environment site be being accessed.
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/harvyde/multisite
Requires (Dev)
- phpunit/phpunit: ^7
This package is auto-updated.
Last update: 2025-10-16 02:48:34 UTC
README
a library for detecting sites / hosts and environments. This library can be useful to build a multisite. Multiple domains pointing to the same application. You can use this class anywhere in your application to serve content based on domain and environment site be being accessed.
usage
Multisite::setup( [ 'site1' => 'yourdomain.com', 'site2' => 'anotherdomain.com', ] ); # get current environment Multisite::env(); # check environment Multisite::is_env('prod'); Multisite::is_env(['prod', 'new']);
Support and Feedback
If you find a bug, please submit the issue in Github directly. harvyde/multisite Issues