akrabat/slim4-starter

Starter Slim 4 project

Installs: 740

Dependents: 0

Suggesters: 0

Security: 0

Stars: 33

Watchers: 2

Forks: 5

Open Issues: 0

Type:project

pkg:composer/akrabat/slim4-starter

2.0 2023-04-02 20:18 UTC

This package is auto-updated.

Last update: 2025-09-15 14:53:16 UTC


README

This is a starter project for Slim 4 that includes PHP-DI and Monolog.

To create a new project :

$ composer create-project akrabat/slim4-starter my-new-project
$ cd my-new-project

Test using the PHP built-in server:

php -S 0.0.0.0:8888 -t public/

Navigate to http://localhost:8888