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. [Utility &amp; Helpers](/categories/utility)
4. /
5. punksolid/doopla

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

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

PHP extractor library for doopla.mx

v0.1.0-alpha(2y ago)01.6k[2 issues](https://github.com/Punksolid/doopla/issues)[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 today

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

27

—

LowBetter than 47% of packages

Maintenance29

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity43

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

876d 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.6M3.1k](/packages/craftcms-cms)[drupal/drupal-extension

Drupal extension for Behat

22215.7M173](/packages/drupal-drupal-extension)[blackfire/player

A powerful web crawler and web scraper with Blackfire support

49617.1k](/packages/blackfire-player)[chameleon-system/chameleon-base

The Chameleon System core.

1028.6k5](/packages/chameleon-system-chameleon-base)[sproutcms/cms

Enterprise content management and framework

242.5k4](/packages/sproutcms-cms)[drupal/core-dev

require-dev dependencies from drupal/drupal; use in addition to drupal/core-recommended to run tests from drupal/core.

2022.6M343](/packages/drupal-core-dev)

PHPackages © 2026

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