Registry / web-framework / slim-slim

slim-slim

JSON →
library4.15.2phppackagistunverified

Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs.

composer require slim/slim
INSTALL
IMPORT
SIG · SLIM-SLIM
S
slim-slim
web-frameworkphpv4.15.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

App
use Slim\App;

Creates a simple Slim application with a GET route.

use Slim\App; $app = new App(); $app->get('/hello/{name}', function ($request, $response, $args) { $response->getBody()->write("Hello, " . $args['name']); return $response; }); $app->run();
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.15.2latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
slim-slim — pip install slim-slim · libregistry