DEV Community

Sjors van Dongen
Sjors van Dongen

Posted on

1

Quickly check which PHP extensions are needed on your server

I just ran into a composer command which displays the required PHP extensions for your production server:

composer check-platform-reqs
Enter fullscreen mode Exit fullscreen mode

It displays all required extensions in a table :-)
Screen Shot 2021-02-25 at 12.30.30
Happy coding!

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay