Libraries tagged by scripter
twoixter/ansicolors
10326 Downloads
A no-nonsense library to display ANSI colors in CLI PHP scripts.
thunder/drupal-testing
63055 Downloads
Scripts for testing drupal projects.
sweetchuck/git-hooks
11160 Downloads
Provides a bridge between Git hooks and scripts under VCS.
simoneast/simple-ansi-colors
32095 Downloads
Simple PHP class for converting basic HTML-like color tags into ANSI escape codes for use in console apps and scripts. Auto-detection for Windows/Ansicon users included.
silinternational/ecs-deploy
7061 Downloads
Simple shell script for initiated blue-green deployments on Amazon Elastic Container Service (ECS)
shanemcc/phprouter
1008 Downloads
PHP Scripts for interacting with network devices
serendipity_hq/component-stopwatch
160159 Downloads
Measure your scripts (forked and improved from the Symofny's one)
restyler/scrapeninja-api-php-client
2782 Downloads
Web scraper API with proxy rotation, retries, and with Chrome TLS fingerprint emulation
ras/flash-alert-bundle
22961 Downloads
FlashAlertBundle provides a simplified way to handle (add/display) Symfony flash messages. Client side scripts are written in pure JavaScript.
pug-php/pug-filter-react
80938 Downloads
Render React JSX code as JavaScript in a script tag
processmaker/docker-executor-lua
49901 Downloads
Lua script executor for processmaker 4
pantheon-systems/wpunit-helpers
4089 Downloads
Unified scripts for installing and running automated WP Unit Tests.
nickbeen/php-cli-progress-bar
8747 Downloads
For creating minimal progress bars in PHP CLI scripts
neam/php-app-config
79134 Downloads
A PHP framework-agnostic approach to make the current [config](http://12factor.net/config) available to PHP applications and shell-scripts.
mouf/utils.cache.in-memory-cache
353915 Downloads
This package contains the most basic cache mechanism. It stores cache items in an array. It means the cache is flushed as soon as the script returns. It is very basic, but also very fast. You will usually use this mechanism with another one just behind.