List of minimalist frameworks
github.com
List of minimalist frameworks
1–10 of 95 posts
Re: List of minimalist frameworks
#2Re: List of minimalist frameworks
#3Re: List of minimalist frameworks
#4Re: List of minimalist frameworks
#5Isn't "minimalist framework" a contradiction? It seems like if you were going for minimalism you would not use a framework.
I'm surprised Slim Framework isn't listed under PHP though, is that not considered minimalist?
Re: List of minimalist frameworks
#6Isn't "minimalist framework" a contradiction? It seems like if you were going for minimalism you would not use a framework.
Re: List of minimalist frameworks
#7Isn't "minimalist framework" a contradiction? It seems like if you were going for minimalism you would not use a framework.
Re: List of minimalist frameworks
#8Isn't "minimalist framework" a contradiction? It seems like if you were going for minimalism you would not use a framework.
Re: List of minimalist frameworks
#9Isn't "minimalist framework" a contradiction? It seems like if you were going for minimalism you would not use a framework.
Not necessarily. It's minimalism in terms of a framework (though in more objective terms I guess you would be right.) To me that means having not much more than a url router and a way to do MVC - no asset management, no HTML helpers, no ORM, no default templating language. I'm surprised Slim Framework isn't listed under PHP though, is that not considered minimalist?
Flask has HTML helpers and uses Jinja2 as its template language, though...
Re: List of minimalist frameworks
#10Earlier quoted context omitted.
Not necessarily. It's minimalism in terms of a framework (though in more objective terms I guess you would be right.) To me that means having not much more than a url router and a way to do MVC - no asset management, no HTML helpers, no ORM, no default templating language. I'm surprised Slim Framework isn't listed under PHP though, is that not considered minimalist?
> no HTML helpers, [...] no default templating language Flask has HTML helpers and uses Jinja2 as its template language, though...