{"id":24012830,"url":"https://github.com/tschucki/alphavantage-laravel","last_synced_at":"2025-07-02T21:37:46.892Z","repository":{"id":248406943,"uuid":"828593173","full_name":"Tschucki/alphavantage-laravel","owner":"Tschucki","description":"Laravel Wrapper for the Alpha Vantage Stock Market API","archived":false,"fork":false,"pushed_at":"2025-05-12T11:39:41.000Z","size":70,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-12T12:41:24.755Z","etag":null,"topics":["alphavantage","alphavantage-api","alphavantage-php","api-wrapper","laravel","package"],"latest_commit_sha":null,"homepage":"https://alphavantage-api.marcelwagner.dev","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Tschucki.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":"Tschucki"}},"created_at":"2024-07-14T16:01:03.000Z","updated_at":"2025-05-12T11:39:38.000Z","dependencies_parsed_at":"2024-07-14T18:13:26.464Z","dependency_job_id":"5361fab4-a443-474c-bee5-22c14e593fa0","html_url":"https://github.com/Tschucki/alphavantage-laravel","commit_stats":null,"previous_names":["tschucki/alphavantage-laravel"],"tags_count":3,"template":false,"template_full_name":"spatie/package-skeleton-laravel","purl":"pkg:github/Tschucki/alphavantage-laravel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tschucki%2Falphavantage-laravel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tschucki%2Falphavantage-laravel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tschucki%2Falphavantage-laravel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tschucki%2Falphavantage-laravel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Tschucki","download_url":"https://codeload.github.com/Tschucki/alphavantage-laravel/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tschucki%2Falphavantage-laravel/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260040171,"owners_count":22949761,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["alphavantage","alphavantage-api","alphavantage-php","api-wrapper","laravel","package"],"created_at":"2025-01-08T06:21:56.027Z","updated_at":"2025-07-02T21:37:46.838Z","avatar_url":"https://github.com/Tschucki.png","language":"PHP","funding_links":["https://github.com/sponsors/Tschucki"],"categories":[],"sub_categories":[],"readme":"# Laravel Wrapper for Alphavantage API\n\n[![Latest Version on Packagist](https://img.shields.io/packagist/v/tschucki/alphavantage-laravel.svg?style=flat-square)](https://packagist.org/packages/tschucki/alphavantage-laravel)\n[![GitHub Tests Action Status](https://img.shields.io/github/actions/workflow/status/tschucki/alphavantage-laravel/run-tests.yml?branch=main\u0026label=tests\u0026style=flat-square)](https://github.com/tschucki/alphavantage-laravel/actions?query=workflow%3Arun-tests+branch%3Amain)\n[![GitHub Code Style Action Status](https://img.shields.io/github/actions/workflow/status/tschucki/alphavantage-laravel/fix-php-code-style-issues.yml?branch=main\u0026label=code%20style\u0026style=flat-square)](https://github.com/tschucki/alphavantage-laravel/actions?query=workflow%3A\"Fix+PHP+code+style+issues\"+branch%3Amain)\n[![Total Downloads](https://img.shields.io/packagist/dt/tschucki/alphavantage-laravel.svg?style=flat-square)](https://packagist.org/packages/tschucki/alphavantage-laravel)\n\n\u003cimg src=\"./.github/images/AlphavantageLogo.png\" alt=\"Alpha Vantage Logo\" width=\"100\"\u003e\n\nThis Laravel package provides an easy way to access the Alphavantage API. With it, you can i.e. fetch historical financial data, including stock prices, forex, and cryptocurrency information. It integrates smoothly with your Laravel application, making it simple to use Alphavantage's services.\n\nI created this package for a project I was working on. So it currently only supports the categories I needed. If you need more categories, feel free to open an issue or a pull request.\nI'd love to hear your feedback and suggestions.\n\n```php\nuse Tschucki\\Alphavantage\\Facades\\Alphavantage;\n\nAlphavantage::timeSeries()-\u003edaily('IBM');\n```\n\n## Installation\n\nYou can install the package via composer:\n\n```bash\ncomposer require tschucki/alphavantage-laravel\n```\n\nYou can publish the config file with:\n\n```bash\nphp artisan vendor:publish --tag=\"alphavantage-laravel-config\"\n```\n\nThis is the contents of the published config file:\n\n```php\nreturn [\n    'key' =\u003e env('ALPHAVANTAGE_API_KEY'),\n];\n```\nPay Alphavantage and get your API key [here](https://www.alphavantage.co/support/#api-key).\n\n## Usage\n\nI tried to make the package as easy to use as possible. I tried to follow the [Alphavantage](https://www.alphavantage.co/documentation/) API documentation as closely as possible. So if you are familiar with the API, you should feel right at home.\nYou have access to the following categories:\n- Core\n- Fundamentals\n- Indicators\n- Intelligence\n\nYou can either use the facade access these categories or use the `Alphavantage` class directly.\n\n```php\nuse Tschucki\\Alphavantage;\n\nAlphavantage::timeSeries()-\u003edaily('IBM');\n```\n\n## Documentation\n\nYou can find the documentation [here](https://alphavantage-api.marcelwagner.dev/deep-dive/indicators).\n\n## Testing\n\n```bash\ncomposer test\n```\n\n## Changelog\n\nPlease see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.\n\n## Contributing\n\nPlease see [CONTRIBUTING](CONTRIBUTING.md) for details.\n\n## Security Vulnerabilities\n\nPlease review [our security policy](../../security/policy) on how to report security vulnerabilities.\n\n## Credits\n\n- [Marcel Wagner](https://github.com/Tschucki)\n- [All Contributors](../../contributors)\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftschucki%2Falphavantage-laravel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftschucki%2Falphavantage-laravel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftschucki%2Falphavantage-laravel/lists"}