PHPackages                             phillip-elm/temp-workspaces - 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. phillip-elm/temp-workspaces

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

phillip-elm/temp-workspaces
===========================

Utility class for creating temporary working directories that delete themselves on destruct.

v1.1.1(7y ago)020MITPHPPHP ^7.2

Since Nov 2Pushed 7y agoCompare

[ Source](https://github.com/phillip-elm/php-temp-workspaces)[ Packagist](https://packagist.org/packages/phillip-elm/temp-workspaces)[ RSS](/packages/phillip-elm-temp-workspaces/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (1)Versions (4)Used By (0)

PHP Temporary Directory Workspaces
==================================

[](#php-temporary-directory-workspaces)

This is a simple library written to facilitate the quick creation of temporary directories.

When the object is destroyed, the temporary directory and its contents are deleted.

Installing
----------

[](#installing)

```
composer require phillip-elm/temp-workspaces

```

Basic Usage
-----------

[](#basic-usage)

```
