PHPackages                             atome-dev/laravel-facturation-pro-api - 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. atome-dev/laravel-facturation-pro-api

ActiveLibrary[API Development](/categories/api)

atome-dev/laravel-facturation-pro-api
=====================================

Interface to facturation.pro API with Laravel

1.0.3(4y ago)021MITCSSPHP ^7.3

Since Jul 11Pushed 4y ago1 watchersCompare

[ Source](https://github.com/atome-dev/laravel-facturationpro-api)[ Packagist](https://packagist.org/packages/atome-dev/laravel-facturation-pro-api)[ Docs](https://github.com/atome-dev/laravel-facturation-pro-api)[ RSS](/packages/atome-dev-laravel-facturation-pro-api/feed)WikiDiscussions main Synced 3w ago

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

[![](https://camo.githubusercontent.com/6ddf9d2c0cd4fbcdb104c9b70f778c7563deb8fc1fffd1af00f1ce0e93fb89b6/68747470733a2f2f7777772e61746f6d652d6465762e66722f6c6f676f2e6a7067)](https://atome-dev.fr)

About Facturation Pro Api for Laravel
-------------------------------------

[](#about-facturation-pro-api-for-laravel)

This package can help you call facturation.pro API services.

It is not owned by the facturation.pro company. It works with the API set to .

This package may not be complete and may not work properly, so use it for EDUCATIONAL PURPOSES ONLY!

Beside this recommendation, I personally use it in real production so it should be stable but I cannot be responsible in any way for any malfunction.

Install
-------

[](#install)

composer require atome-dev/laravel-facturation-pro-api

Export configuration file
-------------------------

[](#export-configuration-file)

php artisan vendor:publish --provider="AtomeDev\\FacturationProApi\\FacturationProApiServiceProvider" --tag="config"

Usage
-----

[](#usage)

/app/Http/Controllers/FacturationProController.php:

```
namespace App\Http\Controllers;

use AtomeDev\FacturationProApi\Facades\FacturationProApi;
use Illuminate\Http\Request;

class FacturationProController extends Controller
{
    public function index() {
        $infoApi = FacturationProApi::getApi('account', 'infos');
        $ret = FacturationProApi::callApi($infoApi);
        dump($ret);
    }
}
```

/routes/web.php:

```
Route::get('/facturation-pro', [FacturationProController::class, 'index']);
```

[![image](https://user-images.githubusercontent.com/81640238/125179083-263c9200-e1eb-11eb-9290-d9ae3d1bd30f.png)](https://user-images.githubusercontent.com/81640238/125179083-263c9200-e1eb-11eb-9290-d9ae3d1bd30f.png)

Livewire test form
------------------

[](#livewire-test-form)

If you have Livewire installed, you might be interested in this form to interact with the API. See the files in extra directory.

[![image](https://user-images.githubusercontent.com/81640238/125191292-eb197d80-e241-11eb-934c-2dbaa35a3bb4.png)](https://user-images.githubusercontent.com/81640238/125191292-eb197d80-e241-11eb-934c-2dbaa35a3bb4.png)

Declare the route file in app/Providers/RouteServiceProvider.php:

```
public function boot()
{
    $this->routes(function () {
        Route::middleware('web')
            ->namespace($this->namespace)
            ->group(base_path('routes/facturation-pro.php'));
    });
}
```

[![image](https://user-images.githubusercontent.com/81640238/125192117-57967b80-e246-11eb-88d0-569479ac0c96.png)](https://user-images.githubusercontent.com/81640238/125192117-57967b80-e246-11eb-88d0-569479ac0c96.png)

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

If you discover a security vulnerability within this package, please send me an e-mail via . All security vulnerabilities will be promptly addressed.

License
-------

[](#license)

Facturation Pro Api for Laravel is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

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

Total

4

Last Release

1788d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c0efb59554a876bf893264658f1f478742515f648fefac27dede24e0d264aedd?d=identicon)[Atome Dev](/maintainers/Atome%20Dev)

---

Top Contributors

[![atome-dev](https://avatars.githubusercontent.com/u/81640238?v=4)](https://github.com/atome-dev "atome-dev (11 commits)")

---

Tags

atome-devfacturation-pro-api

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/atome-dev-laravel-facturation-pro-api/health.svg)

```
[![Health](https://phpackages.com/badges/atome-dev-laravel-facturation-pro-api/health.svg)](https://phpackages.com/packages/atome-dev-laravel-facturation-pro-api)
```

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M2.9k](/packages/craftcms-cms)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.2M46](/packages/tencentcloud-tencentcloud-sdk-php)[simplestats-io/laravel-client

Analytics for Laravel. Track visitors, registrations, and payments. Discover which channels actually drive revenue, not just traffic. Server-side, GDPR compliant, ad-blocker proof.

5019.3k](/packages/simplestats-io-laravel-client)[jasara/php-amzn-selling-partner-api

A fluent interface for Amazon's Selling Partner API in PHP

1348.1k1](/packages/jasara-php-amzn-selling-partner-api)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

252.5k](/packages/eslazarev-wildberries-sdk)[files.com/files-php-sdk

Files.com PHP SDK

2478.1k](/packages/filescom-files-php-sdk)

PHPackages © 2026

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