• docs
  • Download the latest version Boo-1.2.8.tar.gz.

    Previous versions.

    graphic
  • Boo is simple to install.

    • Download the latest version.
    • Untar Boo.

      tar -xvzf Boo-1-2.x.tar.gz

    • Setup config file.

      nano config/default.php

    • Include in your project.

      require_once('Boo.php');

    There are a few things you will need.

    • A web server (Apache works great).
    • PHP 5.2.0 or greater (earlier versions are untested).
    • MySQL 5.0 or greater.
    • cURL 7.15.0 or greater with SSL support.
    • PDO extension (with MySQL driver).

      --with-mysql=/usr/include/mysql --with-pdo-mysql=/usr/bin/mysql_config

    • jQuery 1.2.1 or greater.
    • Swift Mailer 3.2.0 or greater (included).
  • docs

Boo

Boo is a simple framework for compleating common tasks in PHP.

Common Functions

  • Generate XHTML 1.1.
  • Proccess credit cards.
  • Send a SMS.
  • Input validation.
  • Error managment.
  • User accounts.