Registry / web-framework / spryker-silex

spryker-silex

JSON →
library2.2.1phppackagistunverified

Silex module.

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

SilexApplication
use Spryker\Yves\Silex\SilexApplication;

Create a Silex application and define a route.

use Spryker\Yves\Silex\SilexApplication; $app = new SilexApplication(); $app->get('/', function() { return 'Hello'; }); $app->run();
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.2.1latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Resources
spryker-silex — pip install spryker-silex · libregistry