2017 © Pedro Peláez
 

library transformer-component

transformer component for the chilimatic-framework

image

chilimatic/transformer-component

transformer component for the chilimatic-framework

  • Wednesday, June 29, 2016
  • by chilimatic
  • Repository
  • 1 Watchers
  • 0 Stars
  • 131 Installations
  • PHP
  • 3 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 9 Versions
  • 1 % Grown

The README.md

Build Status, (*1)

transformer-component

Transformer Component for the chilimatic framework, (*2)

A simple lib to encapsulate string transformations into 1 specific class that can be chained, (*3)

php > require_once('vendor/autoload.php');
php > $transformer = new \chilimatic\lib\Transformer\String\UnderScoreToCamelCase();
php > echo $transformer('my_test');
myTest

The idea was original from the usual "url to method" problem. I didn't want the url to be something like "thisIsMyCamelCaseAction" because it's easier to misread than "this-is-my-camel-case-action" because of the whitespace characters but since im PSR compatible I switched to consistent camelcase., (*4)

for the other transformers please read the unit tests :) that's why i wrote them... If you find bugs just let me know., (*5)

The Versions

29/06 2016

2.0.1.x-dev

2.0.1.9999999-dev

transformer component for the chilimatic-framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jakob Oberhummer

29/06 2016

2.0.1

2.0.1.0

transformer component for the chilimatic-framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jakob Oberhummer

06/06 2016

dev-stable

dev-stable

transformer component for the chilimatic-framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jakob Oberhummer

06/06 2016

2.0.0

2.0.0.0

transformer component for the chilimatic-framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jakob Oberhummer

04/05 2016

dev-master

9999999-dev

transformer component for the chilimatic-framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jakob Oberhummer

04/05 2016

1.0.3

1.0.3.0

transformer component for the chilimatic-framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jakob Oberhummer

04/05 2016

1.0.2

1.0.2.0

transformer component for the chilimatic-framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jakob Oberhummer

04/05 2016

1.0.1

1.0.1.0

transformer component for the chilimatic-framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jakob Oberhummer

29/04 2016

1.0.0

1.0.0.0

transformer component for the chilimatic-framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jakob Oberhummer