Commit 41736d01 by Murlidhar Fichadia

Update Readme.md

parent 6cbb7fd5
...@@ -34,15 +34,16 @@ When the above is run the parser should display row by row each product object r ...@@ -34,15 +34,16 @@ When the above is run the parser should display row by row each product object r
- New formats could be introduced in the future ie. (json, xml etc). - New formats could be introduced in the future ie. (json, xml etc).
- File headings could change in the future. - File headings could change in the future.
- Some files can be very large so watch out for memory usage. - Some files can be very large so watch out for memory usage.
- The code should be excutable from a terminal. - The code should be executable from a terminal.
- Please provide brief read me describing how to run your application. - Please provide brief read me describing how to run your application.
- PHP 7+ must be used. - PHP 7+ must be used.
- Should be built using native PHP and no third party libraries. - Should be built using native PHP and no third party libraries.
- Required fields if not found within file should throw an exception. - Required fields if not found within file should throw an exception.
- You can use Composer to autoload files and to install PhpUnit or Pest testing suite.
#### Bonus: #### Bonus:
- Add unit/integration tests. - Add unit/integration tests (Use PhpUnit or Pest testing suite for testing).
Example files can be found in the examples directory. Example files can be found in the examples directory.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment