Download the PHP package keboola/php-temp without Composer
On this page you can find all versions of the php package keboola/php-temp. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download keboola/php-temp
More information about keboola/php-temp
Files in keboola/php-temp
Download keboola/php-temp
More information about keboola/php-temp
Files in keboola/php-temp
Vendor keboola
Package php-temp
Short Description Temp library handles application temporary files
License MIT
Package php-temp
Short Description Temp library handles application temporary files
License MIT
Keywords filesystemtemp
Please rate this library. Is it a good library?
Informations about the package php-temp
Temp Library
This library provides an isolated temporary folder for an application. The library has methods for generating randomly named folders and files.
Usage
Available methods:
getTmpFolder
-- Get the name of the temporary folder.createFile
-- Create a named file in the temporary folder.createTmpFile
-- Create a random file in the temporary folder.
Migration from version 1.0
- The temp folder is no longer deleted automatically in the destructor. It needs to
be removed explicitly by calling the
remove()
method. - The public
setId
method was removed. This function was rarely used and is no longer available. - The public
initRunFolder
method was removed. The folder is now initialized when used and there is no need to callinitRunFolder
any more. - The protected
getTmpPath
method is now private.
License
MIT licensed, see LICENSE file.
All versions of php-temp with dependencies
PHP Build Version
Package Version
The package keboola/php-temp contains the following files
Loading the files please wait ....