Skip to content

Commit fd20b6f

Browse files
committed
Update README.md
1 parent de263d9 commit fd20b6f

1 file changed

Lines changed: 49 additions & 11 deletions

File tree

README.md

Lines changed: 49 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,25 @@
1-
# SimPay-API-php
1+
# Polski
2+
3+
## SimPay-API-php
24
Oficjalny klient do wszystkich API SimPay
35

4-
# Dokumentacja
5-
[Kliknij tutaj](https://docs.simpay.pl/php/?php#wstep)
6+
## Dokumentacja
7+
[Kliknij tutaj](https://docs.simpay.pl/pl/php/?php#wstep)
68

7-
## Requirements
9+
### Wymagania
810
* PHP 7.4+
911

10-
## Installation
12+
### Instalacja
1113

12-
The SimPay_PHP_SMS_Client can be installed using [Composer](https://packagist.org/packages/simpaypl/simpay).
14+
SimPay API php można zainstalować za pomocą [Composer](https://packagist.org/packages/simpaypl/simpay).
1315

14-
### Composer
16+
#### Composer
1517

16-
#### Automatic install
18+
##### Instalacja automatyczna
1719
```composer require simpaypl/simpay```
1820

19-
#### Manual install
20-
Inside of `composer.json` specify the following:
21+
##### Instalacja ręczna
22+
Wewnątrz `composer.json` dodaj następujący wpis:
2123

2224
``` json
2325
{
@@ -27,7 +29,43 @@ Inside of `composer.json` specify the following:
2729
}
2830
```
2931

30-
# Kontakt
32+
## Kontakt
3133
W razie jakichkolwiek pytań podczas implementacji, problemów, próśb o dodanie funkcjonalności zachęcamy do kontaktu poprzez:
3234

3335
<kontakt@simpay.pl>
36+
37+
# English
38+
39+
## SimPay-API-php
40+
Official client for all SimPay APIs
41+
42+
## Documentation
43+
[Click here](https://docs.simpay.pl/en/php/?php#wstep)
44+
45+
### Requirements
46+
* PHP 7.4+
47+
48+
### Installation
49+
50+
The SimPay API php can be installed using [Composer](https://packagist.org/packages/simpaypl/simpay).
51+
52+
#### Composer
53+
54+
##### Automatic install
55+
```composer require simpaypl/simpay```
56+
57+
##### Manual install
58+
Inside of `composer.json` specify the following:
59+
60+
``` json
61+
{
62+
"require": {
63+
"simpaypl/simpay": "dev-master"
64+
}
65+
}
66+
```
67+
68+
## Kontakt
69+
If you have any questions during implementation, problems, requests to add functionality, feel free to contact us via:
70+
71+
<kontakt@simpay.pl>

0 commit comments

Comments
 (0)