PHPackages                             punksolid/doopla - 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. punksolid/doopla

ActiveLibrary

punksolid/doopla
================

PHP extractor library for doopla.mx

v0.1.0-alpha(2y ago)01.5k[2 PRs](https://github.com/Punksolid/doopla/pulls)MITPHPPHP ^8.2

Since Feb 8Pushed 1y ago1 watchersCompare

[ Source](https://github.com/Punksolid/doopla)[ Packagist](https://packagist.org/packages/punksolid/doopla)[ RSS](/packages/punksolid-doopla/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (5)Versions (4)Used By (0)

Doopla PHP Library
==================

[](#doopla-php-library)

Description
-----------

[](#description)

This is a PHP library for interacting with the Doopla platform. It provides a simple and easy-to-use interface for making requests to the Doopla API.

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

[](#installation)

This library can be installed via Composer:

```
composer require punksolid/doopla
```

Usage
-----

[](#usage)

First, you need to instantiate the `Doopla` class with an instance of `HttpClientInterface`. You can use the `MockHttpClient` for testing purposes.

```
use Punksolid\Doopla\Doopla;
use Symfony\Component\HttpClient\MockHttpClient;

$client = new MockHttpClient();
$doopla = new Doopla($client);
```

### Setting User Credentials

[](#setting-user-credentials)

You can set the user's email and password using the `setEmail` and `setPassword` methods respectively.

```
$doopla->setEmail('user@example.com');
$doopla->setPassword('password');
```

### Logging In

[](#logging-in)

To log in, simply call the `login` method.

```
$doopla->login();
```

### Getting Account Balance

[](#getting-account-balance)

You can get the account balance by calling the `getBalance` method.

```
$balance = $doopla->getBalance();
```

Testing
-------

[](#testing)

This library comes with a set of unit tests. You can run these tests using PHPUnit.

```
vendor/bin/phpunit
```

Contributing
------------

[](#contributing)

Contributions are welcome. Please submit a pull request with any enhancements.

License
-------

[](#license)

This library is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance30

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity42

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

830d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0878b2aa7cfcb3d813a12c169f4d230785fff7ff6aa60b0e2bc35ca54424a7ea?d=identicon)[Punksolid](/maintainers/Punksolid)

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/punksolid-doopla/health.svg)

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

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M2.6k](/packages/craftcms-cms)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[spatie/laravel-pjax

A pjax middleware for Laravel 5

513371.8k11](/packages/spatie-laravel-pjax)[contao/core-bundle

Contao Open Source CMS

1231.6M2.4k](/packages/contao-core-bundle)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)

PHPackages © 2026

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