https://github.com/ladinasedera/php-cfonb-afbnorme
La norme AFB ou CFONB est une norme française, définie par le Comité français d'organisation et de normalisation bancaires et répondant aux besoins de l'Association française des banques (AFB), en matière de virement domestique ou virement étranger.
https://github.com/ladinasedera/php-cfonb-afbnorme
afb afb160 afb320 cfonb ebics php
Last synced: 6 months ago
JSON representation
La norme AFB ou CFONB est une norme française, définie par le Comité français d'organisation et de normalisation bancaires et répondant aux besoins de l'Association française des banques (AFB), en matière de virement domestique ou virement étranger.
- Host: GitHub
- URL: https://github.com/ladinasedera/php-cfonb-afbnorme
- Owner: ladinasedera
- Created: 2020-12-16T11:26:02.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-19T07:20:15.000Z (over 5 years ago)
- Last Synced: 2025-10-06T04:09:17.941Z (10 months ago)
- Topics: afb, afb160, afb320, cfonb, ebics, php
- Language: PHP
- Homepage:
- Size: 57.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CFONB [fr]
CFONB [site officiel](https://www.cfonb.org/)
### AFB160 ou CFONB160
La norme [AFB160](https://fr.wikipedia.org/wiki/AFB160) ou CFONB160 est une norme française, définie par le Comité français d'organisation et de normalisation bancaires et répondant aux besoins de Association française des banques (AFB), en matière de **virement domestique**.
### AFB320 ou CFONB320
La norme [AFB320](https://fr.wikipedia.org/wiki/AFB320) ou CFONB320 est une norme française, définie par le Comité français d'organisation et de normalisation bancaires et répondant aux besoins de l’Association française des banques (AFB), en matière de **virement étranger**.
Remises Informatisées d’Ordres de Paiement International au format 320 caractères
documentation [ici](https://www.cfonb.org/fichiers/20171002171114_Brochure_Rem_inf_ordres_paiement_international_320C_V4.pdf)
# ABOUT THIS LIBRARY [en]
## php-cfonb-afbnorme
PHP Library to generate AFB320 (for international payement) OR AFB160 (for national payement) file
## Installation
#### Composer
This library uses [Composer](https://getcomposer.org/) to make things easy.
Learn to use composer and add this to require section (in your composer.json) :
```php
"ladina/php-cfonb-afbnorme": "1.*@dev"
```
## Usage
#### AFB160
You can see usage example [here](https://github.com/ladinasedera/php-cfonb-afbnorme/blob/main/generate-afb160.php)
#### AFB320
You can see usage example [here](https://github.com/ladinasedera/php-cfonb-afbnorme/blob/main/generate-afb320.php)