diff --git a/README.markdown b/README.markdown index 2e1bf36d..af734e1d 100644 --- a/README.markdown +++ b/README.markdown @@ -176,6 +176,7 @@ them from different languages is easier. * Haskell: [Saltine](https://github.com/tel/saltine) * Java: [Kalium](https://github.com/abstractj/kalium) * Julia: [Sodium.jl](https://github.com/amitmurthy/Sodium.jl) +* PHP: [PHP-Sodium](https://github.com/alethia7/php-sodium) * Python: [PyNaCl](https://github.com/dstufft/pynacl) * Racket: part of [CRESTaceans](https://github.com/mgorlick/CRESTaceans/tree/master/bindings/libsodium) * Ruby: [RbNaCl](https://github.com/cryptosphere/rbnacl) diff --git a/THANKS b/THANKS index c682489c..c2fc35e9 100644 --- a/THANKS +++ b/THANKS @@ -1,3 +1,4 @@ +@alethia7 @neheb Amit Murthy (@amitmurthy) Bruno Oliveira (@abstractj)