Download the PHP package gboquizosanchez/screenscraper without Composer
On this page you can find all versions of the php package gboquizosanchez/screenscraper. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download gboquizosanchez/screenscraper
More information about gboquizosanchez/screenscraper
Files in gboquizosanchez/screenscraper
Package screenscraper
Short Description Laravel wrapper for ScreenScraper API
License MIT
Homepage https://github.com/gboquizosanchez
Informations about the package screenscraper
# `gboquizosanchez/screenscraper`
**ScreenScraper.fr API client for Laravel**
[](https://packagist.org/packages/gboquizosanchez/screenscraper)
[](https://packagist.org/packages/gboquizosanchez/screenscraper)
[](https://packagist.org/packages/gboquizosanchez/screenscraper)
[](https://packagist.org/packages/gboquizosanchez/screenscraper)
[](LICENSE.md)
---
*Fetch game metadata, media, and platform data from ScreenScraper.fr directly in your Laravel app.*
Overview
A Laravel package that wraps the full ScreenScraper API, giving you access to game info, artwork, ratings, and more — with optional DTO mapping via spatie/laravel-data.
Note: You need a ScreenScraper account and developer credentials to use this package. Register here and request developer access here.
📦 Installation
Add your credentials to .env:
Optionally, publish the configuration file:
🚀 Usage
Via facade
The facade reads credentials directly from your .env:
Via the client directly
Useful when working with multiple accounts or custom credentials:
You can also use the default credentials from config:
🗺️ Response mapping
By default, the package maps responses to typed DTOs. You can switch to raw responses via .env:
RAWmapping only works whenSCREENSCRAPER_DTO_MAPPINGis set tofalse.
📚 Available methods
This package covers all endpoints from the ScreenScraper API. See ScreenScraperClient for the full method list.
🧪 Testing
Contributing
Contributions are welcome!
- 🐛 Report bugs via GitHub Issues
- 💡 Suggest features or improvements
- 🔧 Submit pull requests with fixes or enhancements
Credits
- Author: Germán Boquizo Sánchez
- Contributors: View all contributors
📄 License
This package is open-source software licensed under the MIT License.