Limb PHP Framework Code Bits
Limb3 Based Applications
Syncman - painless remote projects synchronization utility
Syncman is an application which simplifies projects remote deployment and synchronization by providing both nice web UI(great for managers and other non-technical personnel) and basic shell interface.
Features:
- Nice web UI for non-technical personnel
- Simple file based projects configuration
- Public keys infrastructure for secure passwordless authentication
- Efficient rsync based synchronization(but not limited to rsync)
- Subversion integration
- Pre- and Post-syncing hooks support
- Shell based interface
Buildman - simplistic Continuous Integration tool
Buildman is a simple tool which helps to easily establish a Continuous Integration process for your applications.
Features:
- Simple file based configuration for CI projects(no XML)
- Shell based build process invocation
- Build errors mail notifications
- Subversion repository support
- Customizable layout templates
Both applications are in alpha state and there are no file releases yet. You can download the source code for both applications only via svn. However we have been using these applications for quite some time and they proved to be quite useful and stable.
limb_unit - advanced SimpleTest tests runner utility
limb_unit is similar in some ways to phpunit utility from PHPUnit library, yet more powerful we believe.
The main features of limb_unit are:
- Can run single tests as well as tests under specified directory recursively
- Hierarchical tests fixtures
- Conditional tests execution
- Tests code coverage
Limb3 Usage Examples
CRUD example appication
- Browse online
- Shows how to create a simple Limb3 based project from the scratch.
- Demonstrates how to create, read, update and delete table records using WEB_APP package in Rails like way.
- Introduces powerful {{macro}} template engine and shows how to use the most useful template tags.
- Download: crud.tgz(490kb), crud.zip(1153kb)
- Browse source in repository
- Checkout from Subversion repository(run in shell):
svn co https://svn.limb-project.com/limb/3.x/examples/crud crud
Shop example appication
- Browse online
- The idea of this example is based on Depot application from "Agile Web Development with Ruby on Rails" book but was slightly modified to reveal some Limb3 specific features.
- Shows many architectural aspects of Limb3: filter chain, toolkit, session handling, controllers, commands, etc.
- Demonstrates how ACTIVE_RECORD handles different relations between objects(one-to-many, one-to-one, many-to-many).
- Integration of several main Limb3 packages like WEB_APP, ACTIVE_RECORD and {{macro}}.
- Download: shop.tgz(571kb), shop.zip(1285kb)
- Browse source in repository
- Checkout from Subversion repository(run in shell):
svn co https://svn.limb-project.com/limb/3.x/examples/shop shop
{{macro}} template engine usage examples
- Browse online
- Runnable examples for mostly all core {{macro}} tags.
- Templates source code, PHP script code and result page are available for every example.
- Download: macro.tgz(129kb), macro.zip(308kb)
- Browse source in repository
- Checkout from Subversion repository(run in shell):
svn co https://svn.limb-project.com/limb/3.x/examples/macro macro
WACT template engine usage examples
- Browse online
- This is a port of previously released examples from original WACT with some addons.
- Simple examples for mostly all core WACT tags here.
- Templates source code, PHP script code and result page for every example.
- Download: wact.tgz(178kb), wact.zip(425kb)
- Browse source in repository
- Checkout from Subversion repository(run in shell):
svn co https://svn.limb-project.com/limb/3.x/examples/wact wact
limb-project.com site source
- limb-project.com site source (it's built with Limb3 too!).
- Download: limb-project.tgz(1423kb), limb-project.zip(2589kb)
- Browse source in repository
- Checkout from Subversion repository(run in shell):
svn co https://svn.limb-project.com/limb/3.x/examples/limb-project.com limb-project.com
