robo47 / Robo47-Components

Robo47 Components - Small PHP Library extending the Zend Framework using Doctrine1, HTMLPurifier and ezComponents

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Robo47 Components

Build Status

Robo47 Components is a collection of classes I use in my Zend Framework 1 / Doctrine 1 based Applications.

Versions of other libraries I use in tests, development and production:

  • Zend Framework 1.11.6
  • Doctrine 1.2.4
  • HTMLPurifier 4.3.0
  • ezComponents 2009.2.1

Installation

Create a composer.json in your projects root-directory

{
    "require": {
        "robo47/robo47-components": "*"
    }
}

and run

curl -s http://getcomposer.org/installer | php
php composer.phar install

Composer does not yet include dependencies to zend framewok, htmlpurifier, doctrine or ezComponents

License

NewBSD

See file LICENSE.NewBSD

Known Issues

Bugs in older Zend Framework versions which can make problems using Robo47 Components:

About

Robo47 Components - Small PHP Library extending the Zend Framework using Doctrine1, HTMLPurifier and ezComponents

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:PHP 99.9%Language:Shell 0.1%