PHPackages                             survos/global-giving-bundle - 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. survos/global-giving-bundle

ActiveSymfony-bundle

survos/global-giving-bundle
===========================

global-giving-bundle Bundle

1.6.44(9mo ago)018MITPHPPHP ^8.3

Since Feb 4Pushed 9mo ago2 watchersCompare

[ Source](https://github.com/survos/GlobalGivingBundle)[ Packagist](https://packagist.org/packages/survos/global-giving-bundle)[ GitHub Sponsors](https://github.com/kbond)[ RSS](/packages/survos-global-giving-bundle/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (11)Versions (432)Used By (0)

GlobalGiving Bundle
===================

[](#globalgiving-bundle)

A simple bundle that facilitates calling the Global Giving API from a Symfony application.

```
composer require survos/global-giving-bundle
```

Get an API key at  and add it to your .env.local

```
# .env.local
GLOBAL_GIVING_API_KEY=your-api-key

```

Calls
=====

[](#calls)

Inject the service and make the calls

```
    #[Route('/featured', name: 'app_list_featured_projects')]
    public function listFeatured(GlobalGivingService $globalGivingService): Response
    {
        $data = $globalGivingService->getFeaturedProjects();
        return $this->render('app/index.html.twig', [
            'projects' => $data['project']
        ]);
    }
```

Note: There are only a handful of calls available to the API now. I'm hoping to get an OpenAPI spec from GlobalGiving.org to make development of this bundle easier and more reliable.

###  Health Score

39

—

LowBetter than 86% of packages

Maintenance57

Moderate activity, may be stable

Popularity6

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity76

Established project with proven stability

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 ~1 days

Total

431

Last Release

288d ago

PHP version history (2 changes)1.5.141PHP ^8.1

1.5.441PHP ^8.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/21b39551f92ed4143772c622f9e571589c5a72c96ab3c53fe67489ce0d83e806?d=identicon)[tacman1123](/maintainers/tacman1123)

---

Tags

symfony-uxsymfony6

###  Code Quality

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/survos-global-giving-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/survos-global-giving-bundle/health.svg)](https://phpackages.com/packages/survos-global-giving-bundle)
```

###  Alternatives

[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)[symfony/stimulus-bundle

Integration with your Symfony app &amp; Stimulus!

17314.3M161](/packages/symfony-stimulus-bundle)[contao/core-bundle

Contao Open Source CMS

1231.6M2.3k](/packages/contao-core-bundle)[spomky-labs/pwa-bundle

Progressive Web App Manifest Generator Bundle for Symfony.

6144.4k1](/packages/spomky-labs-pwa-bundle)

PHPackages © 2026

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