pdo-wrapper
PDO wrapper for MySQL (by dcblogdev)
adr
Action-Domain-Responder: a web-specific alternative to Model-View-Controller. (by pmjones)
pdo-wrapper | adr | |
---|---|---|
1 | 15 | |
113 | 1,126 | |
0.0% | 0.0% | |
3.7 | 0.0 | |
10 months ago | about 3 years ago | |
PHP | HTML | |
MIT License | - |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
pdo-wrapper
Posts with mentions or reviews of pdo-wrapper.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-03-13.
-
Laravel or Yii in 2022
I just use a router like Bramus together with a PDO wrapper and my views are just old-school PHP templates (no Twig/Blade/Smarty). For logging check out monolog.
adr
Posts with mentions or reviews of adr.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-04-18.
-
Repositories and their true purpose
This is one of the questions Action Domain Responder seeks to answer. The answer for Actions in ADR is the same answer as for a Controller action method in MVC.
-
What's the best approach for refactoring my controller into action classes?
First, this is an excellent question. But to answer it, we need to define some terms. Do you mean "action" as in ADR, where the action class is what would have been a controller action method (aka "single-action controller")? Or do you mean "action" as the Laravel folks often use it, a la https://laravelactions.com/ ?
-
MVU Architectural Patterns for PHP
With that in mind, MVU strikes me as being a lot like Action Domain Responder. (I've not heard of MVU before.)
-
Any good no framework PHP MYSQL web app in github, I can learn from?
Oh sorry, it means Action Domain Responder, it's a design pattern akin to MVC ( and it's nuances like MVVC ) or DDD. This is the blog of Jones, the person who coined that pattern : http://pmjones.io/adr/
-
Starting new job - Need to hone my PHP Skills
ADR (as opposed to MVC) - direct link - example
-
Vanilla PHP vs PHP Framework
Contra /u/dave8271 below, I think it does matter. There are many different ideas about MVC, and as such it's not a very clear vocabulary term, esp. on the server side. The Action Domain Responder pattern exists to help clarify some of those distinctions.
-
API vs MVC
At first I read this as (my paper on) ADR vs MVC. You may wish to consider the ADR pattern over MVC for an API system.
-
Build your next RESTful API with fully automatic router ! Just install and forget
Ah, thanks for saying! As far as one class per route, it's more in line with Action Domain Responder than with what we usually think of as MVC.
-
Whats MVC ?
This is it: https://github.com/pmjones/adr/blob/master/MVC-MODEL-2.md
-
Laravel or Yii in 2022
cough Action Domain Responder cough
What are some alternatives?
When comparing pdo-wrapper and adr you can also consider the following projects:
php-pdo-db-class - PHP PDO wrapper class
clean-code-php - :bathtub: Clean Code concepts adapted for PHP
PdoOne - It is a simple library for PHP that simplify the use of the PDO extension.
slim4-skeleton - A Slim 4 Skeleton
pdo-via-oci8 - PHP PDO_OCI functions via OCI8 extension
learning-oop-in-php - A collection of resources to learn object-oriented programming and related concepts for PHP developers.