Libraries tagged by php bot
m1roff/telegram-api-helpers
305 Downloads
PHP Helper functions for Telegram Bot API
webpajooh/telebot
205 Downloads
A minimal library to develop your new Telegram bot
vlsv/telegram-data-validator
450 Downloads
The Telegram Data Validator is a PHP library for validating the integrity of initData received from a Telegram mini-application. It uses HMAC-SHA-256 for data integrity checks.
nguyenanhung/telegram-messenger
19298 Downloads
Send Messenger with Telegram BOT API
nguyenanhung/microsoft-teams-connector
18168 Downloads
Send Messenger with Microsoft Teams Connector
laraxgram/laraquest
180 Downloads
Sending requests and receiving Telegram updates.
itgalaxy/webcrawler-verifier
2947 Downloads
PHP library providing functionality to verify that user-agents are who they claim to be.
gambry/dialogflow-webhook
10617 Downloads
DialogFlow Webhook Fulfillment PHP sdk
askoldex/teletant
1002 Downloads
Telegram bot framework
shadowbane/laravel-datadog-logger
3721 Downloads
Custom laravel monolog logger for datadog logs management, both api and agent ways
raiolanetworks/plugin-seo-test
906 Downloads
This Composer package provides a seamless integration for testing SEO aspects of your Laravel applications. Compatible with both Pest and PHPUnit, it offers a collection of tools and assertions specifically designed to evaluate on-page SEO elements like meta tags, title tags, canonical URLs, and structured data. By automating SEO testing, this plugin ensures that your application consistently adheres to best SEO practices, helping you catch potential SEO issues early in the development cycle.
jlorente/laravel-eloquent-splitted-dates-trait
5437 Downloads
A Laravel Trait for Eloquent Models to handle date fields that are stored both in the date field itself and in separate field components such as year, month, day, time, etc...
codefareith/cf-google-authenticator
6714 Downloads
Enable Google 2FA (two factor authentication) for both, frontend- and backend accounts.
cmpayments/schemavalidator
4095 Downloads
SchemaValidator is a PHP implementation for validating JSON against a Schema (also a string), the JSON and Schema are both linted with https://github.com/cmpayments/jsonlint. This library is optimized for speed and performance.
cmpayments/jsonlint
4641 Downloads
JSON Lint for PHP checks a string for invalid or malformed JSON, control character error, incorrect encoding or just plain old syntax errors. It returns comprehensive feedback in a one-line error message (one-line message especially meant for REST APIs) about the first error that occurred in the (JSON) string. It supports both RFC 4627 and (its superseding) RFC 7159.