PHPackages                             systemseed/eleos\_charity - 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. systemseed/eleos\_charity

ActiveDrupal-recipe[API Development](/categories/api)

systemseed/eleos\_charity
=========================

Initial configuration to install Drupal Commerce

01.6k[1 PRs](https://github.com/systemseed/eleos_charity/pulls)

Since Dec 11Pushed 1y ago1 watchersCompare

[ Source](https://github.com/systemseed/eleos_charity)[ Packagist](https://packagist.org/packages/systemseed/eleos_charity)[ RSS](/packages/systemseed-eleos-charity/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (3)Used By (0)

Eleos Charity
=============

[](#eleos-charity)

Eleos Charity based on top of Drupal Recipes

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

[](#installation)

If you are installing everything from scratch, we recommend [DDEV](https://ddev.com/) for running Drupal.

1. Create a new project and configure it:

    ```
    mkdir eleos-charity
    cd eleos-charity
    ddev config --project-type drupal --docroot web --php-version 8.3
    ddev start
    ddev composer create drupal/recommended-project -y
    ddev composer require --dev drush/drush
    ddev composer config minimum-stability dev
    ddev drush site:install minimal --account-name=admin --account-pass=admin -y
    ddev composer require --dev drupal/core-dev
    ddev drush theme:enable claro
    ddev drush config-set system.theme default claro -y
    ddev snapshot --name=eleos_charity

    ```
2. Update composer.json to define a recipe path: Add to `installer-paths`:

    ```
    "web/recipes/contrib/{$name}": [
      "type:drupal-recipe"
    ],

    ```
3. Pull this recipe to your file system:

    ```
    ddev composer require systemseed/eleos_charity

    ```
4. Clear the cache:

    ```
    ddev drush cr

    ```
5. Install the recipe: To install only the "Commerce Base" recipe:

    ```
    ddev drush recipe recipes/contrib/eleos_charity/eleos_charity_commerce_base

    ```

    To install the full Eleos Charity recipe Suite:

    ```
    ddev drush recipe recipes/contrib/eleos_charity

    ```
6. Login and go to the ddev environment to the following path `https://eleos-charity.ddev.site/admin/commerce/config/stores` and ensure that `Default Store` was created automatically.

    ```
    ddev drush user:login

    ```
7. Configure `eleos-charity` recipe for contributions:

    ```
    rm -r web/recipes/contrib/eleos_charity
    git clone git@github.com:systemseed/eleos_charity.git web/recipes/contrib/eleos_charity

    ```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance33

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity19

Early-stage or recently created project

 Bus Factor1

Top contributor holds 62.5% 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://www.gravatar.com/avatar/175ad573f84a3780d26f1f7ddae2cf9261c0c82d0a352261a024b9e742ff4cc9?d=identicon)[PavelBulat](/maintainers/PavelBulat)

---

Top Contributors

[![leopitt](https://avatars.githubusercontent.com/u/20471077?v=4)](https://github.com/leopitt "leopitt (10 commits)")[![PavelBulat2](https://avatars.githubusercontent.com/u/229095758?v=4)](https://github.com/PavelBulat2 "PavelBulat2 (6 commits)")

### Embed Badge

![Health badge](/badges/systemseed-eleos-charity/health.svg)

```
[![Health](https://phpackages.com/badges/systemseed-eleos-charity/health.svg)](https://phpackages.com/packages/systemseed-eleos-charity)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[facebook/php-business-sdk

PHP SDK for Facebook Business

90821.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

74513.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

265103.1M454](/packages/google-gax)[google/common-protos

Google API Common Protos for PHP

173103.7M50](/packages/google-common-protos)

PHPackages © 2026

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