microgears / webstone-pdo
Wrapper around PDO that defines a simple and consistent interface for accessing databases in PHP.
1.0.3
2024-08-23 08:01 UTC
Requires
- php: ^7.2|^8.0
- ext-curl: *
- ext-json: *
- ext-mbstring: *
- ext-pdo: *
- ext-simplexml: *
- microgears/webstone-cache: ^1.0
- microgears/webstone-stdlib: ^1.0
Requires (Dev)
- chronolog/chronolog: ^1.0
- phpunit/phpunit: ^10.5
This package is auto-updated.
Last update: 2025-03-23 09:10:05 UTC
README
Wrapper around PDO that defines a simple and consistent interface for accessing databases in PHP
About
Requirements
- WebStone\PDO
^1.0
works with PHP 8.1 or above.
Feedback
If you find errors or bugs, create an Issue
When reporting bugs or incorrect operation of the library, be sure to indicate:
- Library version
- Do the built-in examples/tests work correctly?
- What code was loaded, what work was expected from it and how it works in reality
- Attach the (minimal) code in which the bug was found.
Author
Maxim Kirichenko - kirichenko.maxim@gmail.com
License
WebStone\PDO is licensed under the MIT License - see the LICENSE file for details