added integrations
This commit is contained in:
parent
9e31e692c6
commit
db9632cc72
20
README.md
20
README.md
|
@ -30,6 +30,26 @@ Base for creating shop chat-robots using Web App technology for ![Telegram](http
|
|||
26. Acquiring company selection system (ready for scaling)
|
||||
27. Sending paid orders to the operators chat with the customer contacts
|
||||
|
||||
## Integrations
|
||||
|
||||
### Import
|
||||
*Methods for importing products into the shop*<br>
|
||||
1. Excel-file (products and categories)
|
||||
|
||||
### Images download
|
||||
*Methods of transferring images when importing products into shop*<br>
|
||||
1. ![Yandex.Disk](https://360.yandex.ru/disk/) (russian) (![API](https://yandex.com/dev/disk/))
|
||||
|
||||
### Delivery companies
|
||||
*Companies that deliver products from the shop*<br>
|
||||
1. ![CDEK](https://www.cdek.ru/) (russian) (![API](https://api-docs.cdek.ru/29923741.html)) (![PHP library](https://github.com/TTATPuOT/cdek-sdk2.0))
|
||||
|
||||
### Acquiring companies
|
||||
*Companies that provide acquiring for the shop*<br>
|
||||
1. ![Robokassa](https://robokassa.com) (russian) (no swift) (![API](https://docs.robokassa.ru/pay-interface/))
|
||||
|
||||
|
||||
|
||||
## Dependencies
|
||||
1. ![PHP 8.4](https://www.php.net/releases/8.4/en.php)
|
||||
2. ![MINIMAL](https://git.svoboda.works/mirzaev/minimal) (PHP framework)
|
||||
|
|
Loading…
Reference in New Issue