Tagged articles
107 articles
Page 1 of 2
21CTO
21CTO
May 7, 2026 · Backend Development

PHP 2025: Counterintuitive Changes That Make It More Productive

The 2025 PHP releases (8.4 and 8.5) introduce subtle engineering improvements—property hooks, asymmetric visibility, a pipe operator, clone‑and‑modify, higher framework baselines, stricter static analysis, and safer Composer practices—that together reshape daily coding, testing, and deployment without a radical language overhaul.

ComposerPHPPHP 8.4
0 likes · 13 min read
PHP 2025: Counterintuitive Changes That Make It More Productive
Node.js Tech Stack
Node.js Tech Stack
Apr 22, 2026 · Industry Insights

Why Musk’s $60 B Cursor Deal Is About More Than an Editor

SpaceX announced a partnership with Cursor that includes a $60 billion acquisition option or a $10 billion compute deal, highlighting the massive valuation jump, strategic use of the Colossus supercomputer, and Musk’s broader aim to secure a foothold in AI‑powered developer tools for professional engineers.

AI coding toolsComposerCursor
0 likes · 8 min read
Why Musk’s $60 B Cursor Deal Is About More Than an Editor
php Courses
php Courses
Jan 22, 2026 · Backend Development

Streamline PHP Projects: Automated Packaging and Deployment Best Practices

Learn how to automate PHP project packaging with Composer and streamline deployment using Git and Capistrano, following a step‑by‑step case study that covers creating composer.json, managing dependencies, version control commands, and configuring deployment scripts to boost efficiency and reduce errors.

AutomationCapistranoComposer
0 likes · 5 min read
Streamline PHP Projects: Automated Packaging and Deployment Best Practices
php Courses
php Courses
Nov 26, 2025 · Backend Development

Master Composer: Step-by-Step Guide to PHP Dependency Management

Learn how to install Composer on Linux/macOS and Windows, initialize a PHP project, add and manage dependencies, leverage autoloading, and apply advanced tips like dev packages, autoload optimization, and Chinese mirror configuration to streamline and secure your backend development workflow.

Backend DevelopmentComposerautoload
0 likes · 7 min read
Master Composer: Step-by-Step Guide to PHP Dependency Management
php Courses
php Courses
Nov 20, 2025 · Backend Development

Boost PHP Projects: Master Composer Integration in ServBay

This guide explains how ServBay bundles Composer for seamless PHP dependency management, covering Composer basics, key features, project setup, autoloading, version updates, and a step‑by‑step example that demonstrates creating, installing, and using packages within ServBay.

ComposerServBayVersion Control
0 likes · 7 min read
Boost PHP Projects: Master Composer Integration in ServBay
php Courses
php Courses
Nov 18, 2025 · Backend Development

Convert CSV to HTML in PHP with a Free Cloudmersive API – Step-by-Step Guide

This guide explains how to use the free Cloudmersive Document Convert API in PHP to transform CSV files into well‑structured HTML, covering prerequisite Composer installation, API key configuration, sample code, and error handling, enabling developers to automate the conversion efficiently.

CSVCloudmersiveComposer
0 likes · 3 min read
Convert CSV to HTML in PHP with a Free Cloudmersive API – Step-by-Step Guide
Open Source Tech Hub
Open Source Tech Hub
Nov 8, 2025 · Backend Development

How to Safely Remove PHP Packages with Composer

This guide explains how to identify, uninstall, and verify removal of PHP packages using Composer, covering single and multiple package removal, dev‑dependency handling, manual edits, verification steps, and common pitfalls to keep your project clean and stable.

ComposerDev DependenciesPHP
0 likes · 5 min read
How to Safely Remove PHP Packages with Composer
JavaGuide
JavaGuide
Nov 5, 2025 · Artificial Intelligence

Cursor Goes Beyond the IDE with Agent Mode and Its Own Composer LLM

Cursor, once hailed as the leading AI‑enhanced IDE, has shifted its focus by making Agent mode the default and launching its own large‑model Composer, which the vendor claims runs four times faster than comparable models, though real‑world performance remains to be validated.

AI IDEAgentClaude
0 likes · 4 min read
Cursor Goes Beyond the IDE with Agent Mode and Its Own Composer LLM
Open Source Tech Hub
Open Source Tech Hub
Oct 7, 2025 · Backend Development

