kigkonsult/asit
Composer 安装命令:
composer require kigkonsult/asit
包简介
Asit manages array collections, extends Iterator with (assoc) get-/set- and tag-methods
关键字:
README 文档
README
The Asit package manages class (array) collection of elements extending the Iterator interface.
- no, single or multi primary (assoc) keys
- (multi-)label collection elements using tags
- no or specified collection (list) element value type
- simple class usage:
class MyClass extend Asit {}
Base classes summary
-
Overview summary here.
-
It - collection of elements
-
Asit/Asmit - assoc collection of elements, opt multi key
-
Asittag/Asmittag - as above but with tags
-
It/Asit/Asmit/Asitag/AsmitagList - as above but with spec. collection element valueType
Sponsorship
Donations using buy me a coffee or paypal me are appreciated. For invoice, please e-mail.
INSTALL
composer require kigkonsult/asit:dev-master
Composer, in your composer.json:
{
"require": {
"kigkonsult/asit": "dev-master"
}
}
Version >=2.2.x supports PHP 8.0, 2.0 7.4, 1.8.2 7.0.
Composer, acquire access
use Kigkonsult\Asit\Asit; ... include 'vendor/autoload.php';
Otherwise , download and acquire
use Kigkonsult\Asit\Asit; ... include 'pathToSource/kigkonsult/Asit/autoload.php';
Support
For support go to github.com Asit
License
This project is licensed under the LGPLv3 License
统计信息
- 总下载量: 2.99k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: LGPL-3.0-or-later
- 更新时间: 2020-05-31