Packages from matthewbaggett
-
-
PHP
matthewbaggett/composer-lock-watcher
Watch composer.lock for changes, run composer install when it sees them.
-
PHP
matthewbaggett/docker-api-php-client
The Engine API is an HTTP API served by Docker Engine. It is the API the Docker client uses to communicate with the Engine, so everything the Docker client can do can be done with the API. Most of the client's commands map directly to API endpoints (e.g. `docker ps` is `GET /containers/json`). The
-
-
-
PHP
matthewbaggett/inflection
A library to allow for pluralisation and singularisation of words programmatically.
-
-
PHP
matthewbaggett/twig-extension-gravatar
Add support for transforming an email address into a gravatar image URL in a simple filter.
-
-
PHP
matthewbaggett/twig-extension-transform
Add the ability to transform from one case style to another programatically.
-
-
PHP
matthewbaggett/worker-pool
Runs tasks in a parallel processing workerpool. Built atop qxsch/worker-pool with improvements.