PHPackages                             ogrre/laravel-pole-emploi - 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. ogrre/laravel-pole-emploi

ActiveLibrary

ogrre/laravel-pole-emploi
=========================

Library to se pole emploi api

1.0.1(2y ago)031MITPHPPHP ^7.4|^8.0

Since Aug 18Pushed 2y ago1 watchersCompare

[ Source](https://github.com/0grre/laravel-pole-emploi)[ Packagist](https://packagist.org/packages/ogrre/laravel-pole-emploi)[ Docs](https://github.com/ogrre/laravel-pole-emploi)[ RSS](/packages/ogrre-laravel-pole-emploi/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (4)Dependencies (4)Versions (5)Used By (0)

Laravel PoleEmploi
==================

[](#laravel-poleemploi)

[![Packagist Version](https://camo.githubusercontent.com/0824ea21624a42b5b1f453a26b4c49ae9a162087e54158b82782fc78c31ea379/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6f677272652f6c61726176656c2d706f6c652d656d706c6f69)](https://camo.githubusercontent.com/0824ea21624a42b5b1f453a26b4c49ae9a162087e54158b82782fc78c31ea379/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6f677272652f6c61726176656c2d706f6c652d656d706c6f69)[![GitHub License](https://camo.githubusercontent.com/06d072d84913d0efa3f964588048f23e7ab2796baaeb4ec622ff65b1762dd366/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f30677272652f6c61726176656c2d706f6c652d656d706c6f69)](https://camo.githubusercontent.com/06d072d84913d0efa3f964588048f23e7ab2796baaeb4ec622ff65b1762dd366/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f30677272652f6c61726176656c2d706f6c652d656d706c6f69)[![Packagist Downloads](https://camo.githubusercontent.com/494a80981bcb07def2983587dfcf832095e730e7af6ff1770c89d1ea375b6bd4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6f677272652f6c61726176656c2d706f6c652d656d706c6f69)](https://camo.githubusercontent.com/494a80981bcb07def2983587dfcf832095e730e7af6ff1770c89d1ea375b6bd4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6f677272652f6c61726176656c2d706f6c652d656d706c6f69)

Introduction
------------

[](#introduction)

This documentation provides a detailed overview of the PoleEmploi Laravel Library, a PHP package for Laravel applications. It allows seamless integration with the French government's Pôle Emploi API to access extensive data on professions in France.

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

[](#requirements)

- PHP 7.4 or higher
- Laravel 6.0 or higher

Installation:
-------------

[](#installation)

To install the Laravel Pôle Emploi API library, run the following command:

```
composer require ogrre/laravel-pole-emploi
```

After the installation, publish the vendor files by executing the command:

```
php artisan vendor:publish --provider="Ogrre\\PoleEmploi\\PoleEmploiServiceProvider"
```

By default, the service provider will be automatically registered in the `app.php` file. However, if needed, you can manually add the service provider in the `config/app.php` file:

```
# config/app.php

'providers' => [
    // ...
    Ogrre\PoleEmploi\PoleEmploiServiceProvider::class,
];
```

Usage
-----

[](#usage)

The library provides various classes to interact with different aspects of the Pôle Emploi API.

##### PoleEmploi Client

[](#poleemploi-client)

Responsible for authenticating and communicating with the API.

```
use Namespace\Path\PoleEmploiClient;

$client = new PoleEmploiClient(/* configuration parameters */);
```

##### Metier (Profession)

[](#metier-profession)

Retrieves information about different professions.

```
use Namespace\Path\Metier;

$metier = new Metier($client);
$professionData = $metier->getProfessionInfo(/* parameters */);
```

##### Competence (Skill)

[](#competence-skill)

Handles data related to skills associated with various professions.

```
use Namespace\Path\Competence;

$competence = new Competence($client);
$skillData = $competence->getSkillInfo(/* parameters */);
```

##### Facade

[](#facade)

Provides a simplified interface for common operations.

```
use Namespace\Path\PoleEmploiFacade;

$data = PoleEmploiFacade::get(/* parameters */);
```

Contributing
============

[](#contributing)

Contributions are welcome and will be fully credited. I accept contributions via Pull Requests on Github.

Support me
==========

[](#support-me)

[![Buy Me A Coffee](https://camo.githubusercontent.com/0cf29a542375e1a46e84d8bf5805a4e5c0a6ee98b6547ccdc0c55eed49d99c69/68747470733a2f2f63646e2e6275796d6561636f666665652e636f6d2f627574746f6e732f76322f64656661756c742d79656c6c6f772e706e67)](https://www.buymeacoffee.com/0grre)

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 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 ~49 days

Total

4

Last Release

850d ago

Major Versions

0.0.2 → 1.0.02023-10-04

PHP version history (2 changes)0.0.1PHP ^8.1

1.0.1PHP ^7.4|^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/2d4c871c07ee63285d919d302d5789af131cf66cea09ad55802c95a1d536c01f?d=identicon)[0grre](/maintainers/0grre)

---

Top Contributors

[![ogrre](https://avatars.githubusercontent.com/u/59645891?v=4)](https://github.com/ogrre "ogrre (6 commits)")

### Embed Badge

![Health badge](/badges/ogrre-laravel-pole-emploi/health.svg)

```
[![Health](https://phpackages.com/badges/ogrre-laravel-pole-emploi/health.svg)](https://phpackages.com/packages/ogrre-laravel-pole-emploi)
```

###  Alternatives

[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[laravel/cashier-paddle

Cashier Paddle provides an expressive, fluent interface to Paddle's subscription billing services.

264778.4k3](/packages/laravel-cashier-paddle)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)[simplestats-io/laravel-client

Client for SimpleStats!

4515.5k](/packages/simplestats-io-laravel-client)[api-platform/laravel

API Platform support for Laravel

59126.4k6](/packages/api-platform-laravel)[fleetbase/core-api

Core Framework and Resources for Fleetbase API

1225.0k10](/packages/fleetbase-core-api)

PHPackages © 2026

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