akyoscommunication/ux-editor
Composer 安装命令:
composer require akyoscommunication/ux-editor
包简介
UX editor for Symfony
README 文档
README
This bundle provides a simple way to integrate a builder with twig components in Symfony. Using LiveComponent.
Requirements
The bundle supports Symfony UX 2.34 and UX 3.x on the same version, so it can
be installed both on legacy projects and on new Symfony 8.1 projects without
forcing a downgrade of symfony/ux-icons, symfony/ux-live-component or
symfony/stimulus-bundle.
| Dependency | Supported versions |
|---|---|
| PHP | >= 8.3 |
| symfony/framework-bundle | ^6.4 | ^7.0 | ^8.0 |
| symfony/form | ^6.4 | ^7.0 | ^8.0 |
| symfony/stimulus-bundle | ^2.9 | ^3.0 |
| symfony/ux-live-component | ^2.34 | ^3.0 |
| symfony/ux-twig-component | ^2.34 | ^3.0 |
| symfony/ux-icons | ^2.34 | ^3.0 |
| doctrine/orm | ^3.2 |
Verified stacks:
- Symfony 8.1 + UX 3.x (
stimulus-bundle ^3.1,ux-* ^3.1), AssetMapper, Doctrine ORM^3.6, PHP>= 8.4. - Symfony 6.4 / 7.x + UX 2.34 (constraint preserved; no 2.x-only API removed).
Installation
composer require akyoscommunication/ux-editor
If you use AssetMapper (default on Symfony 8.1), install the shipped Stimulus controllers and assets:
php bin/console importmap:install php bin/console cache:clear
Local testing via a path repository
To test an unreleased version of the bundle from a sibling checkout, add a path
repository to the consumer project's composer.json:
{
"repositories": [
{ "type": "path", "url": "../ux-editor", "options": { "symlink": true } }
]
}
then:
composer require akyoscommunication/ux-editor:@dev
// ROADMAP
- Create a simple builder
- Create a simple component
- Create a simple component with props
// TODO
- Add compilerPass to retrieve all components
- Retrieve Component name from class
- Add a way configure categories in YAML identified by a key
- Style with cols and rows
- File type with other file than image
- Continue with layers
- Render icon in the builder, iframe or render dynamically page
- Wait for UX Live component onUpdated working
- Filter fields by category
- add children to component
// IDEAS
- Try to retrieve cva for choice type
- Add a way to disable / able sub components fields ( writable: ['img' => ['src']], )
akyoscommunication/ux-editor 适用场景与选型建议
akyoscommunication/ux-editor 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 41 次下载、GitHub Stars 达 0, 最近一次更新时间为 2024 年 10 月 16 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「php」 「editor」 「attribute」 「builder」 「symfony-ux」 「live component」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 akyoscommunication/ux-editor 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 akyoscommunication/ux-editor 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 akyoscommunication/ux-editor 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
A package for automatically encrypting and decrypting Eloquent attributes in Laravel 5.5+, based on configuration settings.
Adds more BBCode
UEditor 是一套开源的在线HTML编辑器,主要用于让用户在网站上获得所见即所得编辑效果,开发人员可以用 UEditor 把传统的多行文本输入框(textarea)替换为可视化的富文本输入框。
Powerful class discovery system for Laravel with attribute-based scanning, directory traversal, and monorepo support
Show attribute codes in product edit form
Simple WYSIWYG editor plugin for Bootstrap 3
统计信息
- 总下载量: 41
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 11
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-10-16