承接 andrewgjohnson/linebreaks4imagettftext 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

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

MIT License Current Release Contributors Packagist Downloads Issues Patreon

Description

linebreaks4imagettftext is a function to automatically insert line breaks into your text while using PHP’s imagettftext() function.

Patreon - Become a Patron

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.

Patreon - Become a Patron

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 我们能提供哪些服务?
定制开发 / 二次开发

基于 andrewgjohnson/linebreaks4imagettftext 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。

BUG 修复 & 性能优化

线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。

项目外包 & 长期维护

承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。

yvsm@zunyunkeji.com QQ:316430983 微信:yvsm316 西安尊云信息科技 · 专注 PHP / Go / 分布式系统研发

统计信息

  • 总下载量: 59.14k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 6
  • 点击次数: 23
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2018-06-04