{"id":13624086,"url":"https://github.com/schmittjoh/serializer","last_synced_at":"2025-05-13T17:04:12.061Z","repository":{"id":5741712,"uuid":"6954048","full_name":"schmittjoh/serializer","owner":"schmittjoh","description":"Library for (de-)serializing data of any complexity (supports JSON, and XML)","archived":false,"fork":false,"pushed_at":"2025-05-04T19:48:09.000Z","size":5181,"stargazers_count":2338,"open_issues_count":163,"forks_count":586,"subscribers_count":40,"default_branch":"master","last_synced_at":"2025-05-06T16:14:14.042Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://jmsyst.com/libs/serializer","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/schmittjoh.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","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,"zenodo":null},"funding":{"github":["goetas","scyzoryck"]}},"created_at":"2012-12-01T12:46:39.000Z","updated_at":"2025-05-04T19:48:14.000Z","dependencies_parsed_at":"2023-01-14T11:30:05.872Z","dependency_job_id":"ac3bc54a-f836-482d-b9c8-655947eb400f","html_url":"https://github.com/schmittjoh/serializer","commit_stats":{"total_commits":1524,"total_committers":253,"mean_commits":6.023715415019763,"dds":0.655511811023622,"last_synced_commit":"b4e612825a22c5d584e9b8eb365d6afc9d17e0e5"},"previous_names":[],"tags_count":92,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schmittjoh%2Fserializer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schmittjoh%2Fserializer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schmittjoh%2Fserializer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schmittjoh%2Fserializer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/schmittjoh","download_url":"https://codeload.github.com/schmittjoh/serializer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253990455,"owners_count":21995773,"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":[],"created_at":"2024-08-01T21:01:38.689Z","updated_at":"2025-05-13T17:04:12.022Z","avatar_url":"https://github.com/schmittjoh.png","language":"PHP","readme":"\u003e # UKRAINE NEEDS YOUR HELP NOW!\n\u003e\n\u003e On 24 February 2022, Russian [President Vladimir Putin ordered an invasion of Ukraine by Russian Armed Forces](https://www.bbc.com/news/world-europe-60504334).\n\u003e\n\u003e Your support is urgently needed.\n\u003e\n\u003e - Donate to the volunteers. Here is the volunteer fund helping the Ukrainian army to provide all the necessary equipment:\n\u003e  https://bank.gov.ua/en/news/all/natsionalniy-bank-vidkriv-spetsrahunok-dlya-zboru-koshtiv-na-potrebi-armiyi or https://savelife.in.ua/en/donate/\n\u003e - Triple-check social media sources. Russian disinformation is attempting to coverup and distort the reality in Ukraine.\n\u003e - Help Ukrainian refugees who are fleeing Russian attacks and shellings: https://www.globalcitizen.org/en/content/ways-to-help-ukraine-conflict/\n\u003e -  Put pressure on your political representatives to provide help to Ukraine.\n\u003e -  Believe in the Ukrainian people, they will not surrender, they don't have another Ukraine.\n\u003e\n\u003e THANK YOU!\n----\n\n# jms/serializer \n\n[![GitHub Actions][GA Image]][GA Link]\n[![Packagist][Packagist Image]][Packagist Link]\n\n![alt text](doc/logo-small.png)\n\n## Introduction\n\nThis library allows you to (de-)serialize data of any complexity. Currently, it supports XML and JSON.\n\nIt also provides you with a rich tool-set to adapt the output to your specific needs.\n\nBuilt-in features include:\n\n- (De-)serialize data of any complexity; circular references and complex exclusion strategies are handled gracefully.\n- Supports many built-in PHP types (such as dates, intervals)\n- Integrates with Doctrine ORM, et. al.\n- Supports versioning, e.g. for APIs\n- Configurable via XML, YAML, or Annotations\n\n   \n## Documentation\n\nLearn more about the serializer in its [documentation](http://jmsyst.com/libs/serializer).\n\n## Notes\n\nYou are browsing the code for the 3.x version, if you are interested in the 1.x or 2.x version, \ncheck the [1.x][1.x] and [2.x][2.x] branches.\n\nThe version `3.x` is the supported version (`master` branch).\nThe `1.x` and `2.x` versions are not supported anymore. \n\nFor the `1.x` and `2.x` branches there will be no additional feature releases.  \nSecurity issues will be fixed till the 1st January 2020 and \nonly critical bugs might receive fixes until the 1st September 2019.\n\nInstructions on how to upgrade to 3.x are available in the [UPGRADING][UPGRADING] document.\n\n## Professional Support\n\nFor eventual paid support please write an email to [goetas@gmail.com](mailto:goetas@gmail.com).\n \n\n  [CHANGELOG]: https://github.com/schmittjoh/serializer/blob/master/CHANGELOG.md\n  [UPGRADING]: https://github.com/schmittjoh/serializer/blob/master/UPGRADING.md\n\n  [GA Image]: https://github.com/schmittjoh/serializer/workflows/CI/badge.svg\n  \n  [GA Link]: https://github.com/schmittjoh/serializer/actions?query=workflow%3A%22CI%22+branch%3Amaster\n  \n  [Packagist Image]: https://img.shields.io/packagist/v/jms/serializer.svg\n  \n  [Packagist Link]: https://packagist.org/packages/jms/serializer\n  \n  [1.x]: https://github.com/schmittjoh/serializer/tree/1.x\n  [2.x]: https://github.com/schmittjoh/serializer/tree/2.x\n","funding_links":["https://github.com/sponsors/goetas","https://github.com/sponsors/scyzoryck"],"categories":["数据结构和存储","数据结构和存储 Data Structure and Storage","目录","Table of Contents","PHP","Data Structure and Storage","数据结构和存储( Data Structure and Storage )"],"sub_categories":["数据结构和存储 Data Structure and Storage","Data Structure and Storage"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschmittjoh%2Fserializer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fschmittjoh%2Fserializer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschmittjoh%2Fserializer/lists"}