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 ago5 watchersCompare

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

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 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community12

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/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M190](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

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

1.9k36.7M255](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M591](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M120](/packages/cakephp-chronos)

PHPackages © 2026

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