laravel-telegram-bot

A simple PHP package for Laravel that allows working with Telegram Bot API

https://github.com/angelcamposm/laravel-telegram-bot

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.8%) to scientific vocabulary

Keywords

api api-client bot laravel php telegram
Last synced: 4 months ago · JSON representation ·

Repository

A simple PHP package for Laravel that allows working with Telegram Bot API

Basic Info
  • Host: GitHub
  • Owner: angelcamposm
  • License: mit
  • Language: PHP
  • Default Branch: master
  • Homepage:
  • Size: 322 KB
Statistics
  • Stars: 2
  • Watchers: 0
  • Forks: 0
  • Open Issues: 6
  • Releases: 0
Topics
api api-client bot laravel php telegram
Created about 4 years ago · Last pushed almost 3 years ago
Metadata Files
Readme Changelog Funding License Code of conduct Citation

README.md

Laravel Telegram Bot

Build Coverage Maintainability Rating Security Rating Vulnerabilities

Work in Progress

Installation

Semantic versioning

A version consists of three parts: MAJOR.MINOR.PATCH. Version 1.2.3 of a package could be referred to as a package on major version 1, minor version 2, patchlevel 3.

Major: contains breaking changes, compared to the previous release. Consumers of our package need to make adjustments to their existing code integrating this package.

Minor: contains added functionality (e.g. new methods) which do not break existing functionality. Consumers of our package do not need to make adjustments to their existing code integrating this package.

Patchlevel: contains bug fixes, upgraded dependencies, etc. but does not contain new functionality. Consumers of our package do not need to make adjustments to their existing code integrating this package.

Sponsoring

Scan the QR code with your wallet application or copy the address below and paste into your wallet.
Please feel free to donate any amount you want.

| Cryptocurrency | Address | QR Code | |---------------------------------------------------------------------------------------------------------------------|--------------------------------------------|---------------------------------------| | Bitcoin
BTC Explorer | 3DWxSQg2HNijAADowkQWFJsDHHpKo8Ec2z | | | Ethereum
ETH Explorer | 0x4F4963EF52970CF6fea799659a0d5FB18E9c9e56 | |

Owner

  • Name: Angel Campos
  • Login: angelcamposm
  • Kind: user
  • Location: Palma de Mallorca, Spain
  • Company: RIU Hotels & Resorts

Long life learner. Programmer sometimes. Father of two.

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Angel"
  given-names: "Angel"
  orcid: "https://orcid.org/0000-0003-0337-4967"
title: "laravel-telegram-bot"
version: 1.0.0
date-released: 2021-10-12
license: MIT
license-url: "https://github.com/angelcamposm/laravel-telegram-bot/blob/master/LICENSE"
url: "https://github.com/angelcamposm/laravel-telegram-bot"

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 0
  • Total pull requests: 41
  • Average time to close issues: N/A
  • Average time to close pull requests: about 1 month
  • Total issue authors: 0
  • Total pull request authors: 2
  • Average comments per issue: 0
  • Average comments per pull request: 0.76
  • Merged pull requests: 5
  • Bot issues: 0
  • Bot pull requests: 39
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • dependabot[bot] (38)
  • angelcamposm (2)
Top Labels
Issue Labels
Pull Request Labels
dependencies (38)

Dependencies

composer.json packagist
  • orchestra/testbench 6.22.0 development
  • phpunit/phpunit ^9 development
  • ext-json *
  • guzzlehttp/guzzle ^7.3
  • php ^8.0
composer.lock packagist
  • 112 dependencies
.github/workflows/build.yml actions
  • SonarSource/sonarcloud-github-action master composite
  • actions/checkout v2 composite
.github/workflows/php.yml actions
  • SonarSource/sonarcloud-github-action master composite
  • actions/cache v2 composite
  • actions/checkout v2 composite