{"id":36373150,"url":"https://github.com/adrian-ortega/dot-notation-php","last_synced_at":"2026-01-11T14:02:58.524Z","repository":{"id":56941139,"uuid":"63998636","full_name":"adrian-ortega/dot-notation-php","owner":"adrian-ortega","description":null,"archived":false,"fork":false,"pushed_at":"2018-02-25T23:06:56.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-10T05:20:57.604Z","etag":null,"topics":["dot-notation"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/adrian-ortega.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-07-23T04:19:44.000Z","updated_at":"2020-12-18T18:58:46.000Z","dependencies_parsed_at":"2022-08-21T07:20:33.884Z","dependency_job_id":null,"html_url":"https://github.com/adrian-ortega/dot-notation-php","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/adrian-ortega/dot-notation-php","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adrian-ortega%2Fdot-notation-php","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adrian-ortega%2Fdot-notation-php/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adrian-ortega%2Fdot-notation-php/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adrian-ortega%2Fdot-notation-php/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adrian-ortega","download_url":"https://codeload.github.com/adrian-ortega/dot-notation-php/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adrian-ortega%2Fdot-notation-php/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28306985,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-11T11:18:18.743Z","status":"ssl_error","status_checked_at":"2026-01-11T11:07:56.842Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["dot-notation"],"created_at":"2026-01-11T14:02:58.440Z","updated_at":"2026-01-11T14:02:58.503Z","avatar_url":"https://github.com/adrian-ortega.png","language":"PHP","readme":"# Simple Dot Notation with PHP\n\nAccess array data with dot notation.\n\n## Usage\n\n\t$data = [\n\t\t'first_name' =\u003e 'John',\n\t\t'title' =\u003e 'Doe',\n\t\t'company' =\u003e 'ACME',\n\t\t'age' =\u003e 36,\n\t\t'address' =\u003e [\n\t\t\t'street' =\u003e '123 Anywhere Street',\n\t\t\t'city' =\u003e 'Los Angeles',\n\t\t\t'state' =\u003e 'CA',\n\t\t\t'zip_code' =\u003e 90210\n\t\t]\n\t];\n\t\n    $street = DotNotation::parse('address.street', $data);\n\t\n\t// outputs 123 Anywhere Street\n\techo $street","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadrian-ortega%2Fdot-notation-php","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadrian-ortega%2Fdot-notation-php","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadrian-ortega%2Fdot-notation-php/lists"}