Silex PHP micro-framework icon
Silex PHP micro-framework icon

Silex PHP micro-framework

Silex - The PHP micro-framework based on Symfony2 Components

Silex is a PHP microframework for PHP 5.3. It is built on the shoulders of Symfony2 and Pimple and also inspired by sinatra.

A microframework provides the guts for building simple single-file apps. Silex aims to be:

.

In a nutshell, you define controllers and map them to routes, all in one step

Cost / License

  • Free
  • Open Source

Platforms

  • Mac
  • Windows
  • Linux
-
No reviews
7likes
0comments
0news articles

Features

Suggest and vote on features
  1.  OOP

 Tags

Silex PHP micro-framework News & Activities

Highlights All activities

Recent activities

Show all activities

Silex PHP micro-framework information

  • Developed by

    FR flagSensio Labs
  • Licensing

    Open Source and Free product.
  • Alternatives

    35 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Development
Silex PHP micro-framework was added to AlternativeTo by c33s on and this page was last updated .
No comments or reviews, maybe you want to be first?
Post comment/review

What is Silex PHP micro-framework?

Silex - The PHP micro-framework based on Symfony2 Components

Silex is a PHP microframework for PHP 5.3. It is built on the shoulders of Symfony2 and Pimple and also inspired by sinatra.

A microframework provides the guts for building simple single-file apps. Silex aims to be:

  • Concise: Silex exposes an intuitive and concise API that is fun to use.

  • Extensible: Silex has an extension system based around the Pimple micro service-container that makes it even easier to tie in third party libraries.

  • Testable: Silex uses Symfony2's HttpKernel which abstracts request and response. This makes it very easy to test apps and the framework itself. It also respects the HTTP specification and encourages its proper use.