Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
roberto-butti committed Jun 15, 2024
1 parent c17283e commit 7865f51
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,14 @@ This PHP package provides robust tools for managing, querying, filtering, and se

## The Block class

The **Block** class exposes methods to create, manage, and access the data structure of the nested structure.
The **Block** class offers a comprehensive set of methods to create, manage, and access nested data structures.

The Block class provides some methods:
- Creating structure from Arrays, JSON, and YAML files.
-
The **Block** class provides various methods, including:

- Creating structures from Arrays, JSON, and YAML files.
- Querying nested data with ease.
- Filtering data based on specific criteria.
- Setting and updating values within deeply nested structures.

## Installing and using the Block class

Expand Down

0 comments on commit 7865f51

Please sign in to comment.