2017 © Pedro Peláez
 

library extender

Fulcrum Extender Module - extending the PHP array and string functionality + goodies for WordPress too.

image

wpfulcrum/extender

Fulcrum Extender Module - extending the PHP array and string functionality + goodies for WordPress too.

  • Sunday, December 17, 2017
  • by hellofromtonya
  • Repository
  • 4 Watchers
  • 1 Stars
  • 162 Installations
  • PHP
  • 6 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 17 Versions
  • 0 % Grown

The README.md

Extender Module

Latest Stable Version License, (*1)

The Fulcrum Extender module - extending the PHP functionality for arrays and strings., (*2)

  1. Array Module - making it easier to work with PHP arrays, especially deeply nested array. It includes "dot" notation.
  2. String Module - providing the missing PHP string functionality

Array Module

Working with arrays is tedious, especially deeply nested arrays. This module provides a handful of useful functions including borrowing from Laravel's "dot" notation., (*3)

"Dot" Notation

Dot notation is a clever mechanism to access deeply nested arrays using a string of the keys separated by dots., (*4)

For example, let's say you have a deeply nested array like this one:, (*5)

$user = array(
    'user_id'   => 504,
    'name'      => 'Bob Jones',
    'social'    => array(
        'twitter' => '@bobjones',
    ),
    'languages' => array(
        'php'        => array(
            'procedural' => true,
            'oop'        => false,
        ),
        'javascript' => true,
        'ruby'       => false,
    ),
);

To drill down to Bob's twitter handle, you'd pass 'social.twitter' and to get to whether he likes OOP or procedural, you'd pass 'languages.php.oop' or 'languages.php.procedural'., (*6)

Check the documentation for the available array functions including: array_add, array_has, array_set, array_get, and more., (*7)

String Module

We often need functionality to test if a string has, starts with, or ends with a character or substring. This module includes functionality for checking, converting, and truncating strings., (*8)

The Versions

17/12 2017

dev-develop

dev-develop https://github.com/wpfulcrum/extender

Fulcrum Extender Module - extending the PHP array and string functionality + goodies for WordPress too.

  Sources   Download

MIT GPL-2.0+

The Requires

  • php >=5.6

 

The Development Requires

by Tonya Mork

12/12 2017

3.1.8

3.1.8.0 https://github.com/wpfulcrum/extender

Fulcrum Extender Module - extending the PHP array and string functionality + goodies for WordPress too.

  Sources   Download

MIT

The Requires

  • php >=5.6

 

The Development Requires

by Tonya Mork

12/12 2017

3.1.7

3.1.7.0 https://github.com/wpfulcrum/extender

Fulcrum Extender Module - extending the PHP array and string functionality + goodies for WordPress too.

  Sources   Download

MIT

The Requires

  • php >=5.6

 

The Development Requires

by Tonya Mork

09/12 2017

3.1.6

3.1.6.0 https://github.com/wpfulcrum/extender

Fulcrum Extender Module - extending the PHP array and string functionality + goodies for WordPress too.

  Sources   Download

MIT

The Requires

  • php >=5.6

 

The Development Requires

by Tonya Mork

06/12 2017

3.1.5

3.1.5.0 https://github.com/wpfulcrum/extender

Fulcrum Extender Module - extending the PHP array and string functionality + goodies for WordPress too.

  Sources   Download

MIT

The Requires

  • php >=5.6

 

The Development Requires

by Tonya Mork

06/12 2017

3.1.4

3.1.4.0 https://github.com/wpfulcrum/extender

Fulcrum Extender Module - extending the PHP array and string functionality + goodies for WordPress too.

  Sources   Download

MIT

The Requires

  • php >=5.6

 

The Development Requires

by Tonya Mork

05/12 2017

3.1.3

3.1.3.0 https://github.com/wpfulcrum/extender

Fulcrum Extender Module - extending the PHP array and string functionality + goodies for WordPress too.

  Sources   Download

MIT

The Requires

  • php >=5.6

 

The Development Requires

by Tonya Mork

05/12 2017

3.1.2

3.1.2.0 https://github.com/wpfulcrum/extender

Fulcrum Extender Module - extending the PHP array and string functionality + goodies for WordPress too.

  Sources   Download

MIT

The Requires

  • php >=5.6

 

The Development Requires

by Tonya Mork

05/12 2017

3.1.1

3.1.1.0 https://github.com/wpfulcrum/extender

Fulcrum Extender Module - extending the PHP array and string functionality + goodies for WordPress too.

  Sources   Download

GPL-2.0+

The Requires

  • php >=5.6

 

The Development Requires

by Tonya Mork

05/12 2017

3.1.x-dev

3.1.9999999.9999999-dev https://github.com/wpfulcrum/extender

Fulcrum Extender Module - extending the PHP array and string functionality + goodies for WordPress too.

  Sources   Download

GPL-2.0+

The Requires

  • php >=5.6

 

The Development Requires

by Tonya Mork

05/12 2017

3.1.0

3.1.0.0 https://github.com/wpfulcrum/extender

Fulcrum Extender Module - extending the PHP array and string functionality + goodies for WordPress too.

  Sources   Download

GPL-2.0+

The Requires

  • php >=5.6

 

The Development Requires

by Tonya Mork

17/11 2017

3.0.x-dev

3.0.9999999.9999999-dev https://github.com/wpfulcrum/extender

Fulcrum Extender Module - extending the PHP functionality for arrays and strings.

  Sources   Download

GPL-2.0+

The Requires

  • php >=5.6.0

 

The Development Requires

by Tonya Mork

17/11 2017

3.0.3

3.0.3.0 https://github.com/wpfulcrum/extender

Fulcrum Extender Module - extending the PHP functionality for arrays and strings.

  Sources   Download

GPL-2.0+

The Requires

  • php >=5.6.0

 

The Development Requires

by Tonya Mork

17/11 2017

dev-master

9999999-dev https://github.com/wpfulcrum/extender

Fulcrum Extender Module - extending the PHP functionality for arrays and strings.

  Sources   Download

GPL-2.0+

The Requires

  • php >=5.6.0

 

The Development Requires

by Tonya Mork

17/11 2017

3.0.2

3.0.2.0 https://github.com/wpfulcrum/extender

Fulcrum Extender Module - extending the PHP functionality for arrays and strings.

  Sources   Download

GPL-2.0+

The Requires

  • php >=5.6.0

 

The Development Requires

by Tonya Mork

17/11 2017

3.0.1

3.0.1.0 https://github.com/wpfulcrum/extender

Fulcrum Extender Module - extending the PHP functionality for arrays and strings.

  Sources   Download

GPL-2.0+

The Requires

  • php >=5.6.0

 

The Development Requires

by Tonya Mork