CubicWeb

CubicWeb 3.18.2

Built in object-oriented Python, it's made up of components named cubes, which adds functionality to the developer's project.Features:An engine driven by the explicit data model of the application A query language named RQL similar to W3C's SPARQL A...

Stapes.js

Stapes.js 0.8.1

Stapes.js was developed for mobile app development. That's why is so small and lacks the features of a full-blown MVC framework.That's also why it doesn't have any per-defined proper working Models, Views or Controllers, nor does routers and...

The Joomla! Framework is a side project of the same team of developers that created and maintain the Joomla! CMS. The framework is independent from the CMS project, but its source has been heavily inspired by the work and time that went into building the...

Locomotive

Locomotive 0.4.2

Inspired by the now classic and the de-facto standard for MVC frameworks, Ruby on Rails, Locomotive tries to adapt and implement as much of the original principles and patterns of the RoR framework, on top of the present day's most used solution for...

Ni

Ni 0.1.0 beta

Ni stands for NodeIgniter, and as you can guess, the framework was heavily inspired by PHP's CodeIgniter MVC framework. Besides the basic principles also found in CodeIgniter, Ni also boasts the basic features of any Node.js application, like npm support...

Argvard

Argvard 0.3.0

Argvard was inspired by other similar tools like Flask and docopt. Argvard supports positional arguments, options and commands.What is new in this release:Added :class:`argvard.Argvard.from_main` and :class:`argvard.Command.from_main` to reduce overhead...

Fastworks.js

Fastworks.js 0.4.20

Designed as an alternative to the Connect middleware framework, Fastworks completely centers around speed and performance improvements, rather than Connect which has a broader scope.Fastworks starts out as a basic router for redirecting requests and can...

Flask

Flask 0.10.1

Flask is intended for small scale applications being developed to be easy on CPU usage.Features:Built in development server and debugger Integrated support for unittesting support RESTful request dispatching Uses Jinja2 templating Support for secure...

Restler

Restler 3.4.0 updated

Restler is actually a single-file framework that can expose any PHP class and its public and protected methods as a RESTful API. What this means (in layman's terms) is that you write PHP code that can get accessed from outside your applications. The...