An open API service indexing awesome lists of open source software.

https://github.com/tzkmx/sohot

Simple Ordered HashMap Object Transformer (array_map for associative arrays)
https://github.com/tzkmx/sohot

associative-array decorator-pattern hashmap mapper php-hashmapper transformer

Last synced: 28 days ago
JSON representation

Simple Ordered HashMap Object Transformer (array_map for associative arrays)

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/apantle/hashmapper.svg?branch=master)](https://travis-ci.org/apantle/hashmapper) [![Maintainability](https://api.codeclimate.com/v1/badges/5fa613bc0b87e5975a6a/maintainability)](https://codeclimate.com/github/apantle/hashmapper/maintainability)

# Objective

This is a minimalistic library aimed to reuse logic
on HashTables mapping, that i use over and over i.e.
consuming API results to pass to Twig views.

This is my first open source project, now it has been published to https://github.com/apantle/hashmapper