PHPackages                             pgrimaud/gibert-jeune - 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. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. pgrimaud/gibert-jeune

ActiveLibrary[Parsing &amp; Serialization](/categories/parsing)

pgrimaud/gibert-jeune
=====================

Little scraper for https://www.gibertjeune.fr

1.1.0(9y ago)151MITPHP

Since Nov 11Pushed 8y ago1 watchersCompare

[ Source](https://github.com/pgrimaud/gibert-jeune)[ Packagist](https://packagist.org/packages/pgrimaud/gibert-jeune)[ Docs](https://github.com/pgrimaud/gibert-jeune)[ RSS](/packages/pgrimaud-gibert-jeune/feed)WikiDiscussions master Synced today

READMEChangelog (2)Dependencies (3)Versions (3)Used By (0)

Gibert Jeune
============

[](#gibert-jeune)

[![Packagist](https://camo.githubusercontent.com/9b8cb8fdb221c54d659d888db33dd54491ebafa5287425b10dfe8990681585e2/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7061636b61676973742d696e7374616c6c2d627269676874677265656e2e737667)](https://packagist.org/packages/pgrimaud/gibert-jeune)[![Build Status](https://camo.githubusercontent.com/1ce8563ee17b519fab862beac9db01dd6b576744b8ff9588a6e886b35a6e5ae8/68747470733a2f2f7472617669732d63692e6f72672f706772696d6175642f6769626572742d6a65756e652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/pgrimaud/gibert-jeune)[![Test Coverage](https://camo.githubusercontent.com/59b7ce70db818109889303ea79ab355726d7d025c2547df13bb1f519a3909170/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f706772696d6175642f6769626572742d6a65756e652f6261646765732f636f7665726167652e737667)](https://codeclimate.com/github/pgrimaud/gibert-jeune/coverage)

Little scraper for

Usage
-----

[](#usage)

```
composer require pgrimaud/gibert-jeune

```

```
$api = new \GibertJeune\Api();
$api->setBarcode('9782344009505');

$product = $api->getProduct();
```

Will return :

```
Array
(
    [prices] => Array
        (
            [0] => Array
                (
                    [title] => Réservation
                    [prices] => Array
                        (
                            [0] => Array
                                (
                                    [state] => Neuf
                                    [price] => 0
                                )

                            [1] => Array
                                (
                                    [state] => Occasion
                                    [price] => 8.97
                                )

                        )

                )

            [1] => Array
                (
                    [title] => Expédition
                    [prices] => Array
                        (
                            [0] => Array
                                (
                                    [state] => Neuf
                                    [price] => 14.95
                                )

                            [1] => Array
                                (
                                    [state] => Occasion
                                    [price] => 0
                                )

                        )

                )

            [2] => Array
                (
                    [title] => E-Book
                    [prices] => Array
                        (
                            [0] => Array
                                (
                                    [state] => Numérique
                                    [price] => 0
                                )

                        )

                )

        )

    [shops] => Array
        (
            [secondhand] => Array
                (
                    [0] => 4 place Saint-Michel (1 en stock)
                )

            [new] => Array
                (
                    [0] => 4 place Saint-Michel (2 en stock)
                )

        )

)
```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~145 days

Total

2

Last Release

3372d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1866496?v=4)[Pierre Grimaud](/maintainers/pgrimaud)[@pgrimaud](https://github.com/pgrimaud)

---

Top Contributors

[![pgrimaud](https://avatars.githubusercontent.com/u/1866496?v=4)](https://github.com/pgrimaud "pgrimaud (1 commits)")

---

Tags

packagephpscraper

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/pgrimaud-gibert-jeune/health.svg)

```
[![Health](https://phpackages.com/badges/pgrimaud-gibert-jeune/health.svg)](https://phpackages.com/packages/pgrimaud-gibert-jeune)
```

###  Alternatives

[mck89/peast

Peast is PHP library that generates AST for JavaScript code

19037.7M41](/packages/mck89-peast)[sauladam/shipment-tracker

Parses tracking information for several carriers, like UPS, USPS, DHL and GLS by simply scraping the data. No need for any kind of API access.

9642.0k](/packages/sauladam-shipment-tracker)[layered/page-meta

Get detailed info for any URL on the internet! Scraper for HTML, OpenGraph, Schema data

1131.7k](/packages/layered-page-meta)[topshelfcraft/scraper

Easily fetch, parse, and rejigger HTML or XML from anywhere.

162.2k](/packages/topshelfcraft-scraper)[moonshine/layouts-field

Field for repeating groups of fields for MoonShine

107.9k](/packages/moonshine-layouts-field)[tcds-io/php-jackson

A lightweight, flexible object serializer for PHP, inspired by FasterXML/jackson

112.9k10](/packages/tcds-io-php-jackson)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
