{"id":18950113,"url":"https://github.com/junker/php-unserialize","last_synced_at":"2026-03-28T04:30:20.751Z","repository":{"id":257423670,"uuid":"858215805","full_name":"Junker/php-unserialize","owner":"Junker","description":"Common Lisp system for parsing PHP-serialized data","archived":false,"fork":false,"pushed_at":"2024-09-17T07:27:57.000Z","size":5,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-01T01:45:33.793Z","etag":null,"topics":["common-lisp","php-serialization","php-unserialize"],"latest_commit_sha":null,"homepage":"","language":"Common Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Junker.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-16T14:09:24.000Z","updated_at":"2024-09-19T02:39:43.000Z","dependencies_parsed_at":"2025-01-01T01:44:41.659Z","dependency_job_id":"7a42c147-6508-474d-90fd-66b57eea29ee","html_url":"https://github.com/Junker/php-unserialize","commit_stats":null,"previous_names":["junker/php-unserialize"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Junker%2Fphp-unserialize","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Junker%2Fphp-unserialize/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Junker%2Fphp-unserialize/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Junker%2Fphp-unserialize/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Junker","download_url":"https://codeload.github.com/Junker/php-unserialize/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239946915,"owners_count":19723018,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["common-lisp","php-serialization","php-unserialize"],"created_at":"2024-11-08T13:21:00.569Z","updated_at":"2026-03-28T04:30:20.682Z","avatar_url":"https://github.com/Junker.png","language":"Common Lisp","readme":"# PHP-Unserialize\n\nCommon Lisp system for parsing PHP-serialized data. \n\n## Installation\n\nThis system can be installed from [UltraLisp](https://ultralisp.org/) like this:\n\n```lisp\n(ql-dist:install-dist \"http://dist.ultralisp.org/\"\n                      :prompt nil)\n(ql:quickload \"php-unserialize\")\n```\n\n## Usage\n\n```common-lisp\n(php-unserialize:parse \"i:512;a:4:{i:0;s:3:\\\"Red\\\";i:1;s:5:\\\"Green\\\";i:2;s:4:\\\"Blue\\\";i:3;a:3:{i:0;b:1;i:1;d:2.31;i:2;O:11:\\\"personClass\\\":1:{s:3:\\\"age\\\";i:12;}}}\")\n;; =\u003e (512 ((0 . \"Red\") (1 . \"Green\") (2 . \"Blue\")\n;;      (3 (0 . T) (1 . 2.31) (2 :OBJECT \"personClass\" ((\"age\" . 12))))))\n```\n\n## Caveats\n\n- References not supported yet\n\n## Documentation\n\n- [Wiki: PHP serialization format](https://en.wikipedia.org/wiki/PHP_serialization_format)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjunker%2Fphp-unserialize","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjunker%2Fphp-unserialize","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjunker%2Fphp-unserialize/lists"}