Download the PHP package timerunner2359/phelegram without Composer

On this page you can find all versions of the php package timerunner2359/phelegram. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package phelegram

Phelegram License Code Size Downloads

A simple (yet feature-rich) solution for developing Telegram bots!
this is a mini framework ( or you may call it library ) to make simple or complex telegram bots easily and without getting your hands dirty with Telegram API manualy 😀

Notes

First of all, I'm not a very good developer, you may call me baby developer 😅
I wanted to develop my skill's while writing this project, so, everything is PURE PHP, no ready-to-use library where used. And I don't know how much good I wrote everything but I did my best.
So feel free to find bugs. And it'll be an honor to get suggestions from you guys to make this project better 😉

Why another library for Telegram bots in php?

Well, I've got some very good reasons :

  1. I really wanted something to improve my coding skill's , and what's better than a real life situation in Telegram 😁

  2. I saw other repos out there for writing Telegram bots and they're great, but I found them hard to deploy and it would take much time ( for me ) to understand how to send a simple message with them. and :

    A lazy person will find an easy way to do it. Bill Gates

    I wrote this library as simple as possible, methods are easy to use, everything is understandable and you don't have to mess with the core of library at all. You Make Magic Happen 😉

  3. Telegram API for bots is a great documention to read, but it's too much detailed to make a simple bot ASAP. this library is the right solution to that 😄

Installation

Installation is as simple as possible.

  1. Create a project with Composer :

    You'll be asked to enter your bot token and your chatID.

    Your bot's token is available in @BotFather.

    You can get your chatID via @GetMeMyChatIDBot

  2. Make Magic Happen in index.php file 😉

How to use

For now, The Bot class method names are self-describing.

I'll list all methods whenever i could 😅

License

This library is under GNU GPL 3.0 license.


All versions of phelegram with dependencies

PHP Build Version
Package Version
Requires php Version >=7.4
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package timerunner2359/phelegram contains the following files

Loading the files please wait ....