PHPackages                             drzraf/flexinline - 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. drzraf/flexinline

ActiveComposer-plugin[Utility &amp; Helpers](/categories/utility)

drzraf/flexinline
=================

v0.4(1mo ago)0159MITPHPPHP ^8.2

Since Dec 20Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/drzraf/flexinline)[ Packagist](https://packagist.org/packages/drzraf/flexinline)[ RSS](/packages/drzraf-flexinline/feed)WikiDiscussions master Synced today

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

Flex Inline
===========

[](#flex-inline)

Composer plugin for Symfony Flex to use recipes in composer.json

Usage
-----

[](#usage)

To use inline recipes add `kwivix/flexinline` to composer.json of your project.

Create recipes
--------------

[](#create-recipes)

Inside the composer.json add under [extra](https://getcomposer.org/doc/04-schema.md#extra) the key `recipe-manifest` with a JSON-object. The manifest supports the same [flex configurators](https://github.com/symfony/recipes#configurators) as the official flex. Except for `copy-from-recipe`, since it would be identical to `copy-from-package`.

```
{
    "name": "example/package",
    "type": "project",
    "extra": {
        "recipe-manifest": {
            "gitignore": [
                ".env"
            ],
            "copy-from-package": {
                "bin/check.php": "%BIN_DIR%/check.php"
            }
        }
    }
}
```

###  Health Score

49

—

FairBetter than 94% of packages

Maintenance94

Actively maintained with recent releases

Popularity12

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 60% 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 ~906 days

Total

4

Last Release

32d ago

PHP version history (2 changes)v0.1PHP ^7.1

v0.4PHP ^8.2

### Community

Maintainers

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

---

Top Contributors

[![kwivix](https://avatars.githubusercontent.com/u/1106023?v=4)](https://github.com/kwivix "kwivix (3 commits)")[![drzraf](https://avatars.githubusercontent.com/u/1169926?v=4)](https://github.com/drzraf "drzraf (2 commits)")

### Embed Badge

![Health badge](/badges/drzraf-flexinline/health.svg)

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

###  Alternatives

[symfony/runtime

Enables decoupling PHP applications from global state

74798.8M1.0k](/packages/symfony-runtime)[oro/platform

Business Application Platform (BAP)

645143.5k115](/packages/oro-platform)[drupal/core-composer-scaffold

A flexible Composer project scaffold builder.

5344.1M564](/packages/drupal-core-composer-scaffold)[drupal/core-project-message

Adds a message after Composer installation.

2124.7M203](/packages/drupal-core-project-message)[sandersander/composer-link

Adds ability to link local packages for development with composer

98457.9k](/packages/sandersander-composer-link)[phpro/grumphp-shim

GrumPHP Phar distribution

294.7M340](/packages/phpro-grumphp-shim)

PHPackages © 2026

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