Download the PHP package francescozanoni/zend-cache-sqlite3-pdo without Composer
On this page you can find all versions of the php package francescozanoni/zend-cache-sqlite3-pdo. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download francescozanoni/zend-cache-sqlite3-pdo
More information about francescozanoni/zend-cache-sqlite3-pdo
Files in francescozanoni/zend-cache-sqlite3-pdo
Download francescozanoni/zend-cache-sqlite3-pdo
More information about francescozanoni/zend-cache-sqlite3-pdo
Files in francescozanoni/zend-cache-sqlite3-pdo
Vendor francescozanoni
Package zend-cache-sqlite3-pdo
Short Description SQLite 3 cache engine for Zend Framework 1, based on PDO driver
License MIT
Package zend-cache-sqlite3-pdo
Short Description SQLite 3 cache engine for Zend Framework 1, based on PDO driver
License MIT
Please rate this library. Is it a good library?
Informations about the package zend-cache-sqlite3-pdo
SQLite 3 cache engine for Zend Framework 1 (PDO driver) 
Purposes
- add SQLite 3-based cache engine to Zend Framework 1, besides the default SQLite 2 engine
- provide it as Composer package, with specific requirements and fully automated installation
- integrate with the official Zend Framework 1 package
How to use
-
add this package to your project dependencies:
-
customize application.ini file:
- create cache database file and make it writable by web user (tables are created automatically by the engine itself):
How to test
-
on Unix/Linux:
- on Windows:
History
- gencer/zend-cache-sqlite3 started the project, with instructions on how to manually copy and paste the code to the suitable Zend Framework's subfolder. PDO and native driver versions are provided together.
- tttptd/zend-cache-sqlite3 added a basic Composer-compliant structure, but left the manual installation and the two versions together.
- I've added the official Zend Framework 1 package as requirement and split the original package into two different packages: this one and francescozanoni/zend-cache-sqlite3-native, in order to let the final user choose and handle requirements accordingly. The engine code (src/Zend/Cache/Backend/Sqlite3.php) was taken as-is from the mentioned repositories, I've only wrapped it into a Composer-compliant file/folder structure.
References
All versions of zend-cache-sqlite3-pdo with dependencies
PHP Build Version
Package Version
The package francescozanoni/zend-cache-sqlite3-pdo contains the following files
Loading the files please wait ...