Search by

cineman / workbench

cineman

The cineman Workbench provides helpful utils and tools for the daily developer life.

Package info

github.com/cineman/workbench

pkg:composer/cineman/workbench

Statistics

Installs: 24 094

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.1.2 2017-07-31 12:39 UTC

This package is not auto-updated.

Last update: 2026-09-07 17:18:10 UTC


README

The cineman Workbench provides helpful utils and tools for the daily developer life.

Build Status Software License Packagist Version Total Downloads

Check out the Documentation.

Installtion

The workbench is available on packagegist.

$ composer require cineman/workbench

Usage

To easier and faster access the workbench tools you can alias the classes to the global namespace:

foreach(['Str', 'Arr'] as $tool)
{
	class_alias("\\Workbench\\" . $tool, "\\" . $tool);
}

Warning: If you are using a framework like laravel theses class names might already been reserved!