Download the PHP package phillip-elm/temp-workspaces without Composer
On this page you can find all versions of the php package phillip-elm/temp-workspaces. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download phillip-elm/temp-workspaces
More information about phillip-elm/temp-workspaces
Files in phillip-elm/temp-workspaces
Download phillip-elm/temp-workspaces
More information about phillip-elm/temp-workspaces
Files in phillip-elm/temp-workspaces
Vendor phillip-elm
Package temp-workspaces
Short Description Utility class for creating temporary working directories that delete themselves on destruct.
License MIT
Package temp-workspaces
Short Description Utility class for creating temporary working directories that delete themselves on destruct.
License MIT
Please rate this library. Is it a good library?
Informations about the package temp-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
Basic Usage
Documentation
This library was put together in a bit of a rush. As such, there is no formal generated PHPDoc or guide.
The project is broken down into the following interfaces / classes:
src/Contracts/DirectoryWorkspace.php
- The interface that contains the methods headers you can call on the object
src/BaseDirectoryWorkspace.php
- The implementation for functions contained in the
DirectoryWorkspace
interface.
- The implementation for functions contained in the
src/TempDirectoryWorkspace.php
- The extension of
BaseDirectoryWorkspace
that contains the clean-on-destruct functionality.
- The extension of
src/DirectoryRemover.php
- A simple class to remove directories recursively without using
exec
.
- A simple class to remove directories recursively without using
Additionally, you may review the tests for more examples on how to use this library.
All versions of temp-workspaces with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.2
The package phillip-elm/temp-workspaces contains the following files
Loading the files please wait ....