/BEAR.Saturday

PHP 5.2 resource oriented web framework.

Primary LanguagePHP

README

What is BEAR?

BEAR(Saturday) is a PHP 5.2 resource oriented web framework. See Hello World demo in youtube.

Requirements

BEAR(Saturday) is only supported on PHP 5.2 and up.

Install BEAR

$ pear channel-discover pear.bear-project.net
$ pear install bear/BEAR-beta

Create Project

$ bear init-app bearapp.name
$ ln -s bearapp.name/htdocs /path/to/vhost_dir

visit the official BEAR website to learn more.(Japanese only)