1- # DotArray - enjoy your :coffee :
1+ # DotArray - : sailboat : Sail through array using the dot notation - enjoy your :coffee :
22
33[ ![ Require ` PHP >= 7.1 ` ] ( https://img.shields.io/badge/Require%20PHP-%3E%3D%207.1-brightgreen.svg )] [ git-source ]
44
@@ -20,7 +20,7 @@ DotArray::create(['config' => ['some.dotted.key' => 'value']])->get('config.{som
2020
2121
2222
23- ## Installing
23+ ## : hammer : Installing
2424
2525- ** via "composer require"** :
2626
@@ -44,7 +44,7 @@ DotArray::create(['config' => ['some.dotted.key' => 'value']])->get('config.{som
4444
4545
4646
47- ## Usage
47+ ## :book: Usage
4848
4949>##### REMEMBER: YOU NEED TO KNOW YOUR DATA
5050>##### DotArray::get() can return a new instance of DotArray in case the accessed path is an array or it will return the raw data value or the default given value
@@ -214,7 +214,7 @@ DotArray::create(['config' => ['some.dotted.key' => 'value']])->get('config.{som
214214
215215
216216
217- ### Data Sample:
217+ ### :green_apple: Data Sample:
218218
219219```php
220220$dummyArray = [
@@ -281,7 +281,7 @@ $dummyArray = [
281281
282282
283283
284- ## Bugs and feature requests
284+ ## :beetle: Bugs and feature requests
285285
286286Have a bug or a feature request?
287287Please first read the issue guidelines and search for existing and closed issues.
@@ -290,7 +290,7 @@ If your problem or idea is not addressed yet, [please open a new issue][new-issu
290290
291291
292292
293- ## Contributing guidelines
293+ ## :raised_hands: Contributing guidelines
294294
295295All contributions are more than welcomed.
296296Contributions may close an issue, fix a bug (reported or not reported), add new design blocks,
@@ -304,7 +304,7 @@ personal appearance, race, religion, or sexual identity and orientation.
304304
305305
306306
307- #### Versioning
307+ #### :trident: Versioning
308308
309309Through the development of new versions, we' re going use the [Semantic Versioning][semver].
310310
@@ -316,7 +316,7 @@ Example: `1.0.0`.
316316
317317
318318
319- # # Authors
319+ # # :alien: Authors
320320
321321* ** Banciu N. Cristian Mihai**
322322
@@ -325,7 +325,7 @@ See also the list of [contributors][contributors] who participated in this proje
325325
326326
327327
328- # # License
328+ # # :pencil2: License
329329
330330This project is licensed under the MIT License - see the [LICENSE][license] file for details.
331331
0 commit comments