Discover Phel: Bringing Functional Lisp Power to PHP Development

Phel is a Lisp‑inspired functional programming language for PHP that integrates seamlessly with the PHP ecosystem, offering immutable data structures, a macro system, an interactive REPL, and concise syntax, while providing step‑by‑step installation via Docker or Composer.

ComposerDockerLisp
0 likes · 6 min read
Discover Phel: Bringing Functional Lisp Power to PHP Development
php Courses
php Courses
Sep 29, 2025 · Backend Development

Build a Simple PHP MVC Framework from Scratch – Step‑by‑Step Guide

This tutorial walks you through creating a basic PHP MVC framework, covering the MVC pattern concepts, required prerequisites, project setup with Composer, directory structure, core components like routing and controllers, view rendering, model creation, and testing the application.

ComposerMVCPHP
0 likes · 8 min read
Build a Simple PHP MVC Framework from Scratch – Step‑by‑Step Guide
php Courses
php Courses
Aug 26, 2025 · Backend Development

Boost PHP Performance: Reduce Composer Autoload Overhead with Simple Tweaks

This article explains why Composer's autoloader can become a performance bottleneck in large PHP projects and provides practical steps—such as using Composer's optimization commands, organizing namespaces, separating dev and prod configurations, leveraging PHP 7.4+ preloading, and monitoring with profiling tools—to significantly cut autoload overhead and improve overall application speed.

ComposerOPcacheautoload
0 likes · 7 min read
Boost PHP Performance: Reduce Composer Autoload Overhead with Simple Tweaks
Open Source Tech Hub
Open Source Tech Hub
Aug 25, 2025 · Backend Development

Why Guzzle Is the Go-To PHP HTTP Client for Modern Backend Development

Guzzle is a powerful, extensible PHP HTTP client that simplifies sending synchronous or asynchronous requests, supports PSR‑7 and PSR‑18 standards, offers a middleware system, and integrates easily via Composer, making it ideal for API integration, file transfer, microservice communication, web crawling, and testing.

APIBackendComposer
0 likes · 7 min read
Why Guzzle Is the Go-To PHP HTTP Client for Modern Backend Development
Open Source Tech Hub
Open Source Tech Hub
Aug 17, 2025 · Backend Development

Boost Your PHP Web App Performance with Proven Optimization Techniques

This guide outlines key factors that affect PHP web application performance and provides practical steps—including PHP environment tuning, disabling debug mode, caching strategies, session and database optimizations, Composer autoload improvements, and offline processing—to significantly speed up your app.

BackendComposerPHP
0 likes · 8 min read
Boost Your PHP Web App Performance with Proven Optimization Techniques
Open Source Tech Hub
Open Source Tech Hub
Aug 2, 2025 · Backend Development

How to Build a PHP SDK for Coze API When Official Support Is Missing

This guide explains why the official Coze SDK lacks PHP support, shows how to install the community‑made pfinalclub/coze_sdk package via Composer, and demonstrates chat, bot management, and both basic and advanced streaming features with complete code examples and future improvement plans.

BackendComposerCoze API
0 likes · 6 min read
How to Build a PHP SDK for Coze API When Official Support Is Missing
Open Source Tech Hub
Open Source Tech Hub
Jul 14, 2025 · Backend Development

10 Essential Practices to Modernize Your PHP Projects

This article outlines ten practical guidelines for PHP developers, emphasizing the advantages of PHP 8+, proper use of Laravel, ORM, testing, Composer, debugging, static analysis, security, side projects, and community involvement to write modern, safe, and maintainable backend code.

Backend DevelopmentComposerLaravel
0 likes · 6 min read
10 Essential Practices to Modernize Your PHP Projects
Open Source Tech Hub
Open Source Tech Hub
May 10, 2025 · Backend Development

Run Any Composer Package Instantly with CPX – The PHP npx Alternative

CPX (Composer Package Executor) lets PHP developers run any Composer package on demand without global installation, offering isolated caching, built‑in commands like check, format, test, and utilities such as exec and REPL, thereby simplifying temporary tooling, version management, and CI/CD workflows.

CLI toolsCPXComposer
0 likes · 7 min read
Run Any Composer Package Instantly with CPX – The PHP npx Alternative
php Courses
php Courses
Apr 11, 2025 · Backend Development

Integrating Ably Real‑Time Messaging into PHP Projects with Composer

