TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What is flask equivalent in PHP?

3 pointsby anujkkover 12 years ago
I'm looking for a light-weight micro-framework in PHP that is similar to Flask(python framework). What are the options available?

3 comments

lastkarrdeover 12 years ago
Silex (<a href="http://silex.sensiolabs.org/" rel="nofollow">http://silex.sensiolabs.org/</a>) is very well regarded.
athemover 12 years ago
Limonade (<a href="https://github.com/sofadesign/limonade" rel="nofollow">https://github.com/sofadesign/limonade</a>)<p>The advantage of using Silex is that its from the makers of Symfony(Framework). So it uses alot of the budles/components from there, Eg: Twig Templates...
tmztover 12 years ago
Slim (<a href="http://www.slimframework.com/" rel="nofollow">http://www.slimframework.com/</a>) is built around modern features of PHP 5.3/5.4 like closures and is similar to Sinatra/Express.js
评论 #4949068 未加载