flownative/beach-flow-companion
Composer 安装命令:
composer require flownative/beach-flow-companion
包简介
Useful configuration and tools for Flownative Beach projects
README 文档
README
Flownative Beach Flow Companion
This package provides convenient configuration for Flow applications which are hosted on Flownative Beach.
It provides the following functionality:
- 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.
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.
To have the caches set up as needed, call the flow:cache:setupall command in your
deployment scripts, e.g. after flow:cache:warmup.
Installation
If you want to use this companion, simply require:
$ composer require 'flownative/beach-flow-companion:1.*'
In case you are using Flow 3.*, you need to include a version with legacy support:
$ 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:
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
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.
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.
flownative/beach-flow-companion 适用场景与选型建议
flownative/beach-flow-companion 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 21.46k 次下载、GitHub Stars 达 3, 最近一次更新时间为 2017 年 10 月 11 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 flownative/beach-flow-companion 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 flownative/beach-flow-companion 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 21.46k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-10-11