PHPackages                             glynnforrest/temping - 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. [File &amp; Storage](/categories/file-storage)
4. /
5. glynnforrest/temping

ActiveLibrary[File &amp; Storage](/categories/file-storage)

glynnforrest/temping
====================

Work with temporary files and folders easily across OSes.

0.5.0(12y ago)22.6k1MITPHPPHP &gt;=5.3.0

Since Nov 25Pushed 11y ago1 watchersCompare

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

READMEChangelogDependencies (1)Versions (15)Used By (1)

Temping
=======

[](#temping)

Work with temporary files and folders easily across OSes.
---------------------------------------------------------

[](#work-with-temporary-files-and-folders-easily-across-oses)

[![Build Status](https://camo.githubusercontent.com/20bcb5be05c15f77e69db26e28312c8d22bdd2e19c1a72942f52a49794a47199/68747470733a2f2f7472617669732d63692e6f72672f676c796e6e666f72726573742f74656d70696e672e706e67)](https://travis-ci.org/glynnforrest/temping)

Motivation
----------

[](#motivation)

Working with temporary files in your tests can be a pain. All good tests should clean up after themselves, but trying to do this when working with temporary files can be difficult and error-prone.

```
