Download the PHP package morris/dop without Composer
On this page you can find all versions of the php package morris/dop. 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 dop
DOP
DOP is an immutable API on top of PDO to compose and execute SQL statements.
- Extended parameters (
::param
and??
) allow binding to arbitrary values like arrays,null
and SQL fragments. - Provides helpers for writing common queries, e.g. selects, inserts, updates, deletes.
- Tested with SQLite, PostgreSQL, and MySQL.
Installation
DOP requires PHP >= 5.3.0 and PDO. Install via composer:
Usage
Internally, ??
and ::named
parameters are resolved before statement preparation.
Note that due to the current implementation using regular expressions,
you should never use quoted strings directly. Always use bound parameters.
Reference
See API.md for a complete API reference.
Contributors
Thanks!
All versions of dop with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package morris/dop contains the following files
Loading the files please wait ....