Learn PHP

A curated list of helpful resources to learn PHP Development. Tutorials, Code Samples, References and more!

Related Products

Beginner Courses

  • PHP Official Manual

    (www.php.net)

    The official PHP manual is an essential resource for learners, providing comprehensive documentation and examples essential to understanding PHP.

    0Β°

Newsletter + Exclusive Voucher + Free Guides – September 2024

Want weekly curated news about all things programming in your inbox? Also, we have an exclusive offer for our newsletter subscribers! Get five free online courses every month with PluralSight. Also we now offer 2 free guides for all our subscribers!

8 programming beginner mistakes to avoid screenshot
8 programming beginner mistakes to avoid

NEW! Sign up and get our free guide: 8 programming beginner mistakes to avoid.

10 top GitHub repos to jumpstart your programming learning journey screenshot
10 top GitHub repos to jumpstart your programming learning journey

Additionally you will get a PDF with the 10 top GitHub repos to jumpstart your programming learning journey!

10 top GitHub repos to jumpstart your programming learning journey screenshot
Weekly curated programming related newsletter

Receive a free weekly curated newsletter with the best programming tips and tricks.

Only few Vouchers left!

Advanced Courses

  • Laracasts

    (laracasts.com)

    While focused on Laravel, this platform offers advanced PHP programming techniques that can greatly enhance your PHP skills.

    0Β°
  • PHPUnit Documentation

    (phpunit.de)

    The official guide to PHPUnit, essential for learning to write unit tests in PHP, part of the development process for robust applications.

    0Β°

References

  • Laravel Documentation

    (laravel.com)

    Laravel is a popular PHP framework. Its documentation includes a thorough introduction to the framework's features and how to build applications with PHP, which is valuable for intermediate learners.

    0Β°

Code Examples

  • PHP Current Version and Features

    (www.php.net)

    This page lists the current PHP version along with its features and improvements. Staying updated with PHP's current state is critical for effective learning and application.

    0Β°

Code Libraries

  • Laravel

    (laravel.com)

    A popular PHP framework for building web applications. The documentation and tutorials are excellent for learners wanting to apply PHP in modern projects.

    0Β°
  • GitHub - PHP

    (github.com)

    The official PHP source code repository on GitHub. It's invaluable for advanced learners who want to explore and contribute to PHP's development.

    0Β°

Tools

  • PHP Official Documentation

    (www.php.net)

    The official PHP documentation provides a comprehensive guide to all features of PHP, including tutorials and detailed explanations of functions and syntax, making it an essential resource for learners.

    0Β°
  • PHP Manual - Function Reference

    (www.php.net)

    The official reference for PHP functions, providing detailed information and examples. It's a crucial tool for understanding how to effectively use PHP's built-in functions.

    0Β°
  • SitePoint PHP Tutorials

    (www.sitepoint.com)

    A collection of in-depth tutorials, articles, and guides covering various PHP topics, aimed at both beginners and experienced developers looking to expand their knowledge.

    0Β°
  • PHP Playground

    (3v4l.org)

    An online PHP sandbox that allows users to run PHP code snippets and see the output instantly. It's a practical tool for hands-on learning and experimentation.

    0Β°

Related Products