rajan/sm

There is no license information available for the latest version (1.0.1) of this package.

Maintainers

Details

github.com/rajanrx/SM

Source

Issues

Installs: 4

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Language:HTML

Type:project

1.0.1 2017-07-03 14:20 UTC

This package is not auto-updated.

Last update: 2024-04-28 01:29:25 UTC


README

Simple project to show recommended movies

usage

You need to have PHP 7.1 or above to run this project.

Either clone this Repo , install dependencies

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

and then run command

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

OR Install using composer

composer require rajan/sm:^1.0.1

Then run using command line

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

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

Test Coverage