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. [Utility &amp; Helpers](/categories/utility)
4. /
5. webdevgods/wdg-cafepress

ActiveZf-module[Utility &amp; Helpers](/categories/utility)

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 3w ago

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 13% 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)
```

###  Alternatives

[tharos/schematic

61142.4k4](/packages/tharos-schematic)[mad-web/laravel-robots

Robots.txt generator service.

33126.9k](/packages/mad-web-laravel-robots)[mateffy/laravel-codebase-mcp

An MCP server to give Cursor, Aider, etc. the ability to introspect your Laravel codebase directly, by querying for your models, views, routes and classes without raw file search.

221.6k](/packages/mateffy-laravel-codebase-mcp)

PHPackages © 2026

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