Download the PHP package abcaeffchen/sephpa without Composer
On this page you can find all versions of the php package abcaeffchen/sephpa. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download abcaeffchen/sephpa
More information about abcaeffchen/sephpa
Files in abcaeffchen/sephpa
Package sephpa
Short Description Generates SEPA files for credit transfers (pain.001.001.03, pain.001.002.03, pain.001.003.03, pain.001.001.09) and direct debit (pain.008.001.02, pain.008.002.02, pain.008.003.02, pain.008.001.08)
License LGPL-3.0-only
Homepage https://github.com/AbcAeffchen/Sephpa
Informations about the package sephpa
Sephpa - A PHP class to export SEPA files
General
Sephpa [sefa] is a PHP class that creates SEPA XML files. The created XML files fulfill the specifications of Electronic Banking Internet Communication Standard (EBICS).
Supported file versions
- SEPA Credit Transfer
- pain.001.001.09
- pain.001.001.03
- pain.001.002.03
- pain.001.003.03
- SEPA Direct Debit
- pain.008.001.08
- pain.008.001.02
- pain.008.001.02.austrian.003
- pain.008.002.02
- pain.008.003.02
Requirements
Sephpa was created for PHP >=8.1 and requires SepaUtilities 2.0.0+ and SimpleXML. Sephpa should also work with PHP <=8.0, but since these versions are not officially supported anymore, it is strongly recommended not to use PHP older than 8.1.
If you want to download correctly sorted files, you also need the zip library and for documentation files you need SepaDocumentor.
Installation
Composer
Just add
to your composer.json
and include the Composer autoloader to your script.
Direct download
You can download Sephpa from this GitHub page. Make sure you also download SepaUtilities. You should store the files in a structure that looks like this:
In your code you can include the Sephpa autoloader by including the file
You also need to include the SepaUtilities file which should be
In total your code should look something like this:
You need to define PROJECT_ROOT
by yourself.
Documentation Module
Sephpa uses SepaDocumentor to create File Routing Slips and Control Lists. If you are interested in these files, you need to add
to your composer file or download it from the website and make it available to Sephpa.
Disclaimer
Sephpa is not meant to teach you SEPA. If you want to learn more about SEPA or SEPA files, you should ask your bank for help. You use this library at your own risk and I assume no liability if anything goes wrong. You are supposed to check the files before handing them to your bank.
Documentation
Have a look at the wiki pages for the documentation and examples.
Credits
Thanks to Hermann Herz who supported me debugging and with great
ideas to improve Sephpa and SepaUtilities.
Thanks to sargac for the help with the wiki pages and for creating
the nice logo.
Support Sephpa
If you use and like Sephpa, drop me a note on what project you use it. I'm really curious. If you like it a lot, consider buying me a coffee :)
License
Licensed under the LGPL v3.0 License.
All versions of sephpa with dependencies
ext-xml Version *
ext-simplexml Version *
abcaeffchen/sepa-utilities Version ^2.0