Download the PHP package becklyn/hosting without Composer
On this page you can find all versions of the php package becklyn/hosting. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package hosting
Hosting Bundle
Eases the integration with several hosting-related topics.
Config
tier
(required): the tier the app is currently deployed to. Normally something like"production"
,"staging"
or"development"
.project
(required): the clear text name of the projectinstallation
(required): the key of this installation (used for tokens and uptime monitoring)- Should be unique per installation.
- Should be a technical key (only
a-z 0-9 -_
).
trackjs
: the token for the integration with TrackJS.
Getting the Hosting Config
Just fetch the Becklyn\Hosting\Config\HostingConfig
service and you have access to the hosting configuration.
Features
- The bundle automatically adds a
<!-- uptime monitor: $project_name -->
comment to all HTML responses. Use this for integration into uptime monitors. - If you set a
trackjs
token, you can include the monitoring JS:
Assets Bundle Integration
This bundle registers a @hosting
namespace in the becklyn assets bundle.
All versions of hosting with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1
ext-json Version *
sentry/sentry-symfony Version ^4.2
symfony/cache Version ^4.4 || ^5.0
symfony/config Version ^4.4 || ^5.0
symfony/dependency-injection Version ^4.4 || ^5.0
symfony/http-kernel Version ^4.4 || ^5.0
ext-json Version *
sentry/sentry-symfony Version ^4.2
symfony/cache Version ^4.4 || ^5.0
symfony/config Version ^4.4 || ^5.0
symfony/dependency-injection Version ^4.4 || ^5.0
symfony/http-kernel Version ^4.4 || ^5.0
The package becklyn/hosting contains the following files
Loading the files please wait ....