Skip to content

backenddeveloper/ForINVIQA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ForINVIQA

A PHP command line application to be shown at interview.

To test run:

phpunit --config tests/phpunit.xml

To build the application run:

php build/buildScript.php

To deploy the application copy the file:

application/Application.phar

To run the application:

php Application.phar <optional filename>

The CSV file is output into the current working directory.

In development/lib/Calendar.php read "$this->dateObject->format("l")" as "Day of the week".

Note: The entry point is procedural because there wasn't more time to build the application.

Note: VFSStream is not used because it violates local security policies on the development environment.

About

A PHP command line application to be shown at interview.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages