nielse63/phpimagecache
Composer 安装命令:
composer require nielse63/phpimagecache
包简介
Image Cache is a very simple PHP module that accepts an image source and will compress and cache the file, move it to a new directory, and return the cache source for the image.
README 文档
README
Image Cache v. 1.0.0
Image Cache is a very simple PHP class that accepts an image source and will compress and cache the file, move it to a new directory, and returns the new source for the image.
Current Status
Employing travis-ci.org for continuous integration testing and assurance of code validity.
Installation
Install Composer by opening Terminal and navigating to the directory in which you'd like to install Image Cache.
Download Composer:
curl -sS https://getcomposer.org/installer | php
Create a composer.json file:
{
"require" : {
"nielse63/phpimagecache": "dev-master"
}
}
Navigate to your project root and run the install command.
$ php composer.phar install
From there, include the vendor/autoload.php file in your project, and initialize the class as normal.
More information on installing and using Composer can be found at getcomposer.org, and dependency information on the package can be found at packagist.org.
Testing
Manual Testing
To test the script manually by receiving visual output, setup a virtual host and load demo/index.php in your browser. Three examples are set in that file: the original image called from an outside source; a cached example referencing the outside source via an absolute URL; and an internal source referencing a file path.
Using Chrome Developer Tools you can see the difference in load times between the external source (non-cached image) and the internally stored and cached image.
Unit Testing
Some extremely basic unit tests are included with the script and can be run using PHP Unit. I'm working on continuing to build up these tests and would more than welcome any contributions to the tests.
To execute the tests in a bundled script (along with rebuilding the docs), clone the repository, navigate to the root of the repo in terminal, and execute:
$: sh build
Assuming you have the phpunit and phpdoc commands intalled, the tests will pass and docs will be rebuilt.
What's Next
See the source for a full to do list of changes that I wish to accomplish moving forward.
Contributing
Contributing to the project would be a massive help in maintaining and extending the script. The module is being used on a larger scale than I initially imagined, and continuing to maintain it is becoming a little time consuming for just me.
If you're interested in contributing, issue a pull request on Github or email me directly at erik@312development.com.
For any issues found or extensions you'd like to see, feel free to submit an issue ticket so we can start a discussion about the viability of the problem and how it can be resolved.
License
Creative Commons Attribution Lisence:
nielse63/phpimagecache 适用场景与选型建议
nielse63/phpimagecache 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 13.33k 次下载、GitHub Stars 达 446, 最近一次更新时间为 2013 年 09 月 28 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「cache」 「caching」 「image cache」 「php cache」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 nielse63/phpimagecache 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 nielse63/phpimagecache 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 nielse63/phpimagecache 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
repository php library
Query caching for Laravel 5
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.
Laravel 5 - Repositories to the database layer
Simple PHP caching system that uses a tmp folder in a Linux environment.
统计信息
- 总下载量: 13.33k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 446
- 点击次数: 19
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Creative
- 更新时间: 2013-09-28