{"id":17959610,"url":"https://github.com/imjoehaines/flowder-json-loader","last_synced_at":"2026-04-17T06:31:21.552Z","repository":{"id":56990389,"uuid":"87581651","full_name":"imjoehaines/flowder-json-loader","owner":"imjoehaines","description":"A JSON file loader for Flowder","archived":false,"fork":false,"pushed_at":"2018-02-14T11:45:10.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-01T14:46:04.037Z","etag":null,"topics":["fixture-loading","fixtures","flowder","json","testing"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/imjoehaines.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-04-07T19:49:04.000Z","updated_at":"2017-04-13T13:09:33.000Z","dependencies_parsed_at":"2022-08-21T10:10:49.508Z","dependency_job_id":null,"html_url":"https://github.com/imjoehaines/flowder-json-loader","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/imjoehaines/flowder-json-loader","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imjoehaines%2Fflowder-json-loader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imjoehaines%2Fflowder-json-loader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imjoehaines%2Fflowder-json-loader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imjoehaines%2Fflowder-json-loader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/imjoehaines","download_url":"https://codeload.github.com/imjoehaines/flowder-json-loader/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imjoehaines%2Fflowder-json-loader/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31918479,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"online","status_checked_at":"2026-04-17T02:00:06.879Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fixture-loading","fixtures","flowder","json","testing"],"created_at":"2024-10-29T11:03:51.279Z","updated_at":"2026-04-17T06:31:20.775Z","avatar_url":"https://github.com/imjoehaines.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flowder JSON Loader [![Latest Stable Version](https://poser.pugx.org/imjoehaines/flowder-json-loader/v/stable)](https://packagist.org/packages/imjoehaines/flowder-json-loader) [![Build Status](https://travis-ci.org/imjoehaines/flowder-json-loader.svg?branch=master)](https://travis-ci.org/imjoehaines/flowder-json-loader) [![codecov](https://codecov.io/gh/imjoehaines/flowder-json-loader/branch/master/graph/badge.svg)](https://codecov.io/gh/imjoehaines/flowder-json-loader)\n\nA JSON file loader for [Flowder](https://github.com/imjoehaines/flowder)\n\n## Usage\n\n1. Install Flowder JSON Loader as a development dependency through [Composer](https://getcomposer.org/)\n\n   ```sh\n   $ composer install imjoehaines/flowder-json-loader --dev\n   ```\n\n2. Pass an instance of `Imjoehaines\\FlowderJson\\JsonLoader` to Flowder, as detailed in the [Flowder readme](https://github.com/imjoehaines/flowder/blob/master/README.md#usage)\n\n3. Pass the path to a JSON file to `Flowder::loadFixtures`, your JSON file should contain an array of objects where each object represents a database row. For example\n\n```json\n[\n    {\n        \"column_1\": \"value 1\",\n        \"column_2\": 2,\n        \"column_3\": \"three\"\n    },\n    {\n        \"column_1\": \"value 4\",\n        \"column_2\": 5,\n        \"column_3\": \"six\"\n    }\n]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimjoehaines%2Fflowder-json-loader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimjoehaines%2Fflowder-json-loader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimjoehaines%2Fflowder-json-loader/lists"}