Download the PHP package ogrre/laravel-pole-emploi without Composer
On this page you can find all versions of the php package ogrre/laravel-pole-emploi. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ogrre/laravel-pole-emploi
More information about ogrre/laravel-pole-emploi
Files in ogrre/laravel-pole-emploi
Package laravel-pole-emploi
Short Description Library to se pole emploi api
License MIT
Homepage https://github.com/ogrre/laravel-pole-emploi
Informations about the package laravel-pole-emploi
Laravel PoleEmploi
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
- PHP 7.4 or higher
- Laravel 6.0 or higher
Installation:
To install the Laravel Pôle Emploi API library, run the following command:
After the installation, publish the vendor files by executing the command:
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:
Usage
The library provides various classes to interact with different aspects of the Pôle Emploi API.
PoleEmploi Client
Responsible for authenticating and communicating with the API.
Metier (Profession)
Retrieves information about different professions.
Competence (Skill)
Handles data related to skills associated with various professions.
Facade
Provides a simplified interface for common operations.
Contributing
Contributions are welcome and will be fully credited. I accept contributions via Pull Requests on Github.
Support me
All versions of laravel-pole-emploi with dependencies
illuminate/database Version ^7.0|^8.0|^9.0|^10.0
illuminate/support Version ^7.0|^8.0|^9.0|^10.0
illuminate/http Version ^7.0|^8.0|^9.0|^10.0
guzzlehttp/guzzle Version ^7.5
ext-json Version *