PHPackages                             quentindrouet/rendu1 - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. quentindrouet/rendu1

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

quentindrouet/rendu1
====================

A PHP library to scrape Valorant agent data from mandatory.gg and expose it as PHP objects.

1.2.0(2y ago)03MITPHPPHP &gt;=8.0

Since Jul 4Pushed 2y ago1 watchersCompare

[ Source](https://github.com/QuentinDrouet/rendu1)[ Packagist](https://packagist.org/packages/quentindrouet/rendu1)[ RSS](/packages/quentindrouet-rendu1/feed)WikiDiscussions main Synced today

READMEChangelog (3)Dependencies (6)Versions (4)Used By (0)

Valorant Agent Scraper
======================

[](#valorant-agent-scraper)

Valorant Agent Scraper is a PHP library that allows you to scrape data about agents from the game Valorant, available on the website [mandatory.gg](https://www.mandatory.gg/les-agents-de-valorant/). This library fetches the agent's name and biography and represents it in a PHP object.

Requirements
------------

[](#requirements)

- PHP &gt;= 8.0
- Composer

Installation
------------

[](#installation)

```
composer require quentindrouet/rendu1
```

Usage
-----

[](#usage)

Here is an example that shows how you can use Valorant Agent Scraper to scrape data about agents from the website:

```
