Download the PHP package erickmcarvalho/likepdo without Composer
On this page you can find all versions of the php package erickmcarvalho/likepdo. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package likepdo
LikePDO
Similar database library to PDO
The LikePDO library is an alternative for those who need to use a database library similar to PDO without the need for native extension. Is fully developed in PHP, using standard features such as MSSQL library and the like, without use the native PDO.
Features
- Well organized and structured files.
- Same methods, constants and syntax of the native PDO.
- Use the PDO::* constants.
- Defines the constant PDO::* if the PDO extension is not installed.
Installing
Here's a very simple way to install:
-
Use Composer to install LikePDO into your project:
- Simple example
All documentation can be based on the PHP manual on the PDO.
Available Drivers
LikePDO currently supports the following drivers:
- Microsoft SQL Server (mssql): Requires the mssql extension
Requirements
- PHP 5.3 (>=)
- Mssql Library (for Microsoft SQL Server driver)
All versions of likepdo with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package erickmcarvalho/likepdo contains the following files
Loading the files please wait ....