PHPackages                             phly/phly-peep - 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. [Framework](/categories/framework)
4. /
5. phly/phly-peep

AbandonedArchivedLibrary[Framework](/categories/framework)

phly/phly-peep
==============

Rudimentary twitter clone to demonstrate ZF2 modules

26456[1 PRs](https://github.com/weierophinney/PhlyPeep/pulls)PHP

Since Sep 18Pushed 13y ago1 watchersCompare

[ Source](https://github.com/weierophinney/PhlyPeep)[ Packagist](https://packagist.org/packages/phly/phly-peep)[ RSS](/packages/phly-phly-peep/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

PhlyPeep: Twitter clone for DPC 12 Workshop
===========================================

[](#phlypeep-twitter-clone-for-dpc-12-workshop)

This is a sample module for the DPC 12 Zend Framework 2 workshop on building re-usable modules. The goals are:

- Demonstrate some principles to follow when writing modules
- Demonstrate a number of components, including the ServiceManager, InputFilter, Form, MVC, and Db.

This will not and should not be considered a fully-functional, full-featured module, though the basic functionality should work.

Dependencies
------------

[](#dependencies)

- PHP &gt;= 5.3.3
- Zend Framework (current master)
- ZfcUser (current master)

Installation
------------

[](#installation)

Via Composer:
-------------

[](#via-composer)

Update your composer.json

```
{
    "require": {
        /* ... */
        "phly/phly-peep": "dev-master"
    }
}

```

and then run:

```
php composer.phar install

```

As a submodule:
---------------

[](#as-a-submodule)

```
git submodule add git://github.com/weierophinney/PhlyPeep.git vendor/PhlyPeep

```

All:
----

[](#all)

After installation, update your `config/application.config.php` to add "PhlyPeep" as a module.

Database Setup
--------------

[](#database-setup)

Currently, PhlyPeep only ships with a schema for SQLite. You can import it using the following:

```
$> sqlite3 path/to/database < path/to/phly-peep/data/schema.sqlite.sql

```

###  Health Score

25

—

LowBetter than 36% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/25943?v=4)[Matthew Weier O'Phinney](/maintainers/weierophinney)[@weierophinney](https://github.com/weierophinney)

---

Top Contributors

[![weierophinney](https://avatars.githubusercontent.com/u/25943?v=4)](https://github.com/weierophinney "weierophinney (26 commits)")

### Embed Badge

![Health badge](/badges/phly-phly-peep/health.svg)

```
[![Health](https://phpackages.com/badges/phly-phly-peep/health.svg)](https://phpackages.com/packages/phly-phly-peep)
```

###  Alternatives

[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k104.3M836](/packages/laravel-socialite)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k38.6M289](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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