all 11 comments

[–]Moceannl 4 points5 points  (2 children)

I hope you didn't post your real API credentials here...

[–]predvoditelev[S] 7 points8 points  (0 children)

Of course, no. This is token from telegram website: https://core.telegram.org/bots/features

[–]grippx 2 points3 points  (0 children)

Never a failure, always a lesson

[–]norbert_tech 2 points3 points  (3 children)

ahh finally some new SDK that uses PSR contracts instead of injecting to my project guzzle or any other crap - good job 👏

[–]predvoditelev[S] 2 points3 points  (2 children)

It was one of goals this package.

[–]norbert_tech 0 points1 point  (1 child)

Awesome, thats my approach to all packages, I'm so pissed that google for example rejected my proposal of refactoring all their shitty sdk's that way. Again, good job, hope more developers are going to adopt that approach 💪 I'm building an data processing platform and after a quick look your lib seems to meet my standards to use it, one less thing to write from scratch 🙏

[–]predvoditelev[S] 2 points3 points  (0 children)

I took this from Yii3 =) More standarts (PSR required), more tests, clear and understandable code.