定制 cashlink/php-index 二次开发

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

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

cashlink/php-index

最新稳定版本:1.0.1

Composer 安装命令:

composer require cashlink/php-index

包简介

This library provides an API to perform binary search operations on a sorted index. The index can be a XML document, a CSV document, or an arbitrary text file where the key has a fixed position. You can easily implement your own index. This API comes handy on any sorted data structure where realtime

README 文档

README

This library provides an API to perform binary search operations on a sorted index. The index can be a XML document, an CSV document, or an arbitrary text file where the key has a fixed position. You can easily implement your own index. This API comes handy on any sorted data structure where realtime search operations are necessary without the detour of a DBS import.

Installation

Use Composer:

{
    "require": {
        "cashlink/php-index": "1.0.0"
    }
}

Usage

Have a look at the docs/examples/ folder. You can find there examples for each implemented index structure.

License and author

Original author: Markus Malkusch markus@malkusch.de, WTFPL.

Build Status

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: ISC
  • 更新时间: 2017-11-21