Fork me on GitHub

pinoco by tanakahisateru

Web development framework using PHP and (mainly) PHPTAL

Authors

Hisateru Tanaka (tanakahisateru@gmail.com)

Contact

Hisateru Tanaka (tanakahisateru@gmail.com)

Download

You can download this project in either zip or tar formats.

You can also clone the project with Git by running:

$ git clone git://github.com/tanakahisateru/pinoco

You can also install PEAR package by running:

$ pear install http://tanakahisateru.github.io/pinoco/pear/Pinoco-0.8.0.tgz

You can also install with Composer while adding to require section :

{
    ...
    "require": {
        "php":">=5.1.2",
        "pinoco/pinoco":"*",
        "phptal/phptal":">=1.2.1"
    }
}

How to start

You can download minimum empty project or production quality empty project.

Documents

User guide is in GitHub wiki.

Apigen generated API document: here.

You can also download archived document.