PHPackages                             wesselstam/sepa-xml - 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. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. wesselstam/sepa-xml

ActiveLibrary[Parsing &amp; Serialization](/categories/parsing)

wesselstam/sepa-xml
===================

SepaXML is a class that converts your direct debit information to PAIN.008.001.02 XML files.

1.0(8y ago)01.3kMITPHPPHP &gt;=5.6.4

Since Jul 11Pushed 8y ago1 watchersCompare

[ Source](https://github.com/wesselstam/SEPA-XML)[ Packagist](https://packagist.org/packages/wesselstam/sepa-xml)[ Docs](https://github.com/wesselstam/SEPA-XML)[ RSS](/packages/wesselstam-sepa-xml/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (2)Used By (0)

SEPA XML class
==============

[](#sepa-xml-class)

About
-----

[](#about)

SepaXML is a class that converts your direct debit information to PAIN.008.001.02 XML files. The original class is made by [BureauPartners](https://github.com/BureauPartners/SEPA-Incasso)

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

[](#installation)

The recommended installation way is through [Composer](https://getcomposer.org).

```
$ composer require wesselstam/sepa-xml dev-master
```

Example
-------

[](#example)

```
use WesselStam\SepaXML\SepaXML;

// create instance
$oSEPA = new SepaXML();

// Set your collection destination information
$oSEPA->setCollectionDestination(
    "Your company name,
    "Your IBAN",
    "Your BIC",
    "Your Creditor ID"
);

// Set the direct debit date
$oSEPA->setDate("2017-07-11");

// Add one or more collections to the
// addCollection($sName, $sIBAN, $sBIC, $iAmount, $sDescription, $sSignedDate, $sMandateID)
$oSEPA->addCollection(
    "Customer name",
    "Customer IBAN",
    "Customer BIC",
    "Amount",
    "Description",
    "Mandate date",
    "Mandate ID"
);

// output
echo $oSEPA->getXML();
```

Source
------

[](#source)

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

Unknown

Total

1

Last Release

3279d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1167107?v=4)[Wessel Stam](/maintainers/wesselstam)[@wesselstam](https://github.com/wesselstam)

---

Top Contributors

[![wesselstam](https://avatars.githubusercontent.com/u/1167107?v=4)](https://github.com/wesselstam "wesselstam (4 commits)")

### Embed Badge

![Health badge](/badges/wesselstam-sepa-xml/health.svg)

```
[![Health](https://phpackages.com/badges/wesselstam-sepa-xml/health.svg)](https://phpackages.com/packages/wesselstam-sepa-xml)
```

###  Alternatives

[mck89/peast

Peast is PHP library that generates AST for JavaScript code

19139.2M47](/packages/mck89-peast)[sauladam/shipment-tracker

Parses tracking information for several carriers, like UPS, USPS, DHL and GLS by simply scraping the data. No need for any kind of API access.

9843.5k](/packages/sauladam-shipment-tracker)[jstewmc/rtf

Read and write Rich Text Format (RTF) documents with PHP

45153.1k6](/packages/jstewmc-rtf)[tcds-io/php-jackson

A lightweight, flexible object serializer for PHP, inspired by FasterXML/jackson

113.2k10](/packages/tcds-io-php-jackson)

PHPackages © 2026

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