ideative/stock-pictures
Composer 安装命令:
composer require ideative/stock-pictures
包简介
Allows backend users to select stock pictures from various online services
README 文档
README
This extension provides a base for connecting Stock picture services to the TYPO3 backend. For each connected service, a "Add media from XXX" button will be added in Media files.
To get started quickly, you can use one of the following extensions :
- https://github.com/ideativedigital/shutterstock-connector
- https://github.com/ideativedigital/unsplash-connector
Installation
Install this extension via composer require ideative/stock-pictures or download it from the TYPO3 Extension Repository and activate the extension in the Extension Manager of your TYPO3 installation.
Registering a new stock picture service
$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['stock-pictures'['connectors']['myservice'] = \Acme\MyExtension\Connector\MyServiceConnector::class
Your connector class must implement the Ideative\IdStockPictures\ConnectorInterface interface. Checkout the class documentation to understand the purpose of each interface method.
Take the ShutterStockConnector from EXT:id_shutterstock_connector as a kickstart.
Disabling a stock picture service for a specific table/field
Each specific service can be manually disabled for a specific table and field, using TSConfig. This will hide the "Add media from XXX" button in this specific field.
TCEFORM {
tx_myextension_tablename {
my_fieldname {
tx_idstockpictures {
connectors {
shutterstock.enabled = 0
unsplash.enabled = 0
...
}
}
}
}
ideative/stock-pictures 适用场景与选型建议
ideative/stock-pictures 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 6.16k 次下载、GitHub Stars 达 3, 最近一次更新时间为 2021 年 01 月 22 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 ideative/stock-pictures 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 ideative/stock-pictures 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 6.16k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 10
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0
- 更新时间: 2021-01-22