177 projects tagged "framework"
PWF (PHP Web Framework) is an extremely lightweight but powerful PHP Web framework that uses the MVC pattern and object oriented programming. It makes it easier to write applications with clean code and clear architecture, and has a small learning curve. It doesn’t need installation and works in most environments. The controller used for each request is selected through simple but effective rules, and the method by the type of the request. It provides database abstraction with data-object mapping.
Box is a framework to build complex applications with simple repetitive tasks assimilated to a "black box". It is highly inspired by signal processing processes applied to the Web. It will replace any MVC or 3 layer patterns that are unaware of real Web programming needs. It natively includes high parametrization, languages, and templates for each task in the framework.
PHASP is a small framework / templating engine for PHP. It implements some features similar to ASP.NET. Currently, it implements a parser for PHASP templates. It has the ability to render textboxes, buttons, string literals, and a repeater control for connections to a MySQL database. The framework is event-driven and is similar to the ASP.NET lifecycle.
PHP CLI Framework is a simple class which you can extend to quickly create a commandline (CLI) application using PHP. Only a single file is needed, and everything extends that file. It supports interactive input and an object oriented way of writing which keeps things nice and clean. Features include arguments, flags, options, colors, interactive input, object oriented PHP5, a micro framework, and minimal coding required. There's only a single class to extend.
Fix8 is a modern open source C++ FIX framework featuring complete schema driven customisation, high performance, and fast application development. The system is comprised of a compiler for generating C++ message and field encoders, decoders, and instantiation tables, a runtime library to support the generated code and framework, and a set of complete client/server test applications. For the same message, Fix8 encodes 2.8 times faster and decodes 1.6 times faster than Quickfix, an average of 2 times. In other words, it reduces encode latency by 64% and reduces decode latency by 36%.