SkillAgentSearch skills...

Tmpfile

Alternative to tmpfile() function.

Install / Use

/learn @denisyukphp/Tmpfile
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

TmpFile

Build Status Latest Stable Version Packagist PHP Version Support Total Downloads License

Alternative to tmpfile() function.

Installation

You can install the latest version via Composer:

composer require denisyukphp/tmpfile

This package requires PHP 8.0 or later.

Quick usage

A temp file will be removed after PHP finished:

<?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.

View on GitHub
GitHub Stars22
CategoryDevelopment
Updated3mo ago
Forks1

Languages

PHP

Security Score

92/100

Audited on Dec 5, 2025

No findings