Found a total of 10000 related content
PHP application security, PHP application security_PHP tutorial
Article Introduction:PHP application security, PHP application security. Security of PHP applications, security of PHP applications Whether during development, during interviews or during technical discussions, security requires in-depth understanding and mastery. Objectives of this tutorial
2016-07-12
comment 0
947
PHP Master | Openbiz Cubi: A Robust PHP Application Framework, Part 1
Article Introduction:Openbiz Cubi: A Robust PHP Framework for Rapid Business Application Development
Openbiz Cubi is a powerful PHP application framework designed for streamlined business application development. Its key strengths lie in its XML-based coding, modular ar
2025-02-24
comment 0
637
The PHP Application Environment
Article Introduction:This article is excerpted from our recently published book, Jump Start PHP Environment, which is available for free by SitePoint Premium members. Paper versions and e-books are available in major bookstores around the world, and you can also order them here. Hope you enjoyed this excerpt and found it useful.
We will focus on the application environment. We will also discuss *AMP bundles like XAMPP and why they are a bad choice; production/development consistency; and performance and debugging.
Key Points
Understanding the application environment: PHP application environment consists of various stages, including development, production, and pre-release, each stage is critical to the life cycle of the application.
*AM
2025-02-15
comment 0
526
How to Resolve Laravel Application Dysfunction After PHP 8 Upgrade?
Article Introduction:Laravel Application Fails to Function After PHP 8 UpgradeProblem:Following an update to PHP 8 on a macOS machine, a Laravel application becomes non-functional, prompting the following error messages:Deprecated: Method ReflectionParameter::getClass()
2024-10-17
comment 0
850
Minor [PHP Framework] 2. The first application Hello World, minorhello
Article Introduction:Minor【PHP Framework】2. The first application is Hello World, minorhello. Minor [PHP Framework] 2. The first application Hello World, minorhello 2.1 Hello World 2.1.1 Configure routing Add the following configuration in the app/Config/routes.php file: return [ ... '/helloworld'
2016-07-06
comment 0
1584
How Can I Run a PHP Application Using Tomcat?
Article Introduction:Running a PHP App with Tomcat: Step-by-Step GuideWhile it might seem unconventional, it is indeed possible to run a PHP application using Tomcat....
2024-11-28
comment 0
495
How to use Web Application Firewall in PHP 8
Article Introduction:This article details how to enhance PHP 8 application security using a Web Application Firewall (WAF). It covers WAF integration (e.g., Cloudflare, AWS WAF), best practices (regular updates, robust logging), mitigating common vulnerabilities (SQL in
2025-03-03
comment 0
1052
Dockerizing a Simple PHP Application
Article Introduction:Containerization is a game-changer for developers seeking consistency and portability across different environments. In this blog post, we'll walk through a practical example of Dockerizing a simple PHP application. By the end of this guide, you'll h
2024-12-09
comment 0
884
Optimize PHP Application: Top Tips for Faster Performance
Article Introduction:The five key strategies for optimizing PHP application performance are: 1. Use APC to cache frequently accessed data to reduce the burden on the database. 2. Use EXPLAIN to analyze and optimize database queries. 3. Enable OPcache to accelerate PHP script compilation. 4. Implement asynchronous processing through pcntl or message queue. 5. Use Xdebug or Blackfire for performance analysis and optimization, which can significantly improve application speed and efficiency.
2025-05-19
comment 0
481