This article explains how to integrate the Ably real‑time messaging service into a PHP project using Composer, covering installation, basic usage such as publishing messages, retrieving history, and checking channel status, and demonstrates the benefits of simplified development and global data synchronization.

AblyComposerMessaging
0 likes · 4 min read
Integrating Ably Real‑Time Messaging into PHP Projects with Composer
php Courses
php Courses
Mar 27, 2025 · Backend Development

Simplifying Laravel API Requests with SaloonPHP Laravel Plugin

This article introduces the SaloonPHP Laravel Plugin, explains how to install it, demonstrates creating request classes and using them in services, and highlights features like caching and retries that streamline API request management in Laravel projects.

APIBackendComposer
0 likes · 3 min read
Simplifying Laravel API Requests with SaloonPHP Laravel Plugin
php Courses
php Courses
Mar 26, 2025 · Backend Development

Using TYPO3 CMS Composer Installers for Efficient Installation and Configuration

This article explains how to efficiently install and configure TYPO3 CMS and its extensions using Composer and the TYPO3 CMS Composer Installers plugin, including required Composer commands, essential composer.json extra settings such as extension-key and web-dir, and the benefits of automated placement of core and extension files.

CMSComposerConfiguration
0 likes · 4 min read
Using TYPO3 CMS Composer Installers for Efficient Installation and Configuration
php Courses
php Courses
Mar 26, 2025 · Backend Development

Integrating Ably Real‑Time Messaging in PHP with Composer

This article explains how to solve real‑time data synchronization challenges by integrating the Ably PHP library via Composer, covering installation, basic usage examples such as publishing messages, retrieving history, and checking channel status, all with clear code snippets.

AblyComposerMessaging
0 likes · 4 min read
Integrating Ably Real‑Time Messaging in PHP with Composer
php Courses
php Courses
Mar 25, 2025 · Backend Development

Accurate MIME Type Detection in PHP with league/mime-type-detection

This article explains how to install and use the league/mime-type-detection library in PHP to reliably detect MIME types via file content, extensions, or both, offering code examples, lookup features, and a discussion of its advantages for backend file‑handling systems.

BackendComposerMIME type
0 likes · 4 min read
Accurate MIME Type Detection in PHP with league/mime-type-detection
php Courses
php Courses
Mar 25, 2025 · Backend Development

Integrating Ably Real‑Time Messaging in PHP with Composer

This article explains how to integrate the Ably real‑time messaging platform into a PHP project using Composer, covering installation, basic usage such as publishing messages, retrieving history, and checking channel status, and demonstrates how it simplifies global real‑time data synchronization.

AblyComposerMessaging
0 likes · 4 min read
Integrating Ably Real‑Time Messaging in PHP with Composer
php Courses
php Courses
Mar 25, 2025 · Information Security

Using captainhook/secrets with Composer to Detect and Prevent Sensitive Information Leakage

This article explains how to automatically detect and block accidental commits of sensitive data such as database passwords or API keys in a PHP project by integrating the captainhook/secrets library via Composer, covering installation, predefined suppliers, custom regex, whitelist usage, and the benefits of CI/CD integration.

ComposerPHPci/cd
0 likes · 4 min read
Using captainhook/secrets with Composer to Detect and Prevent Sensitive Information Leakage
Open Source Tech Hub
Open Source Tech Hub
Mar 8, 2025 · Backend Development

Integrating EasyWeChat SDK for Secure OAuth in PHP Applications

This guide explains how to install the EasyWeChat PHP SDK via Composer, meet its environment requirements, configure OAuth settings, and implement a complete authorization flow with example code for the Webman framework, including callback handling and a live demo link.

ComposerEasyWeChatOAuth
0 likes · 5 min read
Integrating EasyWeChat SDK for Secure OAuth in PHP Applications
php Courses
php Courses
Oct 25, 2024 · Backend Development

Top 10 Essential PHP Plugins for Developers

This article introduces ten essential PHP plugins—such as Composer, PHPUnit, and Xdebug—detailing their core features like dependency management, automated testing, performance debugging, code style enforcement, and HTTP handling, to help developers boost productivity and maintain high code quality across projects.

Backend DevelopmentComposerDebugging
0 likes · 9 min read
Top 10 Essential PHP Plugins for Developers
Open Source Tech Hub
Open Source Tech Hub
Oct 5, 2024 · Backend Development

