Libraries tagged by scripty
scottjs/wp-dotenv
11590 Downloads
Helper scripts to enable WordPress to use dotenv config files, similar to Laravel 5.
scottjs/db-sync
2325 Downloads
Helper scripts to quickly synchronise a local MySQL database with a remote database, as well as prepare a local database for deployment to a remote server.
renakdup/colorize-wp-adminpanel-for-environments
5250 Downloads
WordPress script to colorize admin-bar for different environments. Developers, Content Managers, and others will never confuse the environment where they work.
proudcommerce/moduleactivator
2468 Downloads
OXID eShop 6 module activation script, eg. for deployments.
producer/githooks
15354 Downloads
Git hook scripts via Composer
pointybeard/helpers-cli-input
3195 Downloads
Collection of classes for handling argv (and other) input when calling command-line scripts. Helps with parsing, collecting and validating arguments, options, and flags.
phwoolcon/ci-pecl-cacher
854964 Downloads
PECL installing script with cache for Travis CI
phore/cloudtool
2604 Downloads
Script to update config files using template
pelock/autoit-obfuscator
9 Downloads
AutoIt Obfuscator Web API interface can help you to protect your AutoIt script source code against analysis, reverse engineering and decompilation. AutoIt Obfuscator provides advanced AutoIt source code parsing based on AST trees, multiple advanced obfuscation strategies are available.
paravibe/drush
513 Downloads
Drush is a command line shell and scripting interface for Drupal, a veritable Swiss Army knife designed to make life easier for those of us who spend some of our working hours hacking away at the command prompt.
oxid-esales/smarty-to-twig-converter
46 Downloads
A script to convert smarty template engine to twig
onedesign/atomic-deploy
1391 Downloads
A script to easily handle atomic deployments in a Linux environment.
nfra/ctool
2413 Downloads
Script to update config files using template
neam/php-app-config
80046 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
356896 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.