PHPackages                             webdevgods/wdg-cafepress - 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. webdevgods/wdg-cafepress

ActiveZf-module

webdevgods/wdg-cafepress
========================

A ZF2 Cafepress module.

010PHP

Since Aug 28Pushed 11y ago3 watchersCompare

[ Source](https://github.com/webdevgods/WdgCafepress)[ Packagist](https://packagist.org/packages/webdevgods/wdg-cafepress)[ RSS](/packages/webdevgods-wdg-cafepress/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

WdgCafepress
============

[](#wdgcafepress)

\##Install

Add WdgCafepress to your project's composer.json

```
"require": {
    "php": ">=5.3.3",
    "webdevgods/wdg-cafepress": "dev-master",
}
```

\##Setup

1.Copy wdgcafepress.global.php.dist to your config/autoload folder and remove the .dist extension.

2.Add your apikey and store id to the wdgcafepress.global.php file.

```
return array(
    "wdgcafepress" => array(
        "apikey" => "",
        "storeid" => "",
        "baseurl" => "http://open-api.cafepress.com/" //Cafepress api base url
    )
);
```

3.Add WdgCafepress to your application.config.php "modules" array.

\##Usage

```
$cafepress_service = $service_locator->get("wdgcafepress_service_cafepress");

$sections = $cafepress_service->getStoreSections();

foreach($sections as $section)
{
  echo $section->getCaption()."";
}
```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community8

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://www.gravatar.com/avatar/9b2782d43e1fb7ba1e302e79bafc8fece74a5022cf5c47604a0e46ac7b1ba6e3?d=identicon)[webdevgods](/maintainers/webdevgods)

---

Top Contributors

[![jessiegreen](https://avatars.githubusercontent.com/u/989230?v=4)](https://github.com/jessiegreen "jessiegreen (7 commits)")

### Embed Badge

![Health badge](/badges/webdevgods-wdg-cafepress/health.svg)

```
[![Health](https://phpackages.com/badges/webdevgods-wdg-cafepress/health.svg)](https://phpackages.com/packages/webdevgods-wdg-cafepress)
```

PHPackages © 2026

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