Skip to content

Commit 6e0fba0

Browse files
Add emoji to README.md
1 parent 3839b0a commit 6e0fba0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77

88
A simple and lightweight `.env` loader for PHP projects.
99

10-
## Installation
10+
## 📦 Installation
1111

1212
Via Composer:
1313

1414
```bash
1515
composer require codemonster-ru/env
1616
```
1717

18-
## Usage
18+
## 🚀 Usage
1919

2020
Create a .env file in the root of your project:
2121

@@ -48,7 +48,7 @@ echo env('SSR_URL'); // http://localhost:3000
4848
echo env('NOT_DEFINED', 'default'); // "default"
4949
```
5050

51-
## Features
51+
## Features
5252

5353
- Loading `.env` files into `$_ENV`, `$_SERVER`, and via `putenv()`.
5454
- Boolean value support:
@@ -60,18 +60,18 @@ echo env('NOT_DEFINED', 'default'); // "default"
6060
- Support for quoted strings `"..."` and `'...'`.
6161
- Global function `env($key, $default = null)`.
6262

63-
## Tests
63+
## 🧪 Testing
6464

6565
You can run tests with the command:
6666

6767
```bash
6868
composer test
6969
```
7070

71-
## Author
71+
## 👨‍💻 Author
7272

7373
[**Kirill Kolesnikov**](https://github.com/KolesnikovKirill)
7474

75-
## License
75+
## 📜 License
7676

7777
[MIT](https://github.com/codemonster-ru/env/blob/main/LICENSE)

0 commit comments

Comments
 (0)