You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/README.md
+19-5Lines changed: 19 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,26 @@
1
-
# Documentation
1
+
# Minwork Array
2
2
3
-
### Welcome to the documentation page
3
+
## Welcome to the documentation page
4
+
5
+
Minwork Array library is focused on conviniently handling nested arrays as well as arrays of objects.
4
6
5
7
{% hint style="info" %}
6
8
Detailed documentation is always available through PHPDoc in your editor, so you can access it anytime.
7
9
{% endhint %}
8
10
9
-
We believe that the best way to learn some code is to see examples of using it.
10
-
That's why aside from detailed specification of each method we supply various examples of using it which will help in faster understanding it's purpose.
11
+
I believe that the best way to learn some code is to see it in action. That's why within this documentation, aside from detailed specification of each method you will find various examples of using it which will help in faster understanding it's purpose and applications.
12
+
13
+
To quickly get started check out the links below or look at the full list of available methods in the left panel.
To quickly get started check out [get](common-methods/get-getnestedelement.md), [set](common-methods/set-setnestedelement.md), [has](common-methods/has.md) and [remove](common-methods/remove.md) methods or look at the full list of available methods in the left panel\.
0 commit comments