TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Kapi: Silex-based PHP micro-framework

52 点作者 fka将近 12 年前

8 条评论

mwhite将近 12 年前
I used Slim when I needed to replace the GPL&#x27;d url router I was using in my app, and it seemed like one of the nicest PHP microframeworks. <a href="http://www.slimframework.com/" rel="nofollow">http:&#x2F;&#x2F;www.slimframework.com&#x2F;</a>
评论 #6005208 未加载
评论 #6014105 未加载
yareally将近 12 年前
Wish there was a license attached to it. I didn&#x27;t see one in a file or attached as a header to any of the code. Without knowing what the license is, this project is not overly useful to anyone but the creator.
评论 #6005866 未加载
programminggeek将近 12 年前
Well it&#x27;s small framework, but a micro-framework based based on a micro-framework. Is this like another russian doll between Silex and Symfony2(in terms of layers of complexity or size)?
taproot将近 12 年前
<a href="https://help.github.com/articles/ignoring-files" rel="nofollow">https:&#x2F;&#x2F;help.github.com&#x2F;articles&#x2F;ignoring-files</a><p>dem DS_Store&#x27;s
shousper将近 12 年前
Not bad, I would of followed php-fig standards for the file layout though. This would also help with camus&#x27;s point about making it easily pluggable.
kpatel将近 12 年前
I would agree with many of you. Slim is way to go. I used it for many of our mid-to-large applications and it seems to be working very well.
评论 #6007200 未加载
brass9将近 12 年前
What is the world coming to?<p>Kapi... based on Silex... based on Symfony...<p>It&#x27;s like infinitely nesting matryoshka dolls... sigh!
评论 #6006314 未加载
camus将近 12 年前
Instead of creating another framework , make a service provider&#x2F;controller and make your library pluggable with any Silex application. Sorry but silex is ultra pluggable , so dont force people into something. Silex Di is here to help and you should provide hooks instead of making decisions on everything.<p>There should not be any app.php file in your project. Unless you need to extend the silex Application class (you shouldn&#x27; need to), write a service provider or a generic controler.<p>It should be a library usable with any silex app , just like Symfony and its bundles.
评论 #6005861 未加载