kalibora/real-temporary-file

A real temporary file (not in memory). And temporary directory.

Installs: 63 484

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 1

Open Issues: 0

pkg:composer/kalibora/real-temporary-file

v1.6.0 2025-09-16 06:02 UTC

This package is auto-updated.

Last update: 2025-09-16 06:04:01 UTC


README

Difference from \SplTempFileObject

  • Although \SplTempFileObject uses memory, RealTemporaryFile actually outputs to a file.
    • It is convenient for linking with external programs.