rajan / sm
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:HTML
Type:project
Requires
- php: ~7.1
- guzzlehttp/guzzle: ^6.0
- jms/serializer: ^1.7
- kevinrob/guzzle-cache-middleware: ^2.0
- nategood/commando: ^0.2.9
- symfony/config: ^3.3
- symfony/dependency-injection: ^3.3
- symfony/yaml: ^3.3
Requires (Dev)
- ovr/phpsa: dev-master#b3953ee58e688c01710942c2ea3173ec42956c0d
- phpmd/phpmd: ^2.6
- phpunit/php-code-coverage: ^5.2
- phpunit/phpunit: ^6.2
- squizlabs/php_codesniffer: ^3.0
This package is not auto-updated.
Last update: 2025-03-30 06:24:49 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