How Can Inexperienced PHP Developers Contribute to an Open Source PHP Project?

How Can Inexperienced PHP Developers Contribute to an Open Source PHP Project?

If you’re among PHP developers whose PHP experience is just enough to edit PHP files and briefly recognize what a function is responsible for, you can participate in different manners based on the community standards for the corresponding project, i.e.:

  • Inline comments across the codebase (ultimately important for ongoing maintenance)
  • Additional comment rework for deprecated functions, new code introduced in a certain version, describing function arguments, etc.
  • Documentation
  • User-based support in forums
  • Submitting bug reports
  • Testing bug reports once a patch is released (a heavy work that’s really noble)

If you can program in PHP but don’t feel confident, don’t worry.

There are plenty of low-profile bugs you can still try to fix. Lots of my WordPress core patches are escaping arguments or confirming the types of incoming parameters (and just protecting the code execution from notices and warnings).

Keep an eye on the bug tracking system and browse the codebase for possible caveats.

All open source projects expect you to submit a patch or a pull request with your changes. Your fix won’t be merged into master right away.

Even if you pinpoint the problem (file, function, possible problem) and your solution isn’t great, your contribution would be valuable. Sometimes maintainers may even give you some tips on refining your patches toward a final fix that gets merged at the end.


Part of:

Mario Peshev is a serial martech entrepreneur, global business advisor, angel investor, and author, famous for launching a top 20 enterprise WordPress consultancy and authoring the modern startup formation book, “MBA Disrupted.”

His digital footprint includes 25 years of creating and scaling technical solutions, building and growing digital teams, starting and growing companies from zero to seven figures, acquiring and selling assets and businesses, and investing in global startups like beehiiv, doola, the Stacked Marketer, Alcatraz, SeedBlink.

Peshev spent over 10,000 hours in consulting and training activities for organizations like VMware, SAP, Software AG, CERN, Saudi Aramco since 2006. His books and guides are references in over 30 universities in North America, Europe, and Asia.


Follow Mario on social:

Latest Editions:

Browse by Category

Latest Answers: