2017 © Pedro Peláez
 

library robo47-components

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

image

robo47/robo47-components

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

  • Saturday, April 21, 2012
  • by robo47
  • Repository
  • 1 Watchers
  • 6 Stars
  • 22 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 1 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Robo47 Components

Build Status, (*1)

Robo47 Components is a collection of classes I use in my Zend Framework 1 / Doctrine 1 based Applications., (*2)

Versions of other libraries I use in tests, development and production:, (*3)

  • 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, (*4)

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

and run, (*5)

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

Composer does not yet include dependencies to zend framewok, htmlpurifier, doctrine or ezComponents, (*6)

License

NewBSD, (*7)

See file LICENSE.NewBSD, (*8)

Known Issues

Bugs in older Zend Framework versions which can make problems using Robo47 Components:, (*9)

The Versions

21/04 2012

dev-master

9999999-dev https://github.com/robo47/Robo47-Components

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

  Sources   Download

MIT

The Requires

  • php >=5.2.4

 

zf1 doctrine htmlpurifier ezc