2017 © Pedro Peláez
 

neos-plugin flow-utilities

Flow plugin containing utilities for flow development.

image

cm/flow-utilities

Flow plugin containing utilities for flow development.

  • Thursday, April 6, 2017
  • by CM
  • Repository
  • 1 Watchers
  • 0 Stars
  • 16 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

=====================, (*1)

CM.Flow.Utilities

Utility Package for Flow development., (*2)

Services

EmailService - Based on Neos Swift Mailer to send template/translation based emails, (*3)

DateTimeService - Parse strings to DateTime or create strings from DateTime based on locale, (*4)

Validators

ColorStringValidator - Validates color strings (#000000, rgb(0,0,0), rgba(0,0,0,0)), (*5)

DateStringValidator - Validates dates (accepts multiple formats (01/01/1960, 01.01.1960, ...)), (*6)

TimeStringValidator - Validates times (accepts multiple formats (01:00 PM, 13:00, ...)), (*7)

EmailAddressValidator - extends flows EmailAddressValidator, can check in database for account identifier, (*8)

PasswordValidator - Validates passwords (pass password as array(0 => 'password', 1 => 'password confirmation')), (*9)

ViewHelpers

RenderExternalViewHelper - render partials from another package, (*10)

PrintDateViewHelper - prints given date using DateTimeService, (*11)

ContextViewHelper - returns current Flow Context, (*12)

RegexViewHelper - match/replace strings using regex pattern, (*13)

StripTagsViewHelper - equivalent to phps's in_array(), but accepts allowed as array('br','p','a'), (*14)

InArrayViewHelper - equivalent to phps's in_array(), (*15)

ArrayKeysViewHelper - equivalent to phps's array_keys(), (*16)

IsArrayViewHelper - equivalent to phps's is_array(), (*17)

JsonDecodeViewHelper - equivalent to phps's json_decode(), (*18)

The Versions

06/04 2017

dev-master

9999999-dev

Flow plugin containing utilities for flow development.

  Sources   Download

LGPL-3.0+

The Requires

 

email validator swiftmailer flow viewhelper

06/04 2017

1.0.2

1.0.2.0

Flow plugin containing utilities for flow development.

  Sources   Download

LGPL-3.0+

The Requires

 

email validator swiftmailer flow viewhelper

04/04 2017

1.0.1

1.0.1.0

Flow plugin containing utilities for flow development.

  Sources   Download

LGPL-3.0+

The Requires

 

email validator swiftmailer flow viewhelper

03/04 2017

1.0.0

1.0.0.0

Flow plugin containing utilities for flow development.

  Sources   Download

LGPL-3.0+

The Requires

 

email validator swiftmailer flow viewhelper