brunoba/oscar

The Oscar nominated for 2021

Maintainers

Details

github.com/BrunoBA/Oscar

Source

Issues

Installs: 13

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/brunoba/oscar

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

This package is auto-updated.

Last update: 2025-10-29 02:44:10 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