Libraries tagged by exec
mc0de/console-timer
166 Downloads
A trait for tracking execution time in Laravel console commands
marcocesarato/cpdo
313 Downloads
This package can retrieve PDO query results from cache variables. It extends the base PDO class and override some functions to handle database query execution and store the query results in variables. The class can also return query results for cached queries for previously executed queries to retrieve the results faster for repeated queries.
mantoani/cli
3603 Downloads
Execute php application in terminal
magento-hackathon/composer-command-integrator
284 Downloads
module to create binaries and scripts which get executed in context of composer so they are able to access content from the composer.json
magdv/robo-paracept
1071 Downloads
Codeception Parallel Execution Tasks via Robo Task Runner
maestroerror/eloquent-regex
21 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.
lyquidity/xpath2
3356 Downloads
Provides XPath 2.0 statement execution library for PHP
lion/database
3342 Downloads
Package in charge of the generation and execution of processes with databases.
lion/command
2986 Downloads
library created with the function of executing commands from PHP.
leuchtdiode/laminas-cron
682 Downloads
Laminas module for cron execution
kozo/liberation
11767 Downloads
It is a Laravel package for easy retrieval and execution of SQL files and more.
keboola/codebuilder
5051 Downloads
Execute JSON defined user scripts
kambo/llama-cpp-php
299 Downloads
The package enables the use of the LLama C++ library in PHP, thereby allowing the setup and execution of LLM models in PHP on your local machine.
ka4ivan/laravel-api-debugger
135 Downloads
A debugging tool for Laravel APIs that provides request execution time and query profiling.
juniora/laravel-querymonitor
304 Downloads
Laravel QueryMonitor is a package for Laravel that allows you to monitor and log:Slow SQL Queries: Monitors the actual execution time of SQL queries on the database.Slow Eloquent Methods: Monitors the total time taken by Eloquent methods, including PHP processing.