2017 © Pedro Peláez
 

neos-package beach-flow-companion

Useful configuration and tools for Flownative Beach projects

image

flownative/beach-flow-companion

Useful configuration and tools for Flownative Beach projects

  • Thursday, April 26, 2018
  • by flownative
  • Repository
  • 2 Watchers
  • 3 Stars
  • 3,547 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 1 Open issues
  • 9 Versions
  • 34 % Grown

The README.md

MIT license Packagist Maintenance level: Acquaintance, (*1)

Flownative Beach Flow Companion

This package provides convenient configuration for Flow applications which are hosted on Flownative Beach., (*2)

It provides the following functionality:, (*3)

  • configure the encryption key to be stored in the database (using the PDO cache backend)
  • automatically create the caching table in the database on flow:cache:warmup

DEPRECATION NOTICE

This package is easily be replaced by according configuration in Flow 5.2 and up., (*4)

You should configure your caches for use of the PDO cache backend (like shown below) to have the encryption key stored in the database. Or any other cache that is not flushed upon deployment., (*5)

To have the caches set up as needed, call the flow:cache:setupall command in your deployment scripts, e.g. after flow:cache:warmup., (*6)

Installation

If you want to use this companion, simply require:, (*7)

$ composer require 'flownative/beach-flow-companion:1.*'

In case you are using Flow 3.*, you need to include a version with legacy support:, (*8)

$ composer require 'flownative/beach-flow-companion:0.*'

Configuration

The configuration shipped with the package contains is set up so it will work on Flownative Beach right away. If you want to use the package elsewhere, adjust the caches configuration as needed, this is the default:, (*9)

Flow_Security_Cryptography_HashService:
  backend: Neos\Cache\Backend\PdoBackend
  backendOptions:
    dataSourceName: 'mysql:host=%env:BEACH_DATABASE_HOST%;dbname=%env:BEACH_DATABASE_NAME%;charset=utf8mb4'
    username: '%env:BEACH_DATABASE_USERNAME%'
    password: '%env:BEACH_DATABASE_PASSWORD%'
    defaultLifetime: 0

Warning, (*10)

It is possible to use the PdoBackend from this package without configuring the DB connection directly. It does then fall back to the Doctrine connection configuration used for the persistence layer., (*11)

If doing so, the Flownative\BeachFlowCompanion\Cache\PdoBackend must only be used for caches marked as persistent. If used for non-persistent caches, the lack of injection for compile-time commands will break any such command, like, ironically, flow:cache:flush., (*12)

The Versions

26/04 2018

dev-master

9999999-dev

Useful configuration and tools for Flownative Beach projects

  Sources   Download

MIT

The Requires

 

26/04 2018

1.0.4

1.0.4.0

Useful configuration and tools for Flownative Beach projects

  Sources   Download

MIT

The Requires

 

26/04 2018

1.0.3

1.0.3.0

Useful configuration and tools for Flownative Beach projects

  Sources   Download

MIT

The Requires

 

11/10 2017

dev-flow-3-3

dev-flow-3-3

Useful configuration and tools for Flownative Beach projects

  Sources   Download

MIT

The Requires

 

11/10 2017

0.0.2

0.0.2.0

Useful configuration and tools for Flownative Beach projects

  Sources   Download

MIT

The Requires

 

11/10 2017

1.0.2

1.0.2.0

Useful configuration and tools for Flownative Beach projects

  Sources   Download

MIT

The Requires

 

11/10 2017

1.0.1

1.0.1.0

Useful configuration and tools for Flownative Beach projects

  Sources   Download

MIT

The Requires

 

11/10 2017

0.0.1

0.0.1.0

Useful configuration and tools for Flownative Beach projects

  Sources   Download

MIT

The Requires

 

11/10 2017

1.0.0

1.0.0.0

Useful configuration and tools for Flownative Beach projects

  Sources   Download

MIT

The Requires