定制 lamka02sk/picturium 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

lamka02sk/picturium

最新稳定版本:0.1.0

Composer 安装命令:

composer require lamka02sk/picturium

包简介

PHP client library for Picturium image server

README 文档

README

PHP client library for https://github.com/picturium/picturium image server.

Install

composer require lamka02sk/picturium

Then configure your picturium server instance. You can also configure multiple picturium instances at once and then pass name of the instance you want to use to constructor or PicturiumImage src and srcset methods.

Picturium/Picturium::configure("instance name", "http://127.0.0.1:20045/", "KEY from picturium server .env")

Usage

Autoloads src/picturium.php file that provides global functions for simple and quick image URL generation.

Function pic(...)

Returns Picturium class instance that can be used to manage complex generation of responsive images with different sizes for different screen resolutions.

Function img(...)

Function returns PicturiumImage instance with configured image resource ready for src, srcset or media attribute generation.

Function image(...)

Basically the same as img. Just in case one of these 2 functions already existed in your app :)

统计信息

  • 总下载量: 3
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 3
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-3.0-only
  • 更新时间: 2025-04-16