PHPackages                             alpifra/lucca-php - 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. [API Development](/categories/api)
4. /
5. alpifra/lucca-php

ActiveLibrary[API Development](/categories/api)

alpifra/lucca-php
=================

A basic PHP client interracting with the Lucca RH API V3 services.

027PHP

Since Dec 12Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Alpifra/lucca-php)[ Packagist](https://packagist.org/packages/alpifra/lucca-php)[ RSS](/packages/alpifra-lucca-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

PHP Lucca API
=============

[](#php-lucca-api)

A basic and stand-alone PHP client interracting with the Lucca RH API V3 services. For more information about the API please see the [documentation](https://developers.lucca.fr/docs/lucca-legacyapi/ZG9jOjM3OTk0NDk5-getting-started).

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

[](#installation)

The recommended way to install Lucca API PHP client is through this Github repository:

```
    {
        "requires": {
            "alpifra/lucca-php": "dev-master",
            ...
        }
        "repositories": [
            {
                "type": "vcs",
                "url": "https://github.com/Alpifra/lucca-php.git"
            }
        ],
    }
```

Usage
-----

[](#usage)

#### Instanciate client and request leaves

[](#instanciate-client-and-request-leaves)

```
