Libraries tagged by myob
myonlinestore/commandbus
163676 Downloads
MyOnlineStore Commandbus Wrapper
myonlinestore/coding-standard
177675 Downloads
MyOnlineStore Coding Standard
myonlinestore/api-tools
123118 Downloads
Common API Tools
mybizna/account
2414 Downloads
mobomo/guzzle-azure-hmac-auth
68002 Downloads
Azure HMAC Authentication
mobizel/sylius-export-plugin
19055 Downloads
Bulk export of sylius resources
mobizel/markdown-docs-bundle
8017 Downloads
Explore your markdown documentation files via html web pages
mobilistics-gmbh/prometheus-monitoring
12990 Downloads
TYPO3 Prometheus Monitoring
mobilestock/scribe-tdd
4003 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
3475 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
1288 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
5157 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
4508 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
4702 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
3846 Downloads
That library will convert your Accept headers into application/json when it's generic or not present, using a global middleware