brunoba / oscar
The Oscar nominated for 2021
Installs: 13
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/brunoba/oscar
Requires
- php: >=8.0.3
 - symfony/property-access: ^5.2
 - symfony/serializer: ^5.2
 
Requires (Dev)
- phan/phan: ^4.0
 - phpunit/phpunit: ^9.5
 - squizlabs/php_codesniffer: ^3.5
 
README
use Oscar\Oscar; $oscar = new Oscar; $categories = $oscar->getCategories(); $category = $categories[0]; echo $category->getName(); //"Best Picture" echo $category->getNominees()[0]; //"The Father"
PHP Phan issue with PHP 8.0.3
$ phpcbf --standard=PSR12 --colors src/ Fix: https://github.com/squizlabs/PHP_CodeSniffer/issues/3182