dejwcake/yahoo-finance

Yahoo Finance Client

1.0.0 2025-09-13 13:26 UTC

This package is auto-updated.

Last update: 2025-09-13 13:28:34 UTC


README

This library is a Laravel Package to Connect to YahooFinance API.

Tools

Composer

    docker compose run cli composer install
    docker compose run php-qa composer normalize

Tests

    docker compose run test php -d pcov.enabled=1 ./vendor/bin/phpunit

QA

    docker compose run php-qa phpcs -s --colors --extensions=php
    docker compose run php-qa phpcbf -s --colors --extensions=php
    docker compose run php-qa phpcs --standard=.phpcs.compatibility.xml --cache=.phpcs.cache --report=junit --report-file=report.xml