Download the PHP package casbin/casbin-with-slim without Composer
On this page you can find all versions of the php package casbin/casbin-with-slim. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download casbin/casbin-with-slim
More information about casbin/casbin-with-slim
Files in casbin/casbin-with-slim
Package casbin-with-slim
Short Description Casbin skeleton application with Slim Framework
License Apache-2.0
Informations about the package casbin-with-slim
Casbin skeleton application with Slim Framework 4
Use this skeleton application to quickly setup and start working on a new Slim Framework 4 application. This application uses the latest Slim 4 with Slim PSR-7 implementation and PHP-DI container implementation. It also uses the Monolog logger.
This skeleton application was built for Composer. This makes setting up a new Casbin skeleton application with Slim Framework quick and easy.
Install the Application
Run this command from the directory in which you want to install your new Slim Framework application.
Replace [my-app-name]
with the desired directory name for your new application. You'll want to:
- Point your virtual host document root to your new application's
public/
directory. - Ensure
logs/
is web writable.
To run the application in development, you can run these commands
Or you can use PHP Built-in web server:
Or you can use docker-compose
to run the app with docker
, so you can run these commands:
After that, open http://localhost:8888
in your browser.
Run this command in the application directory to run the test suite
That's it! Now go build something cool.
All versions of casbin-with-slim with dependencies
monolog/monolog Version ^2.9
php-di/php-di Version ^6.4
slim/psr7 Version ^1.6
slim/slim Version ^4.12
tuupola/slim-basic-auth Version ^3.2