{"id":13409413,"url":"https://github.com/hevertonfreitas/base65536","last_synced_at":"2026-01-15T23:19:48.469Z","repository":{"id":61710287,"uuid":"54432774","full_name":"hevertonfreitas/base65536","owner":"hevertonfreitas","description":"Base65536 implementation in PHP","archived":false,"fork":false,"pushed_at":"2016-03-22T13:39:23.000Z","size":12,"stargazers_count":18,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-14T13:57:26.377Z","etag":null,"topics":[],"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/hevertonfreitas.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-03-22T00:28:04.000Z","updated_at":"2025-05-14T06:33:30.000Z","dependencies_parsed_at":"2022-10-20T08:00:38.770Z","dependency_job_id":null,"html_url":"https://github.com/hevertonfreitas/base65536","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hevertonfreitas/base65536","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hevertonfreitas%2Fbase65536","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hevertonfreitas%2Fbase65536/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hevertonfreitas%2Fbase65536/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hevertonfreitas%2Fbase65536/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hevertonfreitas","download_url":"https://codeload.github.com/hevertonfreitas/base65536/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hevertonfreitas%2Fbase65536/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28473974,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-15T22:27:41.514Z","status":"ssl_error","status_checked_at":"2026-01-15T21:54:47.910Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":[],"created_at":"2024-07-30T20:01:00.576Z","updated_at":"2026-01-15T23:19:48.453Z","avatar_url":"https://github.com/hevertonfreitas.png","language":"PHP","funding_links":[],"categories":["PHP"],"sub_categories":[],"readme":"# Base65536\n\n[![Build Status](https://travis-ci.org/hevertonfreitas/base65536.svg?branch=master)](https://travis-ci.org/hevertonfreitas/base65536)\n[![Latest Stable Version](https://poser.pugx.org/hevertonfreitas/base65536/v/stable)](https://packagist.org/packages/hevertonfreitas/base65536)\n[![Total Downloads](https://poser.pugx.org/hevertonfreitas/base65536/downloads)](https://packagist.org/packages/hevertonfreitas/base65536)\n[![Latest Unstable Version](https://poser.pugx.org/hevertonfreitas/base65536/v/unstable)](https://packagist.org/packages/hevertonfreitas/base65536)\n[![StyleCI](https://styleci.io/repos/54432774/shield)](https://styleci.io/repos/54432774)\n[![License](https://poser.pugx.org/hevertonfreitas/base65536/license)](http://opensource.org/licenses/MIT)\n\nPHP implementation of the [base65536](https://github.com/ferno/base65536) algorithm.\n\n## Installation\n\n```bash\ncomposer require hevertonfreitas/base65536\n```\n\n## Usage\n\n```php\nrequire 'vendor/autoload.php';\n\nuse \\Hevertonfreitas\\Base65536\\Base65536;\n\n$encodedString = Base65536::encode('hello world'); // Output: 驨ꍬ啯𒁷ꍲᕤ\n\n$decodedString = Base65536::decode($encodedString); // Output: hello world \n```\n\n## Credits\nJavascript original implementation: [base65536](https://github.com/ferno/base65536).\n\n## License\n\nThe MIT License (MIT)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhevertonfreitas%2Fbase65536","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhevertonfreitas%2Fbase65536","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhevertonfreitas%2Fbase65536/lists"}