Libraries tagged by php bot
laraxgram/laragram
193 Downloads
LaraGram, an advanced framework for Telegram Bot development!
kostikpenzin/indexing_api_google
556 Downloads
The Indexing API allows any site owner to directly notify Google when pages are added or removed
kornrunner/ccxt
1617 Downloads
A PHP cryptocurrency trading library with support for more than 90 bitcoin/altcoin exchanges
jocoonopa/messenger
11838 Downloads
PHP Library to interact with Facebook Messenger Platform
itgalaxy/webcrawler-verifier
2911 Downloads
PHP library providing functionality to verify that user-agents are who they claim to be.
haikiri/telebrown
65 Downloads
TeleBrown – Telegram Php SDK for Composer
gigaai/framework
693 Downloads
Ultimate Messenger for Developers and Marketers
gambry/dialogflow-webhook
9709 Downloads
DialogFlow Webhook Fulfillment PHP sdk
askoldex/teletant
994 Downloads
Telegram bot framework
shadowbane/laravel-datadog-logger
3151 Downloads
Custom laravel monolog logger for datadog logs management, both api and agent ways
raiolanetworks/plugin-seo-test
709 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
5195 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
6560 Downloads
Enable Google 2FA (two factor authentication) for both, frontend- and backend accounts.
cmpayments/schemavalidator
4051 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
4597 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.