long-blade/stackerstack
Composer 安装命令:
composer require long-blade/stackerstack
包简介
A simple LIFO|FIFO file stacker
README 文档
README
This library provides a simple file stacking solution using LIFO / FIFO stacking database model.
Installation
The suggested installation method is via composer:
composer require long-blade/stackerstack
Usage
The stakerstack is able to create a simple stacking method using a file, generated in the root directory of your project.
$lifoStack = new LifoStack(); // OR new FifoStack(); $lifoStack->push($data]) // push any data to the stack $lifoPoppedItem = $lifoStack->pop() // pop an item from the stack
Contributing
Please read the CONTRIBUTING.md contents if you wish to help out!
License
统计信息
- 总下载量: 50
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-08-31