fritsvt/slim-skeleton

There is no license information available for the latest version (v1.0.1) of this package.

Simple slim skeleton using php-di bridge and twig views

Installs: 55

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:project

pkg:composer/fritsvt/slim-skeleton

v1.0.1 2017-02-28 14:02 UTC

This package is not auto-updated.

Last update: 2025-10-12 06:42:50 UTC


README

This is a simple Slim 3 skeleton to quickly get started building your Slim 3 applications. For this application I have chosen a php-di/slim-bridge for dependency injection.

Installation

composer create-project fritsvt/slim-skeleton

Run the project

To run the slim application simply execute the command below

php -S localhost:8000 -t public/