ammannbe/tmp-file

This package is abandoned and no longer maintained. No replacement package was suggested.

Simple library for Temp files and folders

3.0 2020-11-17 01:59 UTC

This package is not auto-updated.

Last update: 2022-12-25 22:11:15 UTC


README

Simple library for real temp files and folders

Prerequisites

  • PHP >=7.3
  • Linux with command mktemp

Install library

composer require ammannbe/tmp-file

Contributing

Installation

PR's are welcome :-)

git clone https://github.com/ammannbe/php-tmpfile.git
cd php-tmpfile
composer install

Documentation

Documentation with phpDocumentor

composer run docs

Static Code Analysis

PHPStan

composer run phpstan

Testing

PHPUnit

composer run tests

Code quality

PHP Coding Standards Fixer

composer run php-cs-fixer