{"id":15518897,"url":"https://github.com/gasol/pecl-nacl","last_synced_at":"2025-10-14T00:34:35.442Z","repository":{"id":6788093,"uuid":"8035397","full_name":"Gasol/pecl-nacl","owner":"Gasol","description":"NaCl PHP Extension","archived":false,"fork":false,"pushed_at":"2017-02-02T03:52:38.000Z","size":54,"stargazers_count":4,"open_issues_count":2,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-06-13T21:44:13.220Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://nacl.cr.yp.to/","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Gasol.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}},"created_at":"2013-02-05T18:48:05.000Z","updated_at":"2019-06-14T02:52:15.000Z","dependencies_parsed_at":"2022-09-17T05:50:38.174Z","dependency_job_id":null,"html_url":"https://github.com/Gasol/pecl-nacl","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Gasol/pecl-nacl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gasol%2Fpecl-nacl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gasol%2Fpecl-nacl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gasol%2Fpecl-nacl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gasol%2Fpecl-nacl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Gasol","download_url":"https://codeload.github.com/Gasol/pecl-nacl/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gasol%2Fpecl-nacl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279017355,"owners_count":26086052,"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-10-13T02:00:06.723Z","response_time":61,"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-02T10:19:32.544Z","updated_at":"2025-10-14T00:34:35.397Z","avatar_url":"https://github.com/Gasol.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"PHP NaCl\n========\n\n[![Build Status](https://travis-ci.org/Gasol/pecl-nacl.svg)](https://travis-ci.org/Gasol/pecl-nacl)\n\nIntro\n-----\n\nThis is a PHP interface to [NaCl](https://nacl.cr.yp.to/), not Google's NativeClient. \n\nNaCl is a new easy-to-use high-speed software library for network communication, encryption, decryption, signatures, etc. NaCl's goal is to provide all of the core operations needed to build higher-level cryptographic tools.\n\nRequirements\n------------\n\n* PHP 5.3.3 or later\n* NaCl 20110221 with PIC support\n\nInstallation as PHP module\n------------\n\n### Install from source\n\nInstall\n\n    $ git clone git://github.com/Gasol/pecl-nacl\n    $ cd pecl-nacl\n    $ phpize\n    $ ./configure --with-nacl\n    $ make install\n\nConfiguration\n\nAdd nacl extension into your php.ini\n\n    extension=nacl.so\n\n\nNaCl library installation (for development)\n-----------------------\n\n#### Mac\n\nHomebrew\n\n    $ brew install nacl\n\n#### FreeBSD\n\n    $ cd /usr/ports/security/nacl\n    $ make install clean\n\n#### Build from source\n\n    $ wget http://hyperelliptic.org/nacl/nacl-20110221.tar.bz2\n    $ tar jxvf nacl-20110221.tar.bz2\n    $ cd nacl-20110221\n    $ rm -rf crypto_onetimeauth/poly1305/amd64\n    $ sed -i -e \"s/$/ -fPIC/\" ${WRKSRC}/okcompilers/c\n    $ ./do\n\nTODO\n----\n\nSupport Debian (wheezy) and Ubuntu 12.04\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgasol%2Fpecl-nacl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgasol%2Fpecl-nacl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgasol%2Fpecl-nacl/lists"}