Registry / web-framework / silex-silex

silex-silex

JSON →
library2.3.0phppackagistunverified

The PHP micro-framework based on the Symfony Components.

composer require silex/silex
INSTALL
IMPORT
SIG · SILEX-SILEX
S
silex-silex
web-frameworkphpv2.3.0
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.

Application
use Silex\Application;

Create a simple Silex application with a route.

<?php use Silex\Application; $app = new Application(); $app->get('/', function () { return 'Hello World'; }); $app->run();
Debug
Known issues
breakingSilex is no longer actively maintained; consider using Symfony or Laravel.
fix
Migrate to a maintained framework like Symfony or Laravel.
affects: >=2.0.0
Upgrade
Version history
2.3.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
silex-silex — pip install silex-silex · libregistry