Libraries tagged by mobilant
econic/mobilant
227 Downloads
Utility class for the mobilant sms service
tzsk/sms
278744 Downloads
A robust and unified SMS gateway integration package for Laravel, supporting multiple providers.
mobilistics-gmbh/prometheus-monitoring
22138 Downloads
TYPO3 Prometheus Monitoring
mobilestock/scribe-tdd
10097 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
9340 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-resilience
1601 Downloads
Laravel Resilience provides tools to handle failures and improve application reliability through robust retry strategies and queue middlewares.
mobilestock/laravel-make-batching-routes
3654 Downloads
This library adds a route generator, model and automated tests.
mobilestock/laravel-http-client-auto-throw-error
1154 Downloads
A simple Laravel package that enhances Laravel's HTTP client. It automatically throws exceptions on failed responses and prevents response truncation in exceptions, ensuring full visibility for easier debugging of API interactions.
mobilestock/laravel-gatekeeper
10499 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
10546 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.
mobilestock/auto-json-accept
10020 Downloads
That library will convert your Accept headers into application/json when it's generic or not present, using a global middleware
milantarami/number-to-words
7203 Downloads
A sweet package for converting a number to words that support Nepali & International Numbering System
milantarami/nepali-calendar
6417 Downloads
Date converter with more features ( adding months to date, adding days to date , get current date etc. ) . Supports BS and AD date type.
boyo/laravel-link-mobility
1031 Downloads
Laravel notifications with Link Mobility
mobilestock/laravel-recaptcha-validator
3623 Downloads
Laravel ReCaptcha Validator is a library that enables you to validate Google Recaptcha v2 in Laravel applications by a macro in Request Facade.