2017 © Pedro Peláez
 

library heterogeny-php

image

heterogeny/heterogeny-php

  • Thursday, May 3, 2018
  • by schleumer
  • Repository
  • 1 Watchers
  • 6 Stars
  • 326 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 50 % Grown

The README.md

Heterogeny Build Status Latest Stable Version Total Downloads Latest Unstable Version License

Experimental

Heterogenize PHP's data structures, like array that is split into Seq, Dict and Tuple., (*1)

  • Seq is a no-key array, setting keys that is not an integer will result in an Exception, every Seq will be JSON encoded as [];, (*2)

  • Dict is a keyed array, whether key is string or not, every Dict will be JSON encoded as {};, (*3)

  • Tuple is just like a Seq, maybe in the future helpers will be added to Tuple., (*4)

Also supplying some helpers for JSON encoding/decoding without headaches on checking whether something is array or array with keys., (*5)

Performance is not guaranteed at this point., (*6)

The Versions

03/05 2018

dev-master

9999999-dev

  Sources   Download

GPL-3.0-only

The Development Requires

by Wesley Schleumer

03/05 2018

v0.0.9

0.0.9.0

  Sources   Download

GPL-3.0-only

The Development Requires

by Wesley Schleumer

03/05 2018

dev-development

dev-development

  Sources   Download

GPL-3.0-only

The Development Requires

by Wesley Schleumer

17/04 2018

v0.0.8

0.0.8.0

  Sources   Download

GPL-3.0-only

The Development Requires

by Wesley Schleumer

16/04 2018

v0.0.7

0.0.7.0

  Sources   Download

GPL-3.0-only

The Development Requires

by Wesley Schleumer

14/04 2018

v0.0.6

0.0.6.0

  Sources   Download

GPL-3.0-only

The Development Requires

by Wesley Schleumer

01/04 2018

v0.0.5

0.0.5.0

  Sources   Download

GPL-3.0-only

The Development Requires

by Wesley Schleumer