temkaa / botifier
A library for building telegram bots faster.
v0.0.1
2025-01-24 19:42 UTC
Requires
- php: ^8.3
- guzzlehttp/guzzle: ^7.9.2
- php-http/multipart-stream-builder: ^1.4.2
- psr/http-client: ^1.0.3
- psr/http-factory: ^1.1
- psr/log: ^3.0.2
- temkaa/container: ^0.3.0
- temkaa/signal: ^0.0.2
Requires (Dev)
- dg/bypass-finals: ^1.8
- infection/infection: ^0.27.11
- php-mock/php-mock: ^2.5.1
- phpmd/phpmd: ^2.15
- phpstan/phpstan: ^2.1
- phpunit/phpunit: 10.5
- rregeer/phpunit-coverage-check: ^0.3.1
This package is auto-updated.
Last update: 2025-06-24 20:33:42 UTC
README
Botifier - a framework for building telegram bots faster!
Currently, there are no any docs or examples provided, here is minimal description which is enough to try it: Usage:
TODOS:
- add non autowirable signatures to classes
- add validator package?
- add interface for all exceptions
- add internals
- add psalm, phpmd
- add pr checks
- make branch protected
- add makefile
- add docs to readme
- unified approach on __constructor or getters and setters on models?
- add changelog