PHPackages                             panlogic/donate - 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. panlogic/donate

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

panlogic/donate
===============

DONATE PHP library helper

4116PHP

Since Jun 10Pushed 3y ago3 watchersCompare

[ Source](https://github.com/panlogic/donate-api-laravel)[ Packagist](https://packagist.org/packages/panlogic/donate)[ RSS](/packages/panlogic-donate/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (2)Used By (0)

DONATE
======

[](#donate)

DONATE is a PHP library class to make using the DONATE API easy

Composer
--------

[](#composer)

To install DONATE as a Composer package, simply add this to your composer.json:

```
"panlogic/donate": "dev-master"
```

..and run `composer update`. Once it's installed, if you're using Laravel 5, you can register the service provider in `app/config/app.php` in the `providers` array add :

```
'Panlogic\DONATE\DonateServiceProvider',
```

You can also benefit from using a Facade in Laravel 5 by adding to the alias array also in app.php below the providers array

```
'Donate'    => 'Panlogic\DONATE\DonateFacade',
```

Documentation
-------------

[](#documentation)

If you're using Laravel, publish the config file by running

```
php artisan vendor:publish
```

This will create a panlogic.donate.php file in your Config directory, be sure to fill in the appropriate details provided by Donate.

If you aren't using Laravel then you can create a Donate object by:

```
use Panlogic\DONATE\Donate;

$config = [
	'live_apikey' 		=> 'your-live-api-key-here',
	'test_apikey' 		=> 'your-test-api-key-here',
	'platform' 			=> 'test',
];

$donate = new Donate($config);
```

For more information about how to use the Donate class, read the [Wiki](https://github.com/panlogic/donate-api-laravel/wiki)

Copyright and Licence
---------------------

[](#copyright-and-licence)

Donate has been written by Panlogic Ltd and is released under the MIT License.

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

 Bus Factor1

Top contributor holds 97% 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1447016?v=4)[Panlogic](/maintainers/panlogic)[@panlogic](https://github.com/panlogic)

---

Top Contributors

[![ritey](https://avatars.githubusercontent.com/u/588686?v=4)](https://github.com/ritey "ritey (32 commits)")[![AlexanderGW](https://avatars.githubusercontent.com/u/5435037?v=4)](https://github.com/AlexanderGW "AlexanderGW (1 commits)")

### Embed Badge

![Health badge](/badges/panlogic-donate/health.svg)

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

###  Alternatives

[wp-forge/wp-loop

A generator function that makes working with the WordPress loop a dream.

1218.4k](/packages/wp-forge-wp-loop)[maxlcoder/laravel-dm8

php\_dm dm8

142.0k](/packages/maxlcoder-laravel-dm8)

PHPackages © 2026

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