PHPackages                             easybib/form-decorator - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. easybib/form-decorator

ActiveLibrary

easybib/form-decorator
======================

EasyBib\_Form\_Decorator is a set of Twitter Bootstrap decorators for Zend\_Form

0.4.1(12y ago)03.7k↓43.4%1MITPHP &gt;=5.3.0

Since Sep 12Pushed 11y ago1 watchersCompare

[ Source](https://github.com/dmelo/EasyBib_Form_Decorator)[ Packagist](https://packagist.org/packages/easybib/form-decorator)[ RSS](/packages/easybib-form-decorator/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (6)Used By (0)

Bootstrap form decorators for Zend Framework 1
==============================================

[](#bootstrap-form-decorators-for-zend-framework-1)

[![Build Status](https://camo.githubusercontent.com/35875e1f822c03e4a79a1f67172999d58f69c9f2ca08e1b437e9b1014cd775fa/68747470733a2f2f7472617669732d63692e6f72672f656173796269622f456173794269625f466f726d5f4465636f7261746f722e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/easybib/EasyBib_Form_Decorator)

Installation &amp; Configuration
--------------------------------

[](#installation--configuration)

### Composer

[](#composer)

Add this to repositories:

```
{
    "type": "vcs",
    "url": "https://github.com/easybib/EasyBib_Form_Decorator"
}
```

Then this in require:

```
"easybib/form-decorator": "*"
```

### PEAR

[](#pear)

1. `sudo pear channel-discover easybib.github.com/pear`
2. `sudo pear install easybib/EasyBib_Form_Decorator-alpha`
3. add `autoloaderNamespaces[] = "EasyBib"` to your `application.ini`
4. add `$view->addHelperPath('EasyBib/View/Helper', 'EasyBib_View_Helper');`in your Bootstrap
5. follow examples in docs folder to integrate it into your forms

### Updating? (PEAR)

[](#updating-pear)

(We like you best!)

1. `sudo pear upgrade -c easybib` or: `sudo pear channel-update easybib.github.com/pear`
2. `pear upgrade easybib/EasyBib_Form_Decorator`

Form Decorator
--------------

[](#form-decorator)

See `docs` folder for a example form and controller usage of decorator stuff

MessagesFormatter
-----------------

[](#messagesformatter)

A View Helper to print out fancy twitter bootstrap messages. Needs to be added to view helper path (see Installlation 4.)

Create new package Version
--------------------------

[](#create-new-package-version)

### Package Rep (after source change)

[](#package-rep-after-source-change)

- change version in generate-package.php
- php generate-package.php make
- pear package
- move created tgz archiv to pear rep

### Pear Rep

[](#pear-rep)

- `pirum add . new_version.tgz`
- `git add -A`
- `git commit -a`
- `git push origin gh-pages`

### Pear Upgrade (local/vagrant box)

[](#pear-upgrade-localvagrant-box)

- `sudo pear upgrade -c easybib`
- (`sudo pear channel-update easybib.github.com/pear`)

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 53% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

4669d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/05ab8aebb8755f73e27f31b70bc7b64536abec420fdcf30f3f7c6bc3c45ee639?d=identicon)[dmelo](/maintainers/dmelo)

---

Top Contributors

[![Mischosch](https://avatars.githubusercontent.com/u/859888?v=4)](https://github.com/Mischosch "Mischosch (44 commits)")[![till](https://avatars.githubusercontent.com/u/27003?v=4)](https://github.com/till "till (34 commits)")[![bgallagher](https://avatars.githubusercontent.com/u/1045248?v=4)](https://github.com/bgallagher "bgallagher (2 commits)")[![four43](https://avatars.githubusercontent.com/u/517006?v=4)](https://github.com/four43 "four43 (1 commits)")[![gusano](https://avatars.githubusercontent.com/u/271068?v=4)](https://github.com/gusano "gusano (1 commits)")[![twisty](https://avatars.githubusercontent.com/u/16244?v=4)](https://github.com/twisty "twisty (1 commits)")

### Embed Badge

![Health badge](/badges/easybib-form-decorator/health.svg)

```
[![Health](https://phpackages.com/badges/easybib-form-decorator/health.svg)](https://phpackages.com/packages/easybib-form-decorator)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
