PHPackages                             mmeyer2k/temper - 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. mmeyer2k/temper

ActiveLibrary

mmeyer2k/temper
===============

Intelligent PHP temporary files.

15.9kPHP

Since Aug 3Pushed 9y ago2 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

temper
======

[](#temper)

[![Build Status](https://camo.githubusercontent.com/c16d3de78e70b594b702fb5449f90dbcf6d2dba2275db8481ea60d968cde03ed/68747470733a2f2f7472617669732d63692e6f72672f6d6d65796572326b2f74656d7065722e706e67)](https://travis-ci.org/mmeyer2k/temper)

Fast and intuitive temp file creation.

```
# Create a temp file instance
$temp = new \Temper\Temper('content to store in temp file');

# Return path to temp file (outputs something like "/tmp/[random file name]")
echo $temp->path();

# Return the temp file size in bytes
$size = $temp->size();

# Delete the temp file when you are done with it
$temp->destroy();
```

Thats all there is to it.

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

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/4c39fe5f8d80dda8a5735401c12cb631d5e17050f7baa7cd3f0f384167fb45db?d=identicon)[mmeyer2k](/maintainers/mmeyer2k)

---

Top Contributors

[![mmeyer2k](https://avatars.githubusercontent.com/u/1887431?v=4)](https://github.com/mmeyer2k "mmeyer2k (30 commits)")

### Embed Badge

![Health badge](/badges/mmeyer2k-temper/health.svg)

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

PHPackages © 2026

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