Download the PHP package semperton/database without Composer
On this page you can find all versions of the php package semperton/database. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download semperton/database
More information about semperton/database
Files in semperton/database
Download semperton/database
More information about semperton/database
Files in semperton/database
Vendor semperton
Package database
Short Description A compact PDO / SQLite wrapper library.
License MIT
Package database
Short Description A compact PDO / SQLite wrapper library.
License MIT
Please rate this library. Is it a good library?
Informations about the package database
Installation
Just use Composer:
Database requires PHP 7.4+
Connection
The class is a wrapper. Its constructor accepts the same parameters as the constructor.
The internal PDO object is lazily created, when you make the first database call. You can pass a as the 5th argument to the constructor that gets called, when PDO first initializes.
Interface
ResultSet
The class is a wrapper around and calls. It's an with additional , and methods.
All versions of database with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.4
The package semperton/database contains the following files
Loading the files please wait ....