PHPackages                             jvmtech/flow-platformsh-environment - 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. jvmtech/flow-platformsh-environment

ActiveNeos-package

jvmtech/flow-platformsh-environment
===================================

1.0.1(1y ago)050MITPHP

Since Oct 3Pushed 1y ago2 watchersCompare

[ Source](https://github.com/jvm-tech/flow-platformsh-environment)[ Packagist](https://packagist.org/packages/jvmtech/flow-platformsh-environment)[ RSS](/packages/jvmtech-flow-platformsh-environment/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (3)Versions (3)Used By (0)

platform.sh config package
==========================

[](#platformsh-config-package)

This package automatically adds service credentials, platform.sh environment-variables and platform.sh variables to your php environment.

Install
-------

[](#install)

`composer require jvmtech/flow-platformsh-environment`

Usage
-----

[](#usage)

create a `.platform.env` in the `FLOW_ROOT` of your project. Add the desired environment variables to this file in the following syntax:

```
=.

```

Example:

Given the following platform.app.yaml configuration:

```
variables:
  env:
    FLOW_CONTEXT: 'Production/PlatformSh'

relationships:
  database: 'database:mysql'

```

Populate the php environment with these values from relationships:

```
// from relationship
DATABASE_HOST=database.host
DATABASE_PORT=database.port
DATABASE_NAME=database.path
DATABASE_USER=database.username
DATABASE_PASSWORD=database.password

// from platform.sh environment variables
SENTRY_DSN=variable.SENTRY_DSN

// from platform.sh variable
SENTRY_ENVIRONMENT=platform.environment

```

Use the environment variables in your flow-configuration like this ( in `Configuration/Production/PlatformSh/Settings.yaml`):

```
Neos:
  Flow:
    persistence:
      backendOptions:
        driver: pdo_mysql
        dbname: '%env:DATABASE_NAME%'
        port: '%env:DATABASE_PORT%'
        user: '%env:DATABASE_USER%'
        password: '%env:DATABASE_PASSWORD%'
        host: '%env:DATABASE_HOST%'

```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance36

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity40

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

Total

2

Last Release

592d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/56817323?v=4)[jvmtech](/maintainers/jvmtech)[@Jvmtech](https://github.com/Jvmtech)

---

Top Contributors

[![c4ll-m3-j4ck](https://avatars.githubusercontent.com/u/7119811?v=4)](https://github.com/c4ll-m3-j4ck "c4ll-m3-j4ck (4 commits)")

### Embed Badge

![Health badge](/badges/jvmtech-flow-platformsh-environment/health.svg)

```
[![Health](https://phpackages.com/badges/jvmtech-flow-platformsh-environment/health.svg)](https://phpackages.com/packages/jvmtech-flow-platformsh-environment)
```

###  Alternatives

[silverstripe/framework

The SilverStripe framework

7213.5M2.5k](/packages/silverstripe-framework)[neos/neos

An open source Content Application Platform based on Flow. A set of core Content Management features is resting within a larger context that allows you to build a perfectly customized experience for your users.

116989.0k674](/packages/neos-neos)[silverstripe/graphql

GraphQL server for SilverStripe models and other data

512.4M21](/packages/silverstripe-graphql)[neos/eel

The Embedded Expression Language (Eel) is a building block for creating Domain Specific Languages

122.0M27](/packages/neos-eel)[neos/media

The Media package

101.1M45](/packages/neos-media)[neos/flow-base-distribution

Flow Base Distribution

2159.5k](/packages/neos-flow-base-distribution)

PHPackages © 2026

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