반응형
반응형

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

 

반응형
반응형

Prerender: Let search engines crawl your JS apps

prerender

Prerender Service

This is a node server that uses phantomjs to render a javascript-rendered page as HTML. It should be used in conjunction with prerender_rails or prerender-node middleware to serve the rendered HTML to crawlers for SEO. You don't have to run this service on your own since I have it deployed on Heroku already. Get started in two lines of code using Rails or Node

It is also meant to be proxied through your server so that any relative links to things like CSS will work.

It is currently deployed at http://prerender.herokuapp.com, or you can deploy your own.

반응형

+ Recent posts