siestacat / random-file-generator
Generate a random file with random bytes for testing
1.0.0
2023-12-27 19:43 UTC
Requires
- php: >=8.0
Requires (Dev)
- phpunit/phpunit: ^10.2.2
README
Install:
composer require siestacat/random-file-generator
Usage:
use Siestacat\RandomFileGenerator\RandomFileGenerator;
$my_tmp_file_path = RandomFileGenerator::generate();
Tests:
git clone https://github.com/SiestaCat/php-random-file-generator.git
cd php-random-file-generator
composer install
composer run-script test