mnemesong / structure
A library for creating and working with objects that are dynamic associative arrays of scalar values.
Installs: 50
Dependents: 3
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/mnemesong/structure
Requires
- php: >=7.4
- ext-json: *
- webmozart/assert: 1.11.*
Requires (Dev)
README
The documentation is written in two languages: Russian and English. Документация написана на двух языках: русском и английском.
General description / Общее описание
ENG:
A library for creating and working with objects, that are dynamic associative arrays of scalar values. Comfortable for the implementation of repositories using the language and tools for interacting with third-party repositories.
RUS:
Библиотека для работы с объектами, представляющими собой динамические ассоциативные массивы скалярных значений. Удобны для реализации репозиториев средствами языка и инструментов для взаимодействия с сторонними хранилищами.
Requirements / Требования
- PHP >= 7.4
- Composer >=2.0
Installation / Установка
composer require "mnemesong/structure"