Boost Your PHP Crawling with PHPCreeper: A Complete Step‑by‑Step Guide

PHPCreeper is a high‑performance PHP crawler built on Workerman that leverages asynchronous I/O, multi‑process, distributed deployment and headless‑browser support; this guide covers installation via Composer, core architecture, producer/downloader/parser implementation, Redis configuration and how to start the service to fetch dynamic pages such as weather forecasts.

ComposerPHPPHPCreeper
0 likes · 13 min read
Boost Your PHP Crawling with PHPCreeper: A Complete Step‑by‑Step Guide
php Courses
php Courses
Aug 29, 2024 · Backend Development

10 Advanced PHP Techniques to Boost Performance and Efficiency

This article introduces ten lesser‑known PHP tricks—including memory management, Composer dependency handling, the built‑in web server, anonymous classes, try‑catch error handling, generators, traits, built‑in functions, PDO, and namespaces—to help developers write more efficient, maintainable, and secure code.

BackendComposerGenerators
0 likes · 9 min read
10 Advanced PHP Techniques to Boost Performance and Efficiency
Open Source Tech Hub
Open Source Tech Hub
Aug 19, 2024 · Backend Development

Master Composer: Dependency Management, Autoloading, and Global Configuration for PHP

Composer is a PHP dependency manager that automates library installation, version locking, autoloading, and integrates with tools like PHPUnit; the guide explains its core features, installation steps, use of domestic mirrors, global and project‑specific configuration, package requiring commands, and the importance of the composer.lock file.

Backend DevelopmentComposerPHP
0 likes · 12 min read
Master Composer: Dependency Management, Autoloading, and Global Configuration for PHP
Open Source Tech Hub
Open Source Tech Hub
Aug 16, 2024 · Backend Development

Unlock Modern PHP Development with the PSL Standard Library

The article introduces azjezz/psl, a PHP Standard Library inspired by hhvm/hsl, explains its goals, features, Composer installation, integration with Psalm and PHPStan, and provides detailed code examples for async tasks, password handling, Unix socket communication, and TCP parallel networking.

ComposerPHPPSL
0 likes · 9 min read
Unlock Modern PHP Development with the PSL Standard Library
21CTO
21CTO
Jul 9, 2024 · Backend Development

Which PHP Versions Dominate Packagist? A Six‑Month Usage Deep Dive

This article analyzes six‑month PHP version adoption trends in the Packagist ecosystem, presenting detailed usage percentages, six‑month growth rates, and the minimum PHP versions required by the most popular Composer packages, highlighting a shift toward newer releases and the importance of raising baseline requirements.

BackendComposerPackagist
0 likes · 6 min read
Which PHP Versions Dominate Packagist? A Six‑Month Usage Deep Dive
php Courses
php Courses
Jul 8, 2024 · Backend Development

Using Composer with ServBay: Dependency Management and Autoloading for PHP Projects

ServBay integrates the popular PHP Composer tool, enabling developers to efficiently manage project dependencies, perform precise version control, and leverage automatic class loading, with step‑by‑step guidance, code examples, and tips for using Composer within the ServBay environment.

Backend DevelopmentComposerPHP
0 likes · 7 min read
Using Composer with ServBay: Dependency Management and Autoloading for PHP Projects
Open Source Tech Hub
Open Source Tech Hub
Jun 30, 2024 · Databases

How to Use Medoo – A Lightweight PHP Database Framework Tutorial

This guide introduces Medoo, a lightweight PHP database framework built on PDO, outlines its key features, shows installation via Composer, demonstrates basic CRUD operations, and explains integration with the Webman framework, including multi‑database configuration and usage examples.

CRUDComposerMedoo
0 likes · 4 min read
How to Use Medoo – A Lightweight PHP Database Framework Tutorial
php Courses
php Courses
May 29, 2024 · Backend Development

Laravel Package Development: A Comprehensive Guide

This article explains the importance of code reuse in web development and provides a step‑by‑step tutorial on creating, structuring, registering, testing, and publishing Laravel packages, including benefits, service providers, Artisan commands, and how to share the package on Packagist.

ArtisanComposerLaravel
0 likes · 10 min read
Laravel Package Development: A Comprehensive Guide
php Courses
php Courses
May 8, 2024 · Backend Development

