Skip to content

Commit 2448532

Browse files
committed
Update README.md
1 parent 99c242d commit 2448532

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,14 @@
3131
This PHP package provides classes and methods for easily managing, querying, filtering, and setting nested data structures.
3232
The PHP Data Block package offers a streamlined approach to handling nested data, whether you're working with complex JSON data, hierarchical configurations, or deeply nested arrays.
3333

34+
## Articles about PHP DataBlock
35+
36+
If you want to learn more about DataBlock through real-world examples and tutorials, here are some articles that mention or use it:
37+
38+
- **Laravel News**[Handle Nested Data Structures in PHP with the Data Block Package](https://laravel-news.com/data-block)
39+
- **Roberto Butti**[Handling Nested PHP Arrays Using DataBlock](https://dev.to/robertobutti/handling-nested-php-arrays-using-datablock-26d7)
40+
- **Roberto Butti**[Exploring Real-World APIs with DataBlock](https://dev.to/robertobutti/exploring-real-world-apis-with-datablock-459i)
41+
3442
## What you can do with PHP Data Block
3543

3644
For example, with PHP Data Block, you can retrieve complex JSON from an API and then filter, sort, and handle the data.

0 commit comments

Comments
 (0)