irazasyed / telegram-bot-sdk

🤖 Telegram Bot API PHP SDK. Lets you build Telegram Bots easily! Supports Laravel out of the box.
https://telegram-bot-sdk.com
BSD 3-Clause "New" or "Revised" License
3.02k stars 669 forks source link

openshift installation help. #127

Closed danielpetrica closed 8 years ago

danielpetrica commented 8 years ago

Hi I'm planing to use this sdk to create a telegram bot, based on a openshift application. Ufortunately I'm vey inexpert and I need your help for deploying it on openshift. Can anyone of you, if already use it on openshift or know how to do it, provide a easy guide for openshift deployment?

irazasyed commented 8 years ago

Hey @ropad, I haven't used Openshift before. So I don't think I would be of any help but I'll keep this issue open. Maybe someone has used it before with this SDK.

danielpetrica commented 8 years ago

Thank you

danielpetrica commented 8 years ago

HI I found a laravel 5 cartridge wich I already installed and inside I found a copmposer.json file, so my question is: If I add " require": { "irazasyed/telegram-bot-sdk": "^2.0" my system will be ok ?

irazasyed commented 8 years ago

No problem :)

Yep, It should. As long as you have composer installed and can run commands.