kynetiv / php_pdo_sqlcipher

SQLCipher PDO extension for Windows PHP (DLL)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SQLCipher PDO (PHP Data Objects) Extension for Windows PHP (DLL)

Disclaimer: The built DLL's may be old and have vulnerabilities. Use at your own risk.

This repo provides built versions of a PHP PDO interface for sqlcipher as a Windows PHP extension (DLL).

Currently there are compiled versions for:

For Building the extension yourself, see the build instructions.

This project has not fully utilized all of the tools built into sqlite or sqlcipher, and as such, all APIs have not been tested to work (or not work).

Credit to sqlcipher/sqlcipher project for their great work.

Credit to abbat/pdo_sqlcipher for supplying a nice alternative to directly modifying the pdo_sqlite extension.

Credit to CovenantEyes for some of the Windows-specific flags/modifications of the sqlcipher codebase in order to build on windows.

License from Sqlcipher as it is their software. TODO add applicable license info for PHP

About

SQLCipher PDO extension for Windows PHP (DLL)

License:Other