cyint/json-formatter-service-php

Json Formatting service for formatting doctrine array collection into an array for rendering as part of a json result

dev-master 2017-07-12 16:06 UTC

This package is auto-updated.

Last update: 2025-03-29 00:32:48 UTC


README

Useful class for formatting entities, arrays, etc. into JSON

To configure in services.yml:

app.jsonformatter:
  class: CYINT\ComponentsPHP\Services\JsonFormatterService
  arguments: ["@doctrine"]
  calls:
 	 - [ setContainer, ["@service_container"] ]