Libraries tagged by stratus
wesselperik/nova-status-field
186874 Downloads
A Laravel Nova field for displaying statuses.
laravel-lang/status-generator
1520486 Downloads
Translation status generator for Laravel Lang projects
imtigger/laravel-job-status-progress-view
72436 Downloads
Laravel Job Status Progress View
sarfraznawaz2005/servermonitor
11707 Downloads
Laravel package to periodically monitor the health of your server and website.
mateus/module-orderstatuscolor
22355 Downloads
Changes the color of the order status column in the UI grid, based on the current status of the order.
gomachan46/state-machine
84144 Downloads
simple state machine with annotations for PHP, inspired by AASM known as a Ruby state machine.
cybercog/laravel-eloquent-flag
15625 Downloads
Laravel Eloquent boolean & timestamp flagged attributes behavior.
cachethq/cachet
425 Downloads
biegalski-llc/laravel-mailgun-webhooks
57873 Downloads
This package allows you to quick and easily integrate your Laravel application with Mailgun Webhooks thus allowing you to track the outgoing email status for each individual user. There is also an optional feature to receive alerts for specific mailgun events such as spam complaints and sending failuresgit .
zetacomponents/console-tools
1656686 Downloads
A set of classes to do different actions with the console (also called shell). It can render a progress bar, tables and a status bar and contains a class for parsing command line options.
yanlongli/app-store-server-api
15690 Downloads
PHP client for App Store Server API. Manage your customers’ App Store transactions from your server.The App Store Server API is a REST API that you call from your server to request and provide information about your customers' in-app purchases. The App Store signs the transaction and subscription renewal information that this API returns using the JSON Web Signature (JWS) specification.App Store Server API is independent of the app’s installation status on the customer’s devices. The App Store server returns information based on the customer’s in-app purchase history regardless of whether the customer installed, removed, or reinstalled the app on their devices.To request transaction and subscription status information with this API, provide any original transaction identifier that belongs to the customer. The transaction history API responds with a complete list of transactions, 20 at a time, starting with the oldest first. The subscription status API returns the status for all of the customer’s subscriptions, organized by their subscription group identifier.Use the Send Consumption Information endpoint to send information to the App Store when customers request a refund for a consumable in-app purchase, after you receive the CONSUMPTION_REQUEST App Store server notification. Your data helps inform refund decisions.
wrav/oembed
196039 Downloads
A simple plugin to extract media information from websites, like youtube videos, twitter statuses or blog articles.
maantje/pulse-php-fpm
103602 Downloads
A Laravel Pulse card to show php-fpm status
carlosio/opcache-dashboard
51093 Downloads
Set up properly and monitor your Zend OPcache with this dashboard that will help you checking memory, hits and status, configuring for optimal performance (warning you when cache full, validation, etc.) and reseting one or all scripts with one click.
bytexr/filament-queueable-bulk-actions
58192 Downloads
This Filament plugin simplifies managing bulk operations asynchronously in a queue. It provides tracking and status updates for tasks, while supporting both action calls and job dispatches. Excellent for bulk data updates and tasks with Filament & Livewire support for real-time notifications.