{"id":15025310,"url":"https://github.com/isaactorresmichel/phpserializer","last_synced_at":"2026-04-04T06:36:50.805Z","repository":{"id":56993576,"uuid":"99361424","full_name":"isaactorresmichel/phpserializer","owner":"isaactorresmichel","description":"PHP Serializer is a Factory to get a SerDes class optimized for your PHP installation. Credits on original idea to https://www.drupal.org/project/couchbasedrupal","archived":false,"fork":false,"pushed_at":"2017-08-09T16:15:48.000Z","size":21,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-19T18:43:58.590Z","etag":null,"topics":["deserializer","php","php-7","php7","serdes","serializer"],"latest_commit_sha":null,"homepage":null,"language":"PHP","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/isaactorresmichel.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-08-04T16:32:22.000Z","updated_at":"2022-02-12T14:18:28.000Z","dependencies_parsed_at":"2022-08-21T10:40:42.309Z","dependency_job_id":null,"html_url":"https://github.com/isaactorresmichel/phpserializer","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaactorresmichel%2Fphpserializer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaactorresmichel%2Fphpserializer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaactorresmichel%2Fphpserializer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaactorresmichel%2Fphpserializer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/isaactorresmichel","download_url":"https://codeload.github.com/isaactorresmichel/phpserializer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243324266,"owners_count":20273098,"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":["deserializer","php","php-7","php7","serdes","serializer"],"created_at":"2024-09-24T20:02:02.356Z","updated_at":"2025-12-28T08:00:50.202Z","avatar_url":"https://github.com/isaactorresmichel.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PHP Serializer\n[![Build Status](https://travis-ci.org/isaactorresmichel/phpserializer.svg?branch=master)](https://travis-ci.org/isaactorresmichel/phpserializer)\n[![GitHub issues](https://img.shields.io/github/issues/isaactorresmichel/phpserializer.svg)](https://github.com/isaactorresmichel/phpserializer/issues)\n[![GitHub forks](https://img.shields.io/github/forks/isaactorresmichel/phpserializer.svg)](https://github.com/isaactorresmichel/phpserializer/network)\n[![GitHub stars](https://img.shields.io/github/stars/isaactorresmichel/phpserializer.svg)](https://github.com/isaactorresmichel/phpserializer/stargazers)\n[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/isaactorresmichel/phpserializer/master/LICENSE)\n[![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/)\n\nPHP Serializer is a Factory to get a SerDes class optimized for your PHP installation.\n\n```php\n\u003c?php\n\ninclude 'vendor/autoload.php';\n\n$sd_factory = new isaactorresmichel\\phpserializer\\SerializerFactory();\n\n$data = $sd_factory-\u003egetSerializer()-\u003eserialize(\"Hello World!\");\n\n$success = false;\n$data = $sd_factory-\u003egetSerializer()-\u003eunserialize($data, $success);\n\nif($success){\n    echo \"Unserialize was successful: {$data}\";\n} else {\n    echo \"Failed!\";\n}\n```\n\nCredits on original idea to David Garcia on https://www.drupal.org/project/couchbasedrupal","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisaactorresmichel%2Fphpserializer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fisaactorresmichel%2Fphpserializer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisaactorresmichel%2Fphpserializer/lists"}