andrewgjohnson/linebreaks4imagettftext
Composer 安装命令:
composer require andrewgjohnson/linebreaks4imagettftext
包简介
linebreaks4imagettftext is a function to automatically insert line breaks into your text while using PHP’s imagettftext() function
README 文档
README
Description
linebreaks4imagettftext is a function to automatically insert line breaks into your text while using PHP’s imagettftext() function.
linebreaks4imagettftext is an agjgd project.
Example
// You can use linebreaks4imagettftext() to add line breaks ("\n") to long strings to help format text when using imagettftext()
$string = 'This is a long sentence that could not fit on a single line.';
$stringWithLineBreaks = \AndrewGJohnson\AgjGd\linebreaks4imagettftext(20, 0, $font, $string, imagesx($im) * 0.8);
// This will work but there will be no line breaks so your text will likely overflow horizontally
imagettftext($im, 20, 0, imagesx($im) * 0.1, 0, $color, $font, $string);
// This will work and you will not have to worry about text overflowing regardless of string length
imagettftext($im, 20, 0, imagesx($im) * 0.1, 0, $color, $font, $stringWithLineBreaks);
There are other examples included in the GitHub repository and on linebreaks4imagettftext.agjgd.org.
Usage
With Composer
This project offers support for the Composer dependency manager. You can find the linebreaks4imagettftext package online on packagist.org.
Install using Composer
Either run this command:
composer require andrewgjohnson/linebreaks4imagettftext
or add this to the require section of your composer.json file:
"andrewgjohnson/linebreaks4imagettftext": "1.*"
Without Composer
To use without Composer add an include to the linebreaks4imagettftext.php source file.
include_once 'source/AndrewGJohnson/AgjGd/linebreaks4imagettftext.php';
Help Requests
Please post any questions in the discussions area on GitHub if you need help.
If you discover a bug please enter an issue on GitHub. When submitting an issue please use our issue template.
Contributing
Please read our contributing guidelines if you want to contribute.
You can contribute financially by becoming a patron at patreon.com/agjopensource to support linebreaks4imagettftext and other agjgd.org projects.
Acknowledgements
This project was started by Andrew G. Johnson (@andrewgjohnson).
Full list of contributors:
Our security policies and procedures comes via the atomist/samples project. Our issue templates comes via the tensorflow/tensorflow project. Our pull request template comes via the stevemao/github-issue-templates project. The mountains photo comes via Gabriel Garcia Marengo.
Changelog
You can find all notable changes in the changelog.
andrewgjohnson/linebreaks4imagettftext 适用场景与选型建议
andrewgjohnson/linebreaks4imagettftext 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 59.14k 次下载、GitHub Stars 达 5, 最近一次更新时间为 2018 年 06 月 04 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「graphics」 「image」 「images」 「gd」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 andrewgjohnson/linebreaks4imagettftext 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 andrewgjohnson/linebreaks4imagettftext 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 andrewgjohnson/linebreaks4imagettftext 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
A Laravel Nova field for distribute your images as array of object.
Pexels API Client for www.pexels.com
Yii2 LightBox image galary widget uses Lightbox v2.10.0 by Lokesh Dhakar
The Yii2 extension uses jQuery jquery.carousel-1.1.min.js and makes image carousel from php array of structure defined.
TYPO3 CMS extension to create gallery content element with preset crop ratios and pagination
SDL FFI bindings for the PHP language
统计信息
- 总下载量: 59.14k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 6
- 点击次数: 23
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-06-04