serendipity_hq / component-array-writer
A class to read and write PHP arrays.
Installs: 370 739
Dependents: 2
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 1
pkg:composer/serendipity_hq/component-array-writer
Requires
- php: ^8.1
- symfony/property-access: ^5.4|^6.4|^7.0
- thecodingmachine/safe: ^2.0|^3.0
Requires (Dev)
- bamarni/composer-bin-plugin: ^1.4
- phpstan/phpstan: 1.12.9
- phpstan/phpstan-phpunit: 1.4.0
- rector/rector: 1.2.10
- roave/security-advisories: dev-master
- serendipity_hq/rector-config: ^1.0
- thecodingmachine/phpstan-safe-rule: 1.2.0
- dev-master
- 6.0.2
- 6.0.1
- 6.0.0
- 5.2.3
- 5.2.2
- 5.2.1
- 5.2.0
- 5.1.1
- 5.1.0
- 5.0.0
- 4.0.0
- 3.0.0
- 2.3.1
- 2.3.0
- 2.2.0
- 2.1.1
- 2.1.0
- 2.0.0
- 1.2.0
- 1.1.1
- 1.1.0
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- dev-12-13-add_php_version
- dev-dependabot/composer/vendor-bin/phpunit/master/phpunit/phpunit-tw-12.5.3
- dev-dependabot/github_actions/master/actions/checkout-6
- dev-12-13-add_make_sync_and_make_stafu
- dev-dependabot/composer/vendor-bin/phpunit/master/vimeo/psalm-tw-6.14
- dev-dependabot/composer/vendor-bin/phpcs/master/friendsofphp/php-cs-fixer-3.92.0
- dev-dependabot/composer/vendor-bin/phan/master/phan/phan-5.5.2
- dev-dependabot/github_actions/master/actions/cache-5
- dev-dependabot/github_actions/master/shivammathur/setup-php-2.36.0
- dev-04-28-target_master_branch
This package is auto-updated.
Last update: 2025-12-13 22:56:59 UTC
README
Serendipity HQ Array Writer
A class to write and read arrays.
Current Status
Do you like this library?
LEAVE A ★
or run
composer global require symfony/thanks && composer thanks
to say thank you to all libraries you use in your current project, this included!
Available methods
getValue()getValueAndForget()getValueByPartialKey()isNode()isReadable()isRoot()isWritable()keyExistsNested()add()cp()cpSafe()edit()merge()mv()mvSafe()mvUp()rm()wrap()pathize()unpathize()forceArray()
For details about each method, please, read the comments in the code: they are really simple to be read, trust me!
Install Serendipity HQ Array Writer via Composer
$ composer require serendipity_hq/component-array-writer
This library follows the http://semver.org/ versioning conventions.
Do you like this library?
LEAVE A ★
or run
composer global require symfony/thanks && composer thanks
to say thank you to all libraries you use in your current project, this included!