Understanding Composer Autoload and PHP Class Loading in Laravel

This article explains how Laravel’s convenient architecture can hide PHP’s file‑loading requirements, demonstrates the fatal error caused by missing requires, and shows how Composer’s PSR‑4 autoloading automatically resolves class loading through proper configuration and the vendor/autoload.php entry point.

ComposerLaravelPHP
0 likes · 7 min read
Understanding Composer Autoload and PHP Class Loading in Laravel
php Courses
php Courses
Apr 8, 2024 · Backend Development

Creating Custom Helper Functions in Laravel 11

This tutorial walks through installing Laravel 11, creating a helpers.php file with reusable functions, registering it via composer.json, adding a route to test the helpers, and finally running the application, providing a complete guide to enhancing code reuse and maintainability in a Laravel backend project.

Backend DevelopmentComposerLaravel
0 likes · 6 min read
Creating Custom Helper Functions in Laravel 11
Open Source Tech Hub
Open Source Tech Hub
Apr 6, 2024 · Backend Development

How to Quickly Set Up Tadmin: A Non‑Intrusive Admin Framework for ThinkPHP

This guide introduces Tadmin, a lightweight, non‑intrusive admin framework built on ThinkPHP, and provides step‑by‑step instructions for installing it via Composer, registering the service, running initialization and migrations, accessing the admin panel, and locating demo and support resources.

Admin FrameworkComposerInstallation
0 likes · 3 min read
How to Quickly Set Up Tadmin: A Non‑Intrusive Admin Framework for ThinkPHP
php Courses
php Courses
Jan 30, 2024 · Backend Development

Guide to Configuring a PHP gRPC Client with Docker and Composer

This tutorial provides a step‑by‑step guide to configuring a PHP gRPC client using proto files, Composer, Docker, and Docker‑Compose, covering project structure, code generation, autoload setup, Dockerfile creation, and client execution in a containerized environment.

BackendComposerMicroservices
0 likes · 9 min read
Guide to Configuring a PHP gRPC Client with Docker and Composer
Open Source Tech Hub
Open Source Tech Hub
Jan 18, 2024 · Backend Development

Install and Use FFmpeg with PHP‑FFMpeg on Ubuntu

This guide explains what FFmpeg is, shows how to install it on Ubuntu 18.04, demonstrates integrating the Webman framework and PHP‑FFMpeg library, and provides step‑by‑step code examples for extracting images, adding watermarks, and basic video editing.

ComposerPHPUbuntu
0 likes · 6 min read
Install and Use FFmpeg with PHP‑FFMpeg on Ubuntu
php Courses
php Courses
Jan 2, 2024 · Backend Development

Best Practices for PHP Packaging and Automated Deployment

This article presents a practical, case‑based guide to PHP packaging and automated deployment, covering Composer‑based packaging, Git version control, and Capistrano‑driven deployment to improve development efficiency and project management for teams handling large‑scale web applications.

AutomationCapistranoComposer
0 likes · 5 min read
Best Practices for PHP Packaging and Automated Deployment
php Courses
php Courses
Dec 8, 2023 · Backend Development

How to Create and Publish a Composer Package for PHP

This step‑by‑step guide shows how to set up a Composer package directory, write the package code, configure autoloading, add tests, publish the package to Packagist, and integrate it locally into a Laravel project, complete with all necessary commands and code examples.

ComposerLaravelPHP
0 likes · 5 min read
How to Create and Publish a Composer Package for PHP
php Courses
php Courses
Nov 13, 2023 · Backend Development

Building a Simple PHP MVC Framework from Scratch

This tutorial guides you step‑by‑step through creating a basic PHP MVC framework, covering MVC concepts, Composer setup, project structure, core components like routing and controllers, view rendering, model creation, and testing the application with the built‑in PHP server.

BackendComposerFramework
0 likes · 8 min read
Building a Simple PHP MVC Framework from Scratch
Open Source Tech Hub
Open Source Tech Hub
Nov 10, 2023 · Backend Development

Master Excel Import/Export in Webman with PhpSpreadsheet

This guide shows how to integrate PhpSpreadsheet into a Webman PHP project, covering Composer installation, detailed code for safely importing Excel files with validation and data extraction, and generating Excel exports with styled headers, custom column widths, and base64‑encoded file delivery.

