agl/more-encoder
Composer 安装命令:
composer require agl/more-encoder
包简介
AGL Framework / Encoder module.
README 文档
README
Additional Encoder module for AGL Framework.
Installation
Run the following command in the root of your AGL application:
php composer.phar require agl/more-encoder:*
Configuration
Edit app/etc/config/more/encoder/main.php and enter a key (used to encode and decode strings, must be unique).
Usage
$encoder = Agl::getInstance('more/encoder');
Encode string:
$encoder->encode('string');
Decode string:
$encoder->decode($encodedString);
统计信息
- 总下载量: 31
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2013-01-07