Php
17 items tagged with "php"
Migrations4
Drupal 7 to Drupal 10 Migration
Upgrade Drupal 7 to Drupal 10 with content migration
Laravel 10 to Laravel 11 Migration
Upgrade Laravel from 10 to 11 with new directory structure
PHP 5 to PHP 8 Migration
Upgrade legacy PHP 5 codebases to PHP 8 with framework/library modernization
PHP 7 to PHP 8 Migration
Upgrade PHP 7 codebases to PHP 8 with dependency updates and compatibility testing
Products2
Stacks5
LAMP Stack
Linux, Apache, MySQL, PHP - Classic web development stack
LEMP
A classic web stack of Linux, Nginx, MySQL, and PHP that serves dynamic sites with high concurrency and low overhead.
Laravel + Vue
A PHP fullstack pairing the Laravel framework with a Vue front end, often via Inertia, for productive, full-featured web applications.
Vue + Laravel SPA
A Vue single-page frontend talking to a Laravel JSON API, a common PHP full-stack pairing for content-heavy and SaaS applications.
Symfony + API Platform
A robust PHP stack using the Symfony framework and API Platform to generate REST and GraphQL APIs from data models with documentation and standards built in.
Comparisons2
PHP vs Node.js
Two popular web backends: PHP powers a huge share of the web with mature frameworks, while Node.js offers event-driven JavaScript across the full stack.
Laravel vs Symfony
Laravel is a productivity-focused PHP framework with elegant syntax; Symfony is a modular, enterprise-grade framework whose components underpin Laravel.