반응형
반응형

Stairtower: Database server for JSON documents

 

 

Stairtower is a database server for schema-free, JSON documents. It’s built on React, uses a restful API, and is entirely written in PHP.

stairtower

 

Stairtower is a (experimental) database server for schema-free, JSON documents, that provides a restful API and is entirely written in PHP.

 

The software is in alpha state an early alpha state and not ready for production. The biggest parts of the API are defined and major parts are covered by unit tests. Nevertheless there is much to improve.

For more information see stairtower.cundd.net

 

Installation

  1. Get the source code

git clone https://github.com/cundd/pos.git stairtower
cd stairtower
  1. Install requirements

Get Composer:

curl -sS https://getcomposer.org/installer | php

Install the libraries:

php composer.phar update

 

 

 

 

 

반응형
반응형

Yaf – Yet Another Framework: A fast PHP framework

yaf

Homepage: http://www.yafdev.com/
GitHub: https://github.com/laruence/php-yaf
Docs: http://www.php.net/manual/en/book.yaf.php

 

a php framework written in c, built in php-ext

 

 

Yaf - Yet Another Framework

PHP framework written in c and built as a PHP extension.

Requirement

  • PHP 5.2 +

Install

Install Yaf

Yaf is an PECL extension, thus you can simply install it by:

$pecl install yaf

Compile Yaf in Linux

$/path/to/phpize
$./configure --with-php-config=/path/to/php-config
$make && make install

For windows

Yaf binary dlls could be found at http://code.google.com/p/yafphp/downloads/list

Document

Yaf manual could be found at: http://www.php.net/manual/en/book.yaf.php

IRC

efnet.org #php.yaf

For IDE

you could find a documented prototype script here: https://github.com/elad-yosifon/php-yaf-doc 

 

반응형
반응형

Nette Framework 2.0: A PHP tool for web development

nette

 

반응형
반응형

Clockwork: A Chrome PHP devtools panel

clockwork

반응형
반응형

Guzzle: Build RESTful PHP applications

guzzle

반응형
반응형

phpspec: A toolset for test-first development

phpspec is a PHP development tool for test-first development, otherwise known as (spec) behavior driven development. You end up writing code in small iterative steps, guided by the emerging design.

phpspec

 

반응형

+ Recent posts