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

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

kwivix/flexinline
=================

v0.2(7y ago)335.6k↓66.3%1[2 issues](https://github.com/kwivix/flexinline/issues)[1 PRs](https://github.com/kwivix/flexinline/pulls)MITPHPPHP ^7.1

Since Dec 20Pushed 5y ago1 watchersCompare

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

READMEChangelog (2)Dependencies (3)Versions (3)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

26

—

LowBetter than 41% of packages

Maintenance7

Infrequent updates — may be unmaintained

Popularity29

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity47

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

Total

2

Last Release

2671d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/35eed418f3e4ca54dc2827f2548ca1da0e9a63e4a3bbb76f61dc64b5c2942819?d=identicon)[kwivix](/maintainers/kwivix)

---

Top Contributors

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

---

Tags

composer-pluginflexphpsymfony

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/kwivix-flexinline/health.svg)](https://phpackages.com/packages/kwivix-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)
