Maxim Antonisin
[email protected]
Linkedin
All auction source files are stored in data
directory. Used format is json
.
To run auction use php run.php
command. This command will read all files from data
directory and run auction for each file.
php cli.php
To run auction for specific file use php run.php __FILE_NAME__
command. This command will read specific file from data
directory and run auction for this file.
php cli.php data/auction1.json