ComposerExcelExport
0 likes · 7 min read
Master Excel Import/Export in Webman with PhpSpreadsheet
Open Source Tech Hub
Open Source Tech Hub
Nov 8, 2023 · Backend Development

Integrate Alipay Online Payments in PHP with Yansongda Pay

This guide walks you through the complete process of setting up Alipay online payment integration in a PHP project, covering certificate generation, configuration files, Composer installation, payment request code, and handling both synchronous and asynchronous callbacks.

AlipayComposerPHP
0 likes · 7 min read
Integrate Alipay Online Payments in PHP with Yansongda Pay
Open Source Tech Hub
Open Source Tech Hub
Oct 15, 2023 · Backend Development

Why Webman Outperforms PHP‑FPM: A Fast Backend Framework Tutorial

This guide introduces Webman, a high‑performance PHP backend framework built on Workerman, explains its core philosophy, lists its key features, and provides step‑by‑step instructions for installing Webman, running it on Windows or Linux, and adding the official Webman‑Admin panel with database configuration.

Backend FrameworkComposerInstallation
0 likes · 8 min read
Why Webman Outperforms PHP‑FPM: A Fast Backend Framework Tutorial
Laravel Tech Community
Laravel Tech Community
Jul 2, 2023 · Backend Development

How to Install ThinkPHP 8.0 and Perform an Upgrade

This guide explains the system requirements for ThinkPHP 8.0, shows how to install Composer on different operating systems, provides step‑by‑step commands to install the framework, lists the main features of the 8.0 release, and offers instructions for upgrading from earlier versions.

ComposerInstallationPHP
0 likes · 2 min read
How to Install ThinkPHP 8.0 and Perform an Upgrade
php Courses
php Courses
Dec 23, 2022 · Backend Development

Integrating Taobao Open Platform SDK with ThinkPHP 5.1 Using Topsdk\Topapi

This guide walks through the process of applying for a Taobao Open Platform account, downloading the Topsdk\Topapi SDK, adding it to a ThinkPHP 5.1 project via Composer, testing the integration with a controller, and handling common pitfalls such as missing classes and documentation mismatches.

ComposerPHPSDK
0 likes · 3 min read
Integrating Taobao Open Platform SDK with ThinkPHP 5.1 Using Topsdk\Topapi
php Courses
php Courses
Jun 7, 2022 · Backend Development

How to Set Up a ThinkPHP 6.x Project with Composer, ORM, and Bootstrap UI

This tutorial walks through configuring the development environment, installing Composer, ThinkPHP 6.x, ORM extensions, setting up database credentials, running the built‑in server, and integrating Bootstrap UI components with proper view configuration and sample code snippets.

BootstrapComposerThinkPHP
0 likes · 5 min read
How to Set Up a ThinkPHP 6.x Project with Composer, ORM, and Bootstrap UI
php Courses
php Courses
Feb 11, 2022 · Backend Development

How to Install and Verify Laravel 9 on a Local Machine

This guide explains how to install Laravel 9 locally using Composer or the Laravel CLI, checks PHP version compatibility, and shows how to verify the installation by running Artisan to display the Laravel 9 development version.

ComposerLaravelLaravel9
0 likes · 2 min read
How to Install and Verify Laravel 9 on a Local Machine
php Courses
php Courses
Jul 15, 2021 · Backend Development

ThinkPHP 6 Repository Package (think-repository) Usage Guide

This guide introduces the think-repository package for ThinkPHP 6, explains how to install it via Composer, demonstrates common repository methods for CRUD operations, routing, and transformer generation, and provides code examples for integrating the repository into multi‑application back‑end projects.

CRUDComposerRepository Pattern
0 likes · 4 min read
ThinkPHP 6 Repository Package (think-repository) Usage Guide
php Courses
php Courses
Jul 14, 2021 · Backend Development

Laravel Hprose Extension: Installation, Configuration, and Usage Guide

This guide explains how to install, configure, and use the Laravel‑Hprose extension built on hprose‑php, covering Composer installation, service provider registration, publishing configuration, defining server methods, starting the RPC socket server, and client‑side invocation with code examples.

ComposerHproseLaravel
0 likes · 3 min read
Laravel Hprose Extension: Installation, Configuration, and Usage Guide
php Courses
php Courses
Apr 6, 2021 · Backend Development

How to Install ThinkPHP 6.0 Using Composer on Windows

