This module provides structure and code for quickly importing .har file and exports .json Postman collection.
Run the following composer command:
$ composer install
Place your .har files in the src
directory.
Run the index.php script from the console like this:
$ php index.php
The exported .json files will appear in the dist
directory.