{"id":21353409,"url":"https://github.com/feathersui/amfio","last_synced_at":"2026-02-27T00:02:20.182Z","repository":{"id":53267368,"uuid":"521333696","full_name":"feathersui/amfio","owner":"feathersui","description":"AMF and LSO binary readers and writers for OpenFL and Feathers UI","archived":false,"fork":false,"pushed_at":"2026-01-13T19:51:33.000Z","size":286,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-13T21:44:17.480Z","etag":null,"topics":["action-message-format","amf","amf-parser","amf0","amf3","feathers-ui","haxe","local-shared-objects","openfl","sharedobject","sol"],"latest_commit_sha":null,"homepage":"https://api.feathersui.com/amfio/","language":"Haxe","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/feathersui.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"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,"notice":"NOTICE","maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"joshtynjala","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2022-08-04T16:13:08.000Z","updated_at":"2026-01-13T19:51:36.000Z","dependencies_parsed_at":"2024-09-06T19:37:26.512Z","dependency_job_id":null,"html_url":"https://github.com/feathersui/amfio","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/feathersui/amfio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feathersui%2Famfio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feathersui%2Famfio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feathersui%2Famfio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feathersui%2Famfio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/feathersui","download_url":"https://codeload.github.com/feathersui/amfio/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feathersui%2Famfio/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29878269,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-26T23:51:21.483Z","status":"ssl_error","status_checked_at":"2026-02-26T23:50:46.793Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["action-message-format","amf","amf-parser","amf0","amf3","feathers-ui","haxe","local-shared-objects","openfl","sharedobject","sol"],"created_at":"2024-11-22T03:17:30.724Z","updated_at":"2026-02-27T00:02:20.166Z","avatar_url":"https://github.com/feathersui.png","language":"Haxe","funding_links":["https://github.com/sponsors/joshtynjala"],"categories":[],"sub_categories":[],"readme":"# AMF I/O\n\nReaders and writers for [OpenFL](https://openfl.org/) targeting the [Action Message Format (AMF)](https://en.wikipedia.org/wiki/Action_Message_Format) and [Flash Local Shared Object (LSO)](https://en.wikipedia.org/wiki/Local_shared_object) binary data formats. Written in [Haxe](https://haxe.org/).\n\nContains the following types for AMF input and output.\n\n- `AMFReader`: Reads AMF0 or AMF3 objects from a [`ByteArray`](https://api.openfl.org/openfl/utils/ByteArray.html)\n- `AMFWriter`: Writes AMF0 or AMF3 objects to a [`ByteArray`](https://api.openfl.org/openfl/utils/ByteArray.html)\n- `SolReader`: Reads Flash Local Shared Object data from a [`ByteArray`](https://api.openfl.org/openfl/utils/ByteArray.html)\n- `SolWriter`: Writes Flash Local Shared Object data to a [`ByteArray`](https://api.openfl.org/openfl/utils/ByteArray.html)\n- `AMFEcmaArray`: An associative array that may contain both integer and string keys. Like a combination of an [array](https://haxe.org/manual/std-Array.html) and an [anonymous structure](https://haxe.org/manual/types-anonymous-structure.html).\n- `AMFDictionary`: Similar to the [`Map` type](https://haxe.org/manual/std-Map.html), but keys are not restricted to a single type.\n\n## Minimum Requirements\n\n- Haxe 4.1\n- OpenFL 9.2.0\n\n## Installation\n\nRun the following command in a terminal to install [amfio](https://lib.haxe.org/p/amfio) from Haxelib.\n\n```sh\nhaxelib install amfio\n```\n\n## Project Configuration\n\nAfter installing the library above, add it to your OpenFL _project.xml_ file:\n\n```xml\n\u003chaxelib name=\"amfio\" /\u003e\n```\n\n## Documentation\n\n- [amfio API Reference](https://api.feathersui.com/amfio/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffeathersui%2Famfio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffeathersui%2Famfio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffeathersui%2Famfio/lists"}