PHP
Blog Posts
- Types in PHP
- Code Tip: Arrow Functions in PHP
- Code Tip: Read-Only Properties in PHP
- Code Tip: Enums in PHP
- How to use Attributes/Annotations in PHP 8
- How to use named parameters in PHP
- Declaring properties in the PHP constructor
- Type Union in PHP 8: what it is and how to use it
- What are PHP PSRs
- PSR-1 Learn the basic PHP coding standards
- PSR-4 the PHP autoload recommendation
- Discover Doctrine’s main projects
- Getting started with Doctrine ORM
- Debugging PHP code
- Test coverage report (Code Coverage) with PHPUnit
- See how to view the version and other important PHP information
- How to install PHP and Xdebug on Windows
- Variables in PHP. Access and learn how to declare!
- Arrays in PHP: Learn how to declare and access!
- Foreach in PHP. Learn to read arrays and other structures!
- What are Extensions in PHP
- What is PDO and what are the advantages of using it in PHP
- How to configure VSCode to debug PHP code
- How to install a package with Composer and use it in your PHP project
- IF Else conditional in PHP. Learn its characteristics!