{"id":16292781,"url":"https://github.com/scottchiefbaker/php-base85","last_synced_at":"2025-07-28T23:09:44.655Z","repository":{"id":152043435,"uuid":"15718760","full_name":"scottchiefbaker/php-base85","owner":"scottchiefbaker","description":"PHP Base85 library","archived":false,"fork":false,"pushed_at":"2024-04-13T00:14:34.000Z","size":46,"stargazers_count":17,"open_issues_count":1,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-26T15:41:20.238Z","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":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/scottchiefbaker.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":"2014-01-07T22:35:33.000Z","updated_at":"2025-05-27T13:41:20.000Z","dependencies_parsed_at":"2024-04-13T01:41:08.976Z","dependency_job_id":null,"html_url":"https://github.com/scottchiefbaker/php-base85","commit_stats":{"total_commits":57,"total_committers":3,"mean_commits":19.0,"dds":"0.052631578947368474","last_synced_commit":"57ca25f69fb87946000ebac8a5cab1c20dda63ea"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/scottchiefbaker/php-base85","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scottchiefbaker%2Fphp-base85","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scottchiefbaker%2Fphp-base85/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scottchiefbaker%2Fphp-base85/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scottchiefbaker%2Fphp-base85/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/scottchiefbaker","download_url":"https://codeload.github.com/scottchiefbaker/php-base85/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scottchiefbaker%2Fphp-base85/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267600448,"owners_count":24113784,"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","status":"online","status_checked_at":"2025-07-28T02:00:09.689Z","response_time":68,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-10-10T20:08:50.047Z","updated_at":"2025-07-28T23:09:44.638Z","avatar_url":"https://github.com/scottchiefbaker.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"PHP Base85\n==========\n\nA pure PHP extension to encode and decode data with [base85](http://en.wikipedia.org/wiki/Ascii85).\n\nUsage:\n------\n```PHP\nrequire(\"/path/to/base85.class.php\");\n\n$encoded = base85::encode('Base85 is pretty cool');\n$decoded = base85::decode(':e4D*;K$\u0026\\Er');\n\nprint \"Encoded: $encoded\\n\";\nprint \"Decoded: $decoded\\n\";\n```\n\nShould output:\n\n```\nEncoded: 6=FqH3\u0026MgmF!,FBATW$\u003e+Cf\u003e.C]\nDecoded: PHP Rocks\n```\n\n**Note:** There is a PHP extension written in C also named [php-base85](https://github.com/raducu/php-base85).\nThat library is most likely faster, but may be harder to install (requires\nthe ability to load extensions).\n\nNote on 32bit:\n--------------\nBase85 requires doing math on numbers larger than 2^31. 32bit PHP cannot\ndo math on an integer this large. On 32bit systems we use the `gmp` extension\nto work around this limitation. If you are on a 32bit system make sure you\nhave the `gmp` module enabled in PHP.\n\nAll unit tests pass on a 32bit RaspberryPi.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscottchiefbaker%2Fphp-base85","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscottchiefbaker%2Fphp-base85","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscottchiefbaker%2Fphp-base85/lists"}