This tutorial walks through downloading Composer, configuring a mirror, creating a ThinkPHP 6.0 project, and verifying the installation by running the built‑in server and accessing the welcome page in a browser.

ComposerThinkPHP
0 likes · 2 min read
How to Install ThinkPHP 6.0 Using Composer on Windows
php Courses
php Courses
Mar 9, 2021 · Backend Development

How to Install and Configure Laravel IDE Helper with Composer

This guide explains how to install the Barryvdh Laravel IDE Helper package via Composer, add its service provider, configure post‑update scripts, publish configuration files, and generate helper documentation, enabling improved IDE autocompletion for Laravel projects.

AutocompletionBackendComposer
0 likes · 2 min read
How to Install and Configure Laravel IDE Helper with Composer
php Courses
php Courses
Mar 1, 2021 · Backend Development

Creating and Using a Local Composer Package in PHP

This tutorial demonstrates how to set up a local Composer package in PHP by creating project directories, configuring composer.json files for autoload and repositories, requiring the package, and testing it with a sample index.php, illustrated with command snippets and screenshots.

ComposerPHPdependency management
0 likes · 3 min read
Creating and Using a Local Composer Package in PHP
Laravel Tech Community
Laravel Tech Community
Feb 3, 2021 · Backend Development

PHP Composer ID Validator: Features, Installation, Usage, and Information Retrieval

This article introduces the PHP Composer package "jxlwqq/id-validator", detailing its capabilities to validate Chinese resident ID numbers, upgrade 15‑digit IDs to 18‑digit, generate synthetic IDs, retrieve detailed personal information, and explains installation, usage examples, and the structure of the returned data.

BackendComposerPHP
0 likes · 3 min read
PHP Composer ID Validator: Features, Installation, Usage, and Information Retrieval
php Courses
php Courses
Nov 23, 2020 · Backend Development

music-php: A PHP Command-Line Music Search and Download Tool

music-php is a PHP‑based command‑line utility that uses the Meting library to search and download music from services like QQ, NetEase, KuGou, and Baidu, with installation instructions via Composer, phar files, and global or local setups.

BackendCLIComposer
0 likes · 2 min read
music-php: A PHP Command-Line Music Search and Download Tool
php Courses
php Courses
Nov 20, 2020 · Databases

Using topthink/think-migration for Database Migrations in ThinkPHP

This guide explains how to install and use the topthink/think-migration package with ThinkPHP to create, run, and roll back database migration scripts, covering version compatibility, command‑line operations, migration class creation, and practical examples for creating, updating, and deleting tables and columns.

CLIComposerPHP
0 likes · 5 min read
Using topthink/think-migration for Database Migrations in ThinkPHP
php Courses
php Courses
Nov 17, 2020 · Backend Development

Using Intervention Image Package in Laravel for Image Manipulation

This article introduces the Laravel-compatible Intervention Image package, explains how to install it via Composer, configure the service provider and alias, and demonstrates basic image operations such as resizing, saving, and resource destruction, including a known issue with overwriting files.

BackendComposerImage Processing
0 likes · 2 min read
Using Intervention Image Package in Laravel for Image Manipulation
php Courses
php Courses
Nov 12, 2020 · Backend Development

Resolving Composer Dependency Issue for ThinkPHP 6.0.5: Installing think-view with the Correct PHP Version

This article explains how to resolve a ThinkPHP 6.0.5 view rendering error by installing the think-view template engine via Composer, addressing the PHP version incompatibility that caused the package installation to fail, and provides step‑by‑step instructions to adjust Composer’s PHP path or reinstall it with PHP 7.1 or higher.

ComposerPHPThinkPHP
0 likes · 2 min read
Resolving Composer Dependency Issue for ThinkPHP 6.0.5: Installing think-view with the Correct PHP Version
php Courses
php Courses
Nov 3, 2020 · Backend Development

How to Update the Laravel Installer to the Latest Version

This guide explains how to upgrade the Laravel installer to the latest version using Composer, covering three methods: composer require, uninstall and reinstall, and editing the global composer.json, with commands and verification steps.

BackendComposerLaravel
0 likes · 5 min read
How to Update the Laravel Installer to the Latest Version
php Courses
php Courses
Oct 30, 2020 · Backend Development

Understanding Composer Autoloading: PSR-0, PSR-4, Class‑Map, and Files

This article explains how Composer, the PHP dependency manager, supports four autoloading mechanisms—PSR‑0, PSR‑4, class‑map, and files—detailing their differences, configuration in composer.json, and practical code examples for loading classes.

AutoloadingBackendComposer
0 likes · 3 min read
Understanding Composer Autoloading: PSR-0, PSR-4, Class‑Map, and Files
Laravel Tech Community
Laravel Tech Community
Sep 12, 2020 · Backend Development

Common Laravel 7 Installation Errors and Their Solutions

This guide details typical Laravel 7 installation problems—such as missing PHP extensions, version mismatches, 403 errors, cache and permission issues—and provides step‑by‑step Composer commands, code snippets, and troubleshooting solutions to help developers quickly resolve them.

ComposerDebuggingInstallation
0 likes · 6 min read
Common Laravel 7 Installation Errors and Their Solutions
Laravel Tech Community
Laravel Tech Community
Jun 21, 2020 · Backend Development

Laravel User Authentication Setup Guide: Environment, Installation, Configuration, Controllers, Routes, and Middleware

This tutorial walks through configuring Laravel's user authentication by outlining server requirements, installing Laravel via Composer, setting up the application key, configuring auth files, creating controllers, defining routes, implementing middleware verification, and testing the login flow.

ComposerLaravelPHP
0 likes · 3 min read
Laravel User Authentication Setup Guide: Environment, Installation, Configuration, Controllers, Routes, and Middleware
Laravel Tech Community
Laravel Tech Community
May 8, 2020 · Backend Development

Step‑by‑Step Guide: Integrate Alibaba Cloud SMS with Laravel 5.6

This tutorial shows how to register an Alibaba Cloud account, configure access keys, meet PHP requirements, install Laravel 5.6 via Composer, add the mrgoon/aliyun‑sms package, set up configuration files, write an API route and controller to send verification codes, cache them, and test the endpoint with Postman.

APIAlibaba CloudBackend
0 likes · 5 min read
Step‑by‑Step Guide: Integrate Alibaba Cloud SMS with Laravel 5.6
Laravel Tech Community
Laravel Tech Community
Apr 29, 2020 · Backend Development

Common Laravel 7 Installation Errors and Their Solutions

This guide explains typical Laravel 7 installation problems—including missing PHP extensions, Composer version conflicts, 403 errors, cache issues, permission errors, and migration failures—provides step‑by‑step commands to install via Composer, generate the application key, configure the web server, and troubleshoot each error with clear solutions.

ComposerDebuggingInstallation
0 likes · 7 min read
Common Laravel 7 Installation Errors and Their Solutions
Laravel Tech Community
Laravel Tech Community
Apr 25, 2020 · Backend Development

Integrating Emoji Support in Laravel Using the Laravel‑Emoji Package

This article explains how to add Unicode emoji rendering to a Laravel application by installing the Laravel‑Emoji extension, configuring Composer, registering the service provider and alias, defining a route, and using the Emoji class in a controller to convert aliases, names, and Unicode codes into emoji graphics.

BackendComposerEmoji
0 likes · 4 min read
Integrating Emoji Support in Laravel Using the Laravel‑Emoji Package
Laravel Tech Community
Laravel Tech Community
Apr 20, 2020 · Backend Development

Composer Quick Reference Cheat Sheet

This cheat sheet introduces Composer, the PHP dependency manager, explains its purpose, and provides a concise list of essential Composer commands for creating projects, installing and updating packages, optimizing autoload files, self‑updating, requiring packages globally, and displaying package information.

Backend DevelopmentComposerLaravel
0 likes · 2 min read
Composer Quick Reference Cheat Sheet
Alibaba Cloud Developer
Alibaba Cloud Developer
Dec 24, 2019 · Backend Development

How Alibaba Cloud’s Real‑Time Composer Mirror Solved the PHP Package Crisis

When international network instability made Composer mirrors intermittently inaccessible, Alibaba Cloud’s engineer Gu Yong quickly diagnosed and fixed the issue, then launched a high‑performance, real‑time PHP Composer mirror that offers fast, stable, and self‑healing package delivery for developers across China.

BackendComposerDevOps
0 likes · 10 min read
How Alibaba Cloud’s Real‑Time Composer Mirror Solved the PHP Package Crisis