2017 © Pedro PelĂĄez
 

library workbench

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

image

cineman/workbench

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

  • Monday, July 31, 2017
  • by cineman
  • Repository
  • 12 Watchers
  • 0 Stars
  • 549 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 18 % Grown

The README.md

Workbench

The cineman Workbench provides helpful utils and tools for the daily developer life., (*1)

Build Status Software License Packagist Version Total Downloads, (*2)

Check out the Documentation., (*3)

Installtion

The workbench is available on packagegist., (*4)

$ composer require cineman/workbench

Usage

To easier and faster access the workbench tools you can alias the classes to the global namespace:, (*5)

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!, (*6)

The Versions

31/07 2017

dev-master

9999999-dev https://github.com/cineman/workbench

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

  Sources   Download

MIT

helper utils workbench

31/07 2017

v1.1.2

1.1.2.0 https://github.com/cineman/workbench

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

  Sources   Download

MIT

helper utils workbench

13/04 2016

dev-develop

dev-develop https://github.com/cineman/workbench

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

  Sources   Download

MIT

helper utils workbench

22/01 2016

1.0.0

1.0.0.0 https://github.com/cineman/workbench

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

  Sources   Download

MIT

helper utils workbench