DEV Community

Cover image for PHP libraries and tools

PHP libraries and tools

Rubén Rubio on September 22, 2021

Introduction We want the new project we are starting at Filmin to be robust. Therefore, besides adopting good coding practices, we check...
Collapse
 
bdelespierre profile image
Benjamin Delespierre • Edited

And you? Do you know any interesting tool that is not in this list?

Yes. I would suggest

  • thephpleague/skeleton to kickstart OSS projects on GitHub in 3 minutes
  • Mockery is my favorite mocking library
  • Behat writes your tests for you from your specs
  • PHPMD is old, not obsolete.
  • Faker is the best fake data generator out there

You've already provided a ton of excellent tools. Some I already use everyday. Some I will discover RIGHT NOW OMG LOOKS SOOOO COOOOOOOL

BTW I talk a lot about code quality, so come and subscribe 😎

Collapse
 
tyler36 profile image
tyler36 • Edited

Just a heads up.

fzaninotto/Faker has been sunsetted, so development has stopped.

I recommend using FakerPHP which an attempt at maintaining and developing the code. It should be a drop-in replacement, I can't think of any changes I've had to made but YMMV.

It only support PHP >7.1.

  • EDIT: formatting
Collapse
 
rubenrubiob profile image
Rubén Rubio

Thank you for your recommendation!

Collapse
 
rubenrubiob profile image
Rubén Rubio

Thank you for your suggestions!

Collapse
 
icanhazstring profile image
Andreas Frömer

Author of composer-unused here. Thanks for listing along side those awesome other libraries, feeling honored 💪

Collapse
 
rubenrubiob profile image
Rubén Rubio

Thank you for your work! We have been using your library for some months and it is really useful!

Collapse
 
icanhazstring profile image
Andreas Frömer

Thanks, much appreciated 🙏

Collapse
 
podarok profile image
Andrii Podanenko

Thank you

Collapse
 
ninidc profile image
Nicolas Del castillo

Thanks for the articles!

Collapse
 
marceloroberto profile image
Marcelo Roberto

Fantastic!!! Thanks for shared!!!!

Collapse
 
rubenrubiob profile image
Rubén Rubio

Thank you!