Projects

The following is a list of Blerby projects at various stages of development.

Test Runner (0.6)

A flexible, ajax'd, php based unit testing utility that improves a developers efficiency.  This optimization is achieved through manually or automatically running tests via ajax while wrapping assert failures, fatal errors, and warnings in a consistent format.  The blerby test runner is actively developed with the intent of optimizing a php developer's coding and refactoring efficiency while maintaining the safety net that unit testing provides.

 

Are you sick of running tests manually via the terminal?

Learn how it works! Documentation

Get it! Downloads

 

File Manager (Experimental)

File Manager

A system of connectors and plugins which are controlled by a single configuration file.  Connectors are a way to access the actual files that are handled by the file manager. These are useful for using different storage means for different mime types.  Plugins perform actions on files, for instance thumbnailing images.  Current support for thumbnailing includes multiple thumbnail sizes and canvas colors.  Plugins use connectors to store the post processed results, so its all seamless whether you are storing files on the filesystem or elsewhere!

 

Are you tired of using stone age file managers?

Learn how it works! Documentation

Get it! Downloads

Kernel (Experimental)

The kernel strives to be a event processing / routing implementation in php.  We are attempting to use a micro-kernel type design to implement a very coherent and flexible plugin/module framework. This seems a bit dull and redundant however we believe this is the next 'thing' in IT.   There is much to consider and we are currently experimenting with different methods of achieving this goal.  Stay tuned!