Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 05-Dec-2019 | - | ||||
tests/ | H | 05-Dec-2019 | - | |||
CREDITS | H A D | 05-Dec-2019 | 19 | 3 | 2 | |
README.md | H A D | 05-Dec-2019 | 454 | 13 | 9 | |
config.m4 | H A D | 05-Dec-2019 | 1.9 KiB | 65 | 53 | |
config.w32 | H A D | 05-Dec-2019 | 516 | 16 | 13 | |
libsodium.c | H A D | 05-Dec-2019 | 119.8 KiB | 3,732 | 3,404 | |
libsodium.php | H A D | 05-Dec-2019 | 559 | 25 | 23 | |
php_libsodium.h | H A D | 05-Dec-2019 | 5.6 KiB | 133 | 99 |
README.md
1[![Build Status](https://travis-ci.org/jedisct1/libsodium-php.svg?branch=master)](https://travis-ci.org/jedisct1/libsodium-php?branch=master) 2 3libsodium-php 4============= 5 6A simple, low-level PHP extension for 7[libsodium](https://github.com/jedisct1/libsodium). 8 9Full documentation here: 10[Using Libsodium in PHP Projects](https://paragonie.com/book/pecl-libsodium), 11a guide to using the libsodium PHP extension for modern, secure, and 12fast cryptography. 13