PHPackages                             frizinak/drupony - 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. frizinak/drupony

ActiveDrupal-module

frizinak/drupony
================

0.2.1(8y ago)0155MIT LicensePHPPHP &gt;=5.3

Since Oct 24Pushed 8y ago1 watchersCompare

[ Source](https://github.com/frizinak/drupony)[ Packagist](https://packagist.org/packages/frizinak/drupony)[ RSS](/packages/frizinak-drupony/feed)WikiDiscussions master Synced 1mo ago

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

[![Build Status](https://camo.githubusercontent.com/42385904b12220229399194e80bc836d5be0e670ef8183fb870df941306c84af/68747470733a2f2f7472617669732d63692e6f72672f6672697a696e616b2f647275706f6e792e737667)](https://travis-ci.org/frizinak/drupony)

**Currently**: a tiny drupal - symfony-dependency-injection wrapper.

**Aspired**:

- hook\_menu &gt; symfony routes and controllers
- node / taxonomy\_terms / user &gt; entities
- ...
- always remain a module that provides an sdk.

Installation:
=============

[](#installation)

Add this to your projects composer.json:

```
"require":{
  ...
  "frizinak/drupony": "?.?.?"
}
"extra": {
  "installer-paths": {
    "/drupony": ["frizinak/drupony"]
  }
}
```

`` is relative to your composer.json e.a.:

- `sites/www.example.com/modules/contrib` if your composer.json resides in DRUPAL\_ROOT.
- `all/modules` if your composer.json is located in DRUPAL\_ROOT/sites and you don't use contrib/custom subdirectories.
- `anywhere/anywhere` as long as it's relative to your composer.json and drupal can identify it as a module.

`$ composer update (-o --no-dev)`

Configuration
=============

[](#configuration)

- variables (and their default values)

```
$conf['drupony_debug'] = FALSE;         // Only enable in dev env (e.a. staging.settings.php)
$conf['drupony_error_handler'] = TRUE;  // Symfony error handler will only be enabled
                                        // if both drupony_debug and drupony_error_handler are truthy.
$conf['drupony_autoloader'] = ?;        // Absolute path to composer autoload.php (optional), will be set if
                                        // it could be found automatically.

```

API
===

[](#api)

```
$drupony = drupony_get_wrapper()::Drupony\\Drupony

          // Symfony ContainerBuilder
$drupony->getContainer()  // Any service declared in enabledModule/service.yml
                        ->get('symfony.component.filesystem')
                        ->mkdir('woop');
```

defining a service: yourModule/parameters.yml (or hook\_drupony\_parameters)

```
parameters:
 yourModule.yourService.class: YourModule\YourServiceClass
```

yourModule/services.yml (or hook\_drupony\_services)

```
services:
 yourModule.yourService:
   class: %yourModule.yourService.class%
```

Contributing
============

[](#contributing)

please do.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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

Every ~106 days

Recently: every ~237 days

Total

10

Last Release

3261d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/fc4eadeae4037c758b58a0689f8e73655a544db9c8b91b40c20e6d4a6d1297f0?d=identicon)[klipkens](/maintainers/klipkens)

---

Top Contributors

[![frizinak](https://avatars.githubusercontent.com/u/823696?v=4)](https://github.com/frizinak "frizinak (3 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/frizinak-drupony/health.svg)

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

###  Alternatives

[behat/behat

Scenario-oriented BDD framework for PHP

4.0k96.8M2.0k](/packages/behat-behat)[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)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[contao/core-bundle

Contao Open Source CMS

1231.6M2.4k](/packages/contao-core-bundle)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

7310.3k29](/packages/open-dxp-opendxp)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1714.8k8](/packages/2lenet-crudit-bundle)

PHPackages © 2026

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