{"id":20170808,"url":"https://github.com/pear/crypt_gpg","last_synced_at":"2025-04-04T06:07:26.095Z","repository":{"id":2124535,"uuid":"3067304","full_name":"pear/Crypt_GPG","owner":"pear","description":"Encrypt/decrypt PGP messages with PHP","archived":false,"fork":false,"pushed_at":"2024-03-23T10:47:14.000Z","size":6354,"stargazers_count":86,"open_issues_count":0,"forks_count":31,"subscribers_count":21,"default_branch":"master","last_synced_at":"2024-04-04T06:44:21.661Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://pear.php.net/package/Crypt_GPG","language":"PHP","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-2.1","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pear.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":"2011-12-29T06:33:53.000Z","updated_at":"2024-06-18T12:20:47.809Z","dependencies_parsed_at":"2024-06-18T12:20:46.070Z","dependency_job_id":"32ffb7c0-0066-4dee-aa0a-e266473f1ff0","html_url":"https://github.com/pear/Crypt_GPG","commit_stats":{"total_commits":484,"total_committers":21,"mean_commits":"23.047619047619047","dds":0.4669421487603306,"last_synced_commit":"74c8f989cefbe0887274b461dc56197e121bfd04"},"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pear%2FCrypt_GPG","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pear%2FCrypt_GPG/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pear%2FCrypt_GPG/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pear%2FCrypt_GPG/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pear","download_url":"https://codeload.github.com/pear/Crypt_GPG/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247128750,"owners_count":20888235,"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-11-14T01:21:27.585Z","updated_at":"2025-04-04T06:07:26.069Z","avatar_url":"https://github.com/pear.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Crypt_GPG #\nCrypt_GPG is a PHP package to interact with the [GNU Privacy Guard\n(GnuPG)](https://www.gnupg.org/). GnuPG is a free and open-source\nimplementation of the [OpenPGP](https://www.ietf.org/rfc/rfc4880.txt)\nprotocol, providing key management, data encryption and data signing.\nCrypt_GPG provides an object-oriented API for performing OpenPGP\nactions using GnuPG.\n\n## Documentation ##\n\n### Quick Example\n```php\n\u003c?php\n\nrequire_once 'Crypt/GPG.php';\n\n$gpg = new Crypt_GPG();\n$gpg-\u003eaddEncryptKey('test@example.com');\n$data = $gpg-\u003eencrypt('my secret data');\n\n?\u003e\n```\n\n### Further Documentation ###\n* [High-Level Documentation](https://pear.php.net/manual/en/package.encryption.crypt-gpg.intro.php)\n* [Detailed API Documentation](https://pear.php.net/package/Crypt_GPG/docs/latest/)\n\n## Bugs and Issues ##\nPlease report all new issues via the [PEAR bug tracker](https://pear.php.net/bugs/search.php?cmd=display\u0026package_name[]=Crypt_GPG).\n\nPlease submit pull requests for your bug reports!\n\n## Testing ##\nTo test, run either\n`$ phpunit tests/`\n  or\n`$ pear run-tests -r`\n\n## Building ##\nTo build, simply\n`$ pear package`\n\n## Installing ##\nTo install from scratch\n`$ pear install package.xml`\n\nTo upgrade\n`$ pear upgrade -f package.xml`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpear%2Fcrypt_gpg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpear%2Fcrypt_gpg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpear%2Fcrypt_gpg/lists"}