#@charjr what's our most basic php

1 messages · Page 1 of 1 (latest)

novel cradle
#

With phpunit, my first thought would be pcov for coverage reports.

My knowledge on extensions is limited though so I don't know many to compare.

@wind light and yourself may know of some other options to weigh up

primal surge
#

Yeah. If pcov is on PECL then fine we can do it. I don't wanna clone third party stuff from github for this simple example

wind light
#

Xdebug otherwise

primal surge
#

Not common, coz these are prod images. Xdebug is complex.

wind light
#

MySQL and gmp are other common ones

primal surge
#

pdo_mysql

#

bcmath?

wind light
#

Either or, gmp seems more common

primal surge
#

It's the "most common path" for php apps.

#

Kk

wind light
#

Redis?

primal surge
#

I think you need to clone a github repo for that.

wind light
#

Same with black fire

novel cradle
#

It looks relatively up to date, last update december 2024

#

Same tag as the latest version on github

primal surge
#

If we add pcov then we are inviting them to generate coverage and publish reports and that's too complex for the intro

novel cradle
#

Yeah fair enough