{"id":17976059,"url":"https://github.com/deemru/abcode","last_synced_at":"2025-04-04T00:14:27.363Z","repository":{"id":56964653,"uuid":"165437071","full_name":"deemru/ABCode","owner":"deemru","description":"ABC (alphabet) encode/decode for PHP","archived":false,"fork":false,"pushed_at":"2023-04-10T15:29:35.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-10T01:28:25.013Z","etag":null,"topics":["base26","base36","base52","base58","base62","decode","encode","php"],"latest_commit_sha":null,"homepage":"https://packagist.org/packages/deemru/abcode","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/deemru.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":"2019-01-12T21:20:25.000Z","updated_at":"2021-12-23T10:40:18.000Z","dependencies_parsed_at":"2024-10-29T17:32:39.015Z","dependency_job_id":null,"html_url":"https://github.com/deemru/ABCode","commit_stats":{"total_commits":16,"total_committers":1,"mean_commits":16.0,"dds":0.0,"last_synced_commit":"f62be8fa6b640f2ceb6eeef0bfd49d7d41794216"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deemru%2FABCode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deemru%2FABCode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deemru%2FABCode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deemru%2FABCode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deemru","download_url":"https://codeload.github.com/deemru/ABCode/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247098001,"owners_count":20883129,"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":["base26","base36","base52","base58","base62","decode","encode","php"],"created_at":"2024-10-29T17:21:48.032Z","updated_at":"2025-04-04T00:14:27.341Z","avatar_url":"https://github.com/deemru.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ABCode\n\n[![packagist](https://img.shields.io/packagist/v/deemru/abcode.svg)](https://packagist.org/packages/deemru/abcode) [![php-v](https://img.shields.io/packagist/php-v/deemru/abcode.svg)](https://packagist.org/packages/deemru/abcode) [![GitHub](https://img.shields.io/github/actions/workflow/status/deemru/ABCode/php.yml?label=github%20actions)](https://github.com/deemru/ABCode/actions/workflows/php.yml) [![codacy](https://img.shields.io/codacy/grade/7a3dfcb3ed8642c68e039008cd86c3fc.svg?label=codacy)](https://app.codacy.com/gh/deemru/ABCode/files) [![license](https://img.shields.io/packagist/l/deemru/abcode.svg)](https://packagist.org/packages/deemru/abcode)\n\n[ABCode](https://github.com/deemru/ABCode) is a universal (single byte per character) alphabet converter for PHP.\n\n- Built in base58\n- Convert strings to your alphabet\n- Convert between alphabets\n\n## Usage\n\n```php\n// Built in base58\n$data = ABCode::base58()-\u003eencode( 'Hello, world!' );\nif( $data !== '72k1xXWG59wUsYv7h2' )\n    exit( 1 );\n\n// Convert strings to your alphabet\n$abcode = new ABCode( 'my_ABC' );\n$data = $abcode-\u003eencode( $data );\nif( $data !== 'BAAy_Cmm_BA_AC_BCA_A_ymymCCmyyBBABBACCyBm___mA_BAm_yA__' )\n    exit( 1 );\n\n// Convert between alphabets\n$abcode = new ABCode( 'my_ABC', 'another_ABC-123' );\n$data = $abcode-\u003edecode( $data );\nif( $data !== 'otah2_en3_o22ABhhrroA1eCAC3ronBn3t2-o' )\n    exit( 1 );\n```\n\n## Requirements\n\n- [PHP](http://php.net) \u003e=5.4\n- [GMP](http://php.net/manual/en/book.gmp.php)\n\n## Installation\n\nRequire through Composer:\n\n```json\n{\n    \"require\": {\n        \"deemru/abcode\": \"1.0.*\"\n    }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeemru%2Fabcode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeemru%2Fabcode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeemru%2Fabcode/lists"}