Skip to content
This repository was archived by the owner on Oct 22, 2025. It is now read-only.

Commit 944cedb

Browse files
Update README.md
1 parent 44a7462 commit 944cedb

File tree

1 file changed

+23
-4
lines changed

1 file changed

+23
-4
lines changed

README.md

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,31 @@
66
_THIS PROJECT IN DEVELOPMENT. DON'T USE IT IN PRODUCTION_
77

88
## Quick start
9-
```shell
10-
composer require pavlusha311245/unit-php-sdk
11-
```
9+
10+
### Pre-requirements
11+
12+
* PHP >= 8.2
13+
* PHP curl extension
14+
* Composer >= 2
15+
16+
### Installation
17+
* Create folder `mkdir example-php-project`
18+
* Open folder cd `example-php-project`
19+
* Init composer `composer init`
20+
* Add package `composer require pavlusha311245/unit-php-sdk`
21+
22+
Congratulations! You installed package. Now you can use the full power of this SDK.
23+
#### Happy coding 😊
24+
25+
## Documentation
26+
27+
More information about API references you can find [here](https://unit-sdk.pavlusha.me/)
1228

1329
## Changelog
30+
1431
More information about changes you can see [here](CHANGELOG.md)
1532

1633
## Contribution
17-
More info about contribution you can read [here](https://docs.github.com/en/get-started/quickstart/contributing-to-projects)
34+
35+
More info about contribution you can
36+
read [here](https://docs.github.com/en/get-started/quickstart/contributing-to-projects)

0 commit comments

Comments
 (0)