brunoba/oscar

The Oscar nominated for 2021

v1.0.2 2021-03-30 18:05 UTC

This package is auto-updated.

Last update: 2024-04-29 04:59:34 UTC


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