承接 iaretedd/pixelizer 相关项目开发

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

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

iaretedd/pixelizer

Composer 安装命令:

composer require iaretedd/pixelizer

包简介

Pixelizer is a PHP library that allows you to convert any data into a PNG picture and decode it back into the original data.

README 文档

README

Pixelizer is a PHP library that allows you to convert any data into a PNG picture and decode it back into the original data.

Installation

Use the package manager composer to install Pixelizer.

composer require iaretedd/pixelizer
composer install

Getting Started

Encode a file into a picture

require 'vendor/autoload.php';

$pixelizer = new Pixelizer\Pixelizer();
$pixelizer->setData(file_get_contents('file_to_encode.exe'));
$pixelizer->encode('encoded.png');

Decode a file from a picture

require 'vendor/autoload.php';

$pixelizer = new Pixelizer\Pixelizer();
$pixelizer->loadImage('encoded.png');
$pixelizer->decode('original_file.exe');

Tests

To run unit tests:

./vendor/bin/phpunit

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2020-09-17

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固