R
R
Ramzzes2018-01-30 05:11:50
PHP
Ramzzes, 2018-01-30 05:11:50

Who uses what to work with MySQL from PHP?

Not for large projects, but for quick writing of small scripts/utilities?
That is, the main task is to quickly distribute requests.
Climbed on packsgist, liked dibi/dibi

Answer the question

In order to leave comments, you need to log in

4 answer(s)
S
Sergey Gerasimov, 2018-01-30
@mrTeo

For a quick one, PDO is quite suitable
php.net/manual/en/book.pdo.php

O
OnYourLips, 2018-01-30
@OnYourLips

For trivia - Illuminate Database .
For everything else, there is Doctrine.

D
Dmitry Bay, 2018-01-30
@kawabanga

ActiveRecord, even for small utilities I use.
Or PDO.

M
Michael Saparov, 2018-01-30
@MichaelSaparov

safemysql - there was a review on Habr.
https://habrahabr.ru/post/165069/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question