2017 © Pedro Peláez
 

project sm

image

rajan/sm

  • Wednesday, July 5, 2017
  • by rajan
  • Repository
  • 1 Watchers
  • 0 Stars
  • 4 Installations
  • HTML
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

SM Build Status

Simple project to show recommended movies, (*1)

usage

You need to have PHP 7.1 or above to run this project., (*2)

Either clone this Repo , install dependencies, (*3)

git clone https://github.com/rajanrx/SM.git && composer install

and then run command, (*4)

php command.php --genre 'Comedy' --time '12:00'

OR Install using composer, (*5)

composer require rajan/sm:^1.0.1

Then run using command line, (*6)

php vendor/rajan/sm/command.php --genre 'Comedy' --time '12:00'

Test Coverage

To generate the report run the following command and you can access coverage html, (*7)

./bin/phpunit --coverage-html ./report

Test Coverage, (*8)

The Versions