Download the PHP package oops/slim-nette-bridge without Composer
On this page you can find all versions of the php package oops/slim-nette-bridge. 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 slim-nette-bridge
Oops/SlimNetteBridge
This package helps you quickly build a Slim Framework application, utilizing the power of Nette DI container.
THIS PACKAGE IS NO LONGER MAINTAINED!
As suggested in #6, you can use slimapi/slimapi instead.
Installation and requirements
Oops/SlimNetteBridge requires PHP >= 7.1.
Usage
Register the extension in your config file.
Then configure it:
settings
section can be used to override Slim's default settings;configurators
is a list ofApplicationConfigurator
implementations which, in the same order as defined in the list, can add routes and middlewares to the instance ofSlim\App
.
Once you have configured the bridge, you can create a simple index.php
script in your document root, using nette/bootstrap
to build the container:
Don't forget to configure your web server to pass the incoming requests to the index.php
script.
All versions of slim-nette-bridge with dependencies
PHP Build Version
Package Version
Requires
php Version
>= 7.1.0
nette/di Version ^3.0
nette/utils Version ^3.0
psr/container Version 1.0
slim/slim Version ^3.0
nette/di Version ^3.0
nette/utils Version ^3.0
psr/container Version 1.0
slim/slim Version ^3.0
The package oops/slim-nette-bridge contains the following files
Loading the files please wait ....