The Modern PHP SDK
for the FNE API
Easily integrate the Electronic Standardized Invoice into your PHP applications with a robust, intuitive, and framework-agnostic SDK.
Interactive code example
Laravel • Symfony • PHP
Everything you need to integrate the FNE API
From installation to production, a complete and modern SDK for your PHP applications.
Zero Configuration
One-command installation with automatic framework detection. Compatible with Laravel, Symfony and native PHP.
Flexible Mapping
Transform your ERP data to FNE with intuitive dot notation. Customizable mapping via configuration.
Robust Validation
Automatic validation before sending to API. Complete error handling with typed and localized exceptions.
Model Integration
Traits for direct integration with Eloquent, Doctrine or PHP objects. Certification in a single method.
Optimized Performance
PSR-16 support for caching and PSR-3 for logging. Optimized for high-performance applications.
Multilingual Support
Error messages and documentation in French and English. Complete i18n support for your applications.
Get started in a few lines
Certify your first invoice in less than 5 minutes
Install in seconds
From Composer install to your first invoice in three steps.
FNE Client is a modern, framework-agnostic PHP SDK for integrating the FNE API into your existing applications.
- 1
Install via Composer
composer require neocode/fne-client
- 2
Configure environment variables
FNE_API_KEY=votre-clé-api
- 3
Use the client
use Neocode\FNE\FNEClient;
Ready to integrate the FNE API?
Get started in minutes with our modern and intuitive SDK. Complete documentation, interactive examples and community support.
