定制 agl/more-encoder 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

agl/more-encoder

Composer 安装命令:

composer require agl/more-encoder

包简介

AGL Framework / Encoder module.

README 文档

README

Latest Stable Version Build Status

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2013-01-07