2017 © Pedro Peláez
 

library tmpfile

Class for create temporary file as alternative to tmpfile() function.

image

denisyukphp/tmpfile

Class for create temporary file as alternative to tmpfile() function.

  • Sunday, January 7, 2018
  • by denisyukphp
  • Repository
  • 3 Watchers
  • 14 Stars
  • 108 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 4 Versions
  • 4 % Grown

The README.md

TmpFile

Build Status Latest Stable Version Packagist PHP Version Support Total Downloads License, (*1)

Alternative to tmpfile() function., (*2)

Installation

You can install the latest version via Composer:, (*3)

composer require denisyukphp/tmpfile

This package requires PHP 8.0 or later., (*4)

Quick usage

A temp file will be removed after PHP finished:, (*5)

<?php

use TmpFile\TmpFile;

$tmpFile = new TmpFile();

file_put_contents($tmpFile, 'Meow!');

rename($tmpFile, '/path/to/meow.txt');

Read more about temp file on Habr., (*6)

The Versions

07/01 2018

dev-master

9999999-dev

Class for create temporary file as alternative to tmpfile() function.

  Sources   Download

MIT

The Requires

  • php >=7

 

The Development Requires

file delete auto temporary temp tmp tempnam tmpfile

07/10 2017

1.0.2

1.0.2.0

Class for create temporary file as alternative to tmpfile() function.

  Sources   Download

MIT

The Requires

  • php >=7

 

The Development Requires

file delete auto temporary temp tmp tempnam tmpfile

24/02 2017

1.0.1

1.0.1.0

Class for create temporary file as alternative to tmpfile() function.

  Sources   Download

MIT

The Requires

  • php >=7

 

The Development Requires

file delete auto temporary temp tmp tempnam tmpfile

23/01 2017

1.0.0

1.0.0.0

Class for create temporary file as alternative to tmpfile() function.

  Sources   Download

MIT

The Requires

  • php >=7

 

The Development Requires

file delete auto temporary temp tmp tempnam tmpfile