https://github.com/northrook/array-access
Delineated notation access to PHP arrays, with an optional Primary Value, allowing sub-array keys to return either their assigned value, or nested values.
https://github.com/northrook/array-access
dot-notation php properties wip
Last synced: 7 months ago
JSON representation
Delineated notation access to PHP arrays, with an optional Primary Value, allowing sub-array keys to return either their assigned value, or nested values.
- Host: GitHub
- URL: https://github.com/northrook/array-access
- Owner: northrook
- License: mit
- Created: 2024-08-16T06:01:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-15T07:47:48.000Z (about 1 year ago)
- Last Synced: 2025-06-08T21:36:22.809Z (8 months ago)
- Topics: dot-notation, php, properties, wip
- Language: PHP
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# array-access
Delineated notation access to PHP arrays, with an optional Primary Value, allowing sub-array keys to return either their assigned value, or nested values.