github
Advanced Search
  • Home
  • Pricing and Signup
  • Explore GitHub
  • Blog
  • Login

Nycto / Round-Eights

  • Admin
  • Watch Unwatch
  • Fork
  • Your Fork
  • Pull Request
  • Download Source
    • 1
    • 1
  • Source
  • Commits
  • Network (1)
  • Issues (0)
  • Downloads (2)
  • Wiki (1)
  • Graphs
  • Branch: master

click here to add a description

click here to add a homepage

  • Switch Branches (2)
    • master ✓
    • orm
  • Switch Tags (1)
    • v0.3.0
  • Branch List
Sending Request…

Round Eights is an OO framework for PHP 5.3 — Read more

  Cancel

http://www.RoundEights.com

  Cancel
  • Private
  • Read-Only
  • HTTP Read-Only

This URL has Read+Write access

Typo fix 
Nycto (author)
Sun Mar 14 19:23:24 -0700 2010
commit  65a9a8883dbd6413fc887a2c1f8089dba5640b2d
tree    bc0719d80032326395eeda91884869f13c0fa099
parent  fce7400c8578cbc866702f9ed4afc4f21f8a0c0c
Round-Eights /
name age
history
message
file .gitignore Thu Dec 17 19:54:44 -0800 2009 Updated to ignore packaged phar files [Nycto]
file LICENSE.md Thu Dec 17 21:43:40 -0800 2009 Switched License over to being markdown [Nycto]
file README.md Thu Dec 17 21:38:19 -0800 2009 Moved Install to Readme and switched to using m... [Nycto]
directory src/ Sun Mar 14 19:23:24 -0700 2010 Typo fix [Nycto]
directory tests/ Sun Mar 14 19:16:47 -0700 2010 Added Error\Handler\Thrower [Nycto]
directory tools/ Thu Dec 17 07:58:47 -0800 2009 Added Round Eights version number to packaged p... [Nycto]
README.md

Round Eights

Round Eights is an open source, object oriented, test driven PHP 5.3 library designed to help web application coders tackle common hurdles.

Installing Round Eights

Round Eights comes in two flavours, the raw source files and the single file PHP archive. Both are equivilent as far as functionality is concerned.

Installing the PHP archive

Included in your download is Round Eights.phar. If you choose this path, this file is all you need. Simply copy it to your chosen destination, and include it like you would any other file, for example:

<?php
require_once "/path/to/RoundEights.phar";
?>

For more information about phar files, visit the PHP manual here:

http://www.php.net/phar

Installing the Source Files

Optionally, you may simply copy the "src" directory and all of its contents to your code base, and include the contained "Round Eights.php" file, for example:

<?php
require_once "/path/to/src/RoundEights.php";
?>

Requirements

Round Eights requires version 5.3.1 or later of PHP. There are a few components that require specific PHP extensions.

Blog | Support | Training | Contact | API | Status | Twitter | Help | Security
© 2010 GitHub Inc. All rights reserved. | Terms of Service | Privacy Policy
Powered by the Dedicated Servers and
Cloud Computing of Rackspace Hosting®
Dedicated Server