Libraries tagged by MobileID
deimosindustries/lullabot-amp
28023 Downloads
A set of useful classes and utilities to convert html to AMP html (See https://www.ampproject.org/)
cybercog/php-pushwoosh
4361 Downloads
A PHP Library to easily send PUSH notifications with the Pushwoosh REST Web Services.
concisecss/concise.css
32 Downloads
A lightweight front-end framework that provides functionality without the bloat.
andreasnij/an-sms
4469 Downloads
A PHP library to send and receive SMS text messages through various gateways/providers.
abdalasif/telesign-enterprise-client
3684 Downloads
TeleSign Enterprise SDK
abdalasif/telesign-client
3690 Downloads
TeleSign SDK for PHP
51degrees/fiftyone.devicedetection
12166 Downloads
Device detection engines for 51Degrees Pipeline API. Parse HTTP headers to detect hardware, operating system, browser, and crawler information.
jandreasn/an-sms
20297 Downloads
A PHP library to send and receive SMS text messages through various gateways/providers.
mobilistics-gmbh/prometheus-monitoring
13933 Downloads
TYPO3 Prometheus Monitoring
mobilestock/scribe-tdd
6133 Downloads
scribe-tdd is a library that extends ajcastro-scribe-tdd. It includes internal adjustments to ensure compatibility with PHPUnit 11.4 and PEST.
mobilestock/model-tracks-user-updates
5304 Downloads
model-tracks-user-updates is a library that updates the 'updated_by_user' column with the corresponding user id. Internally it uses the model triggers to update the column with the id of the logged user.
mobilestock/laravel-recaptcha-validator
2347 Downloads
Laravel ReCaptcha Validator is a library that enables you to validate Google Recaptcha v2 in Laravel applications by a macro in Request Facade.
mobilestock/laravel-model-affected-rows-verification
7253 Downloads
laravel-model-affected-rows-verification is a library that extends the default Laravel model to include implicit row count verification for update and delete operations. This ensures that these operations are conducted safely, providing an extra layer of validation to prevent unintended data modifications and enhance the stability of your Laravel applications.
mobilestock/laravel-gatekeeper
6467 Downloads
Laravel Gatekeeper is a package that provides a simple way to authenticate users using OAuth 2.0. Internally, it uses Laravel Socialite to authenticate users, Laravel Guards to manage the authentication process, and Laravel Routes to handle the OAuth 2.0 flow.
mobilestock/laravel-database-interceptor
6685 Downloads
Laravel Database Interceptor is a library that enables you to intercept database queries managed by PDO and transform the returned values into custom types. It uses Illuminate library abstractions to implement new PDO facade methods like selectOneFirstColumn and selectFirstColumn. It also enables ATTR_EMULATE_PREPARES without any external setting. It is fully compatible with MySQL/MariaDB. Other databases are not supported.