PHPackages                             leuchte/number26 - 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. leuchte/number26

ActiveLibrary[API Development](/categories/api)

leuchte/number26
================

Simple PHP wrapper for the unofficial N26 bank (n26.eu) api

0.1.0(1y ago)114651[1 issues](https://github.com/leuchte/number26/issues)MITPHPPHP ^8.0

Since May 18Pushed 1y ago1 watchersCompare

[ Source](https://github.com/leuchte/number26)[ Packagist](https://packagist.org/packages/leuchte/number26)[ RSS](/packages/leuchte-number26/feed)WikiDiscussions master Synced today

READMEChangelog (10)Dependencies (1)Versions (18)Used By (0)

N26 PHP API Wrapper
===================

[](#n26-php-api-wrapper)

A simple wrapper to read several data from your N26 bank account.

What is N26?
------------

[](#what-is-n26)

> N26 (formerly known as Number26) is Europe's first bank account developed entirely for smartphones. With your N26 bank account, MasterCard® and mobile app, you can conveniently transfer money from anywhere and keep track of your finances at all times. With MoneyBeam you're able to send money via sms or e-mail without the need to enter all the account details.

Disclosure
----------

[](#disclosure)

Please note that N26 does not provide official documentation for this API interface. Changes are not documented and functions can be removed at any time.

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

[](#installation)

```
$ composer require leuchte/number26

```

Usage
-----

[](#usage)

```
use leuchte\Number26\Number26;

require __DIR__ . '/vendor/autoload.php';

$n26 = new Number26('myemail@mydomain.com', 'yourPassword');

// Get recent 20 transactions
/**
 * Possible params:
 * textFilter - Filter by a text
 * limit - Limit the results
 * lastId - The last received id. Next batch starts with the id after the lastId
 * from - Timestamp in miliseconds from where to start
 * to - Timestamp in miliseconds where to end
 */
$transactions = $n26->getTransactions(['limit' => 20]);

// Get a single transaction with the id $id
$transaction = $n26->getTransaction($id);

// Get infos about account
$me = $n26->getMe();

// All registered cards
$cards = $n26->getCards();

// Basic account information
$accounts = $n26->getAccounts();

// All saved addresses
$addresses = $n26->getAddresses();

// Categories for transactions
$categories = $n26->getCategories();

// All features for a country. Germany (DEU) in this case
$countryFeatures = $n26->getCountryFeatures('DEU');

// Get api version informations
$version = $n26->getVersion();

// Get a list of all statements
$statements = $n26->getStatements();

// Get a specific statement as pdf
$statement = $n26->getStatement('statement-2024-12');

// Get a csv file with all transactions
$n26->setCsvFilename('n26_transactions')->getCsv();
```

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance37

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 76.9% 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 ~199 days

Recently: every ~484 days

Total

17

Last Release

515d ago

PHP version history (2 changes)0.0.1PHP &gt;=5.6

0.1.0PHP ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/10fc1b8ec005672afb8c5619142a7319565a68f6ec443947b2b7a26ffd506fde?d=identicon)[Leuchte](/maintainers/Leuchte)

---

Top Contributors

[![leuchte](https://avatars.githubusercontent.com/u/357271?v=4)](https://github.com/leuchte "leuchte (20 commits)")[![nevets963](https://avatars.githubusercontent.com/u/1112574?v=4)](https://github.com/nevets963 "nevets963 (4 commits)")[![lanort](https://avatars.githubusercontent.com/u/57423?v=4)](https://github.com/lanort "lanort (2 commits)")

### Embed Badge

![Health badge](/badges/leuchte-number26/health.svg)

```
[![Health](https://phpackages.com/badges/leuchte-number26/health.svg)](https://phpackages.com/packages/leuchte-number26)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k5.9M738](/packages/sylius-sylius)[knuckleswtf/scribe

Generate API documentation for humans from your Laravel codebase.✍

2.3k14.2M63](/packages/knuckleswtf-scribe)[google/gax

Google API Core for PHP

267116.3M567](/packages/google-gax)[temporal/sdk

Temporal SDK

4072.9M25](/packages/temporal-sdk)[wheelpros/fitment-platform-api

Magento 2 (Open Source)

12.1k1.2k](/packages/wheelpros-fitment-platform-api)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k15](/packages/pocketmine-bedrock-protocol)

PHPackages © 2026

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