Download the PHP package jaeger-app/bootstrap without Composer
On this page you can find all versions of the php package jaeger-app/bootstrap. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download jaeger-app/bootstrap
More information about jaeger-app/bootstrap
Files in jaeger-app/bootstrap
Package bootstrap
Short Description A pre-configured dependency injection container and start-up initialization object.
License MIT
Informations about the package bootstrap
Jaeger Bootstrap Object
A pre-configured dependency injection container and start-up initialization object. Jaeger Bootstrap will prepare the most common Jaeger objects and make them ready for use as well as function as a stand alone dependency injection container utilizing Pimple\Container.
Installation
Add jaeger-app/bootstrap
as a requirement to your composer.json
:
Simple Example
Configured Services
Jaeger\Bootstrap
sets up quite a few Jaeger objects and makes them ready for use.
Adding Services
Ideally, like all Jaeger classes, you should extend Jaeger\Bootstrap
and initialize the parent services before adding your own like the below:
You can also add new Services at run time by using the setService($name, \Closure $function)
method.
All versions of bootstrap with dependencies
jaeger-app/di Version ^0.1
jaeger-app/console Version ^0.1
jaeger-app/db Version ^0.1
jaeger-app/email Version ^0.1
jaeger-app/encrypt Version ^0.1
jaeger-app/errors Version ^0.1
jaeger-app/exceptions Version ^0.1
jaeger-app/files Version ^0.1
jaeger-app/language Version ^0.1
jaeger-app/license Version ^0.1
jaeger-app/regex Version ^0.1
jaeger-app/settings Version ^0.1
jaeger-app/shell Version ^0.1
jaeger-app/view Version ^0.1
jaeger-app/validate Version ^0.1