Libraries tagged by laravel executor
omaralalwi/laravel-py
14 Downloads
Laravel wrapper for php-py package, to seamless enabling secure and efficient execution of Python scripts within PHP applications.
ka4ivan/laravel-api-debugger
87 Downloads
A debugging tool for Laravel APIs that provides request execution time and query profiling.
edipoelwes/laravel-rabbitmq-worker
2562 Downloads
This project is a Laravel package that facilitates the execution of RabbitMQ worker processes. It simplifies the configuration, management, and monitoring of worker processes, allowing you to easily integrate RabbitMQ into your Laravel application to handle asynchronous tasks efficiently and scalably.
yesccx/laravel-database-logger
8253 Downloads
record database execute logs
tuupke/laravel-finalizer
18306 Downloads
Simple package with helpers to handle execution after closed connections
rushing/laravel-schedule-runs
834 Downloads
Track when the last time a task/command/whatever was executed.
gupo/laravel-database-logger
1676 Downloads
record database execute logs
deepskylog/laravel-astronomy-library
280 Downloads
A library to execute astronomical calculations
amsify42/paypal-masspayment
16250 Downloads
This is a laravel 5 package for simply executing mass payment of paypal
sven/artisan-shortcuts
362 Downloads
Register shortcuts for executing artisan commands.
rnr1721/depthnet
23 Downloads
Laravel-based autonomous AI agent platform with cyclic thinking, persistent memory and real-time code execution
mc0de/console-timer
127 Downloads
A trait for tracking execution time in Laravel console commands
laravelplus/commander
37 Downloads
Command execution tracking and management for Laravel applications
maestroerror/eloquent-regex
19 Downloads
Eloquent Regex brings the simplicity and elegance to regular expressions. Designed for Laravel developers, this package offers a fluent, intuitive interface for building and executing regex patterns in your PHP applications.
abdulelahragih/querybuilder
1190 Downloads
Fast, lightweight and simple SQL query builder that does not depend on any third-party library besides PDO to execute the queries in a safe way. The syntax is inspired by Laravel Query Builder.