Quietly powering ~75% of all websites with server-rendered HTML — WordPress, Wikipedia, Facebook (originally), and countless WooCommerce shops. The web's most underestimated language.
← Back to Server Side<?php ?> tags inside templates.<?php declare(strict_types=1); readonly class Customer { public function __construct( public string $name, public int $age, ) {} public function isAdult(): bool { return $this->age >= 18; } } $adults = array_filter($customers, fn($c) => $c->isAdult());
| Category | Tools |
|---|---|
| Package mgr | Composer |
| Web frameworks | Laravel, Symfony, CodeIgniter, Slim |
| CMS | WordPress, Drupal, Joomla, TYPO3 |
| E-commerce | Magento, WooCommerce, Shopware |
| Test | PHPUnit, Pest |
| Static analysis | PHPStan, Psalm |
WordPress + Drupal own publishing.
Magento, WooCommerce, Shopware.
Laravel + Livewire/Inertia for productive full-stack work.
Symfony underpins many large-scale European apps.