Download the PHP package dmromanov/cakephp-tmpfile without Composer
On this page you can find all versions of the php package dmromanov/cakephp-tmpfile. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download dmromanov/cakephp-tmpfile
More information about dmromanov/cakephp-tmpfile
Files in dmromanov/cakephp-tmpfile
Download dmromanov/cakephp-tmpfile
More information about dmromanov/cakephp-tmpfile
Files in dmromanov/cakephp-tmpfile
Vendor dmromanov
Package cakephp-tmpfile
Short Description Temporary file plugin for CakePHP.
License MIT
Package cakephp-tmpfile
Short Description Temporary file plugin for CakePHP.
License MIT
Please rate this library. Is it a good library?
Informations about the package cakephp-tmpfile
TmpFile plugin for CakePHP
This plugins provides class for creating temporary files, that are guaranteed to be deleted after program termination,
and is compatible with CakePHP\Filesystem\File
API.
Usage
Create unique temporary files:
After a program termination (regular or after a crash) the file will be deleted.
Constructor's parameters:
string $prefix The prefix of the generated temporary filename.
string $path The directory where the temporary filename will be created
int $mode File permissions
Installation
You can install this plugin into your CakePHP application using composer.
The recommended way to install composer packages is:
All versions of cakephp-tmpfile with dependencies
PHP Build Version
Package Version
The package dmromanov/cakephp-tmpfile contains the following files
Loading the files please wait ....