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.9k[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 yesterday

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

Maintenance31

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity20

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://avatars.githubusercontent.com/u/15244637?v=4)[Pavel Bulat](/maintainers/PavelBulat)[@PavelBulat](https://github.com/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

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k14](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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