PHPackages                             unikent/lib-php-footprints - 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. unikent/lib-php-footprints

ActiveLibrary[Framework](/categories/framework)

unikent/lib-php-footprints
==========================

Footprints API for PHP.

2.3(11y ago)010.5k[1 issues](https://github.com/unikent/lib-php-footprints/issues)PHPPHP &gt;=5.3

Since Nov 7Pushed 11y ago13 watchersCompare

[ Source](https://github.com/unikent/lib-php-footprints)[ Packagist](https://packagist.org/packages/unikent/lib-php-footprints)[ Docs](https://github.com/unikent/footprints-php)[ RSS](/packages/unikent-lib-php-footprints/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (6)Dependencies (1)Versions (7)Used By (0)

Footprints PHP API
==================

[](#footprints-php-api)

[![Latest Stable Version](https://camo.githubusercontent.com/c86a8777a66190619ea051b3b5b48dc48acfaca446f57810b4c08de2949b702d/68747470733a2f2f706f7365722e707567782e6f72672f756e696b656e742f6c69622d7068702d666f6f747072696e74732f762f737461626c652e706e67)](https://packagist.org/packages/unikent/lib-php-footprints)

Full API docs available here:

Add this to your composer require:

- "unikent/lib-php-footprints": "dev-master"

Then create tickets like so:

```
$ticket = new \unikent\Footprints\Ticket("My Example Ticket");
$ticket->set_emails(false, false, false);
$ticket->set_priority("Normal");
$ticket->set_user("sk");
$ticket->set_type("Incident");
$ticket->set_category("Web");
$ticket->add_assignees(array(
    "Learning and Research Development",
    "sk"
));
$ticket->add_entry("We did this cool thing the other day!");
$ticket->add_technical_note("Something is broken.");
$ticket->add_entry("Oh, it isnt working.");
$ticket->add_technical_note("Hah it was that function I wrote a long time ago.");
$ticket->add_entry("Fixed!");
$ticket->set_status("Resolved");

$ticketnumber = $ticket->create();

```

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity62

Established project with proven stability

 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.

###  Release Activity

Cadence

Every ~4 days

Total

6

Last Release

4221d ago

Major Versions

0.1 → 1.02014-11-07

1.1 → 2.02014-11-17

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4242976?v=4)[Skylar Kelty](/maintainers/sk-unikent)[@sk-unikent](https://github.com/sk-unikent)

---

Top Contributors

[![sk-unikent](https://avatars.githubusercontent.com/u/4242976?v=4)](https://github.com/sk-unikent "sk-unikent (43 commits)")

---

Tags

framework

### Embed Badge

![Health badge](/badges/unikent-lib-php-footprints/health.svg)

```
[![Health](https://phpackages.com/badges/unikent-lib-php-footprints/health.svg)](https://phpackages.com/packages/unikent-lib-php-footprints)
```

###  Alternatives

[hemp/presenter

Easy Model Presenters in Laravel

247608.3k1](/packages/hemp-presenter)[pestphp/pest-plugin-stressless

Stressless plugin for Pest

68943.9k18](/packages/pestphp-pest-plugin-stressless)[wpstarter/framework

The WpStarter Framework - Laravel Framework for WordPress

1610.2k5](/packages/wpstarter-framework)

PHPackages © 2026

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