sattorbek/array-db
最新稳定版本:v1.0.1
Composer 安装命令:
composer require sattorbek/array-db
包简介
c
README 文档
README
ArrayDb — A simple and lightweight key-value storage utility based on arrays for PHP. This small library is primarily designed for sessions, temporary states, or simple caching.
Installation
composer require sattorbek/array-db
Usage
<?php require_once __DIR__ . "/vendor/autoload.php"; use Cache\ArrayDb; $db = new ArrayDb(); $db->set("key", "author", "Salom"); echo $db->get("key", "author");
Features
- Minimalistic and efficient key-author-value storage mechanism
- Quick usage with a simple interface
- Written type-safe for PHP 8+
- Easy integration and extensibility options
Requirements
- PHP 8.0 or higher version
- Composer (for package management)
License
MIT License © Sattorbek
Contact
Author: Sattorbek GitHub: https://github.com/sattors/ArrayDb
统计信息
- 总下载量: 2
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-05-15