current location:Home > Technical Articles > Daily Programming > PHP Knowledge
- Direction:
- All web3.0 Backend Development Web Front-end Database Operation and Maintenance Development Tools PHP Framework Daily Programming WeChat Applet Common Problem Other Tech CMS Tutorial Java System Tutorial Computer Tutorials Hardware Tutorial Mobile Tutorial Software Tutorial Mobile Game Tutorial
- Classify:
- PHP tutorial MySQL Tutorial HTML Tutorial CSS Tutorial
-
- Creating Custom Field Formatters in Drupal 8
- Key Takeaways Creating a custom field formatter in Drupal 8 involves defining a new formatter class in the src/Plugin/Field/FieldFormatter directory of a custom module, extending from the default ImageFormatter plugin. The new formatter class sh
- PHP Tutorial . Backend Development 843 2025-02-18 08:42:11
-
- Generating PHP Documentation with Sami
- Sami: A Powerful API Documentation Generator for PHP Generating separate documentation for your PHP methods, classes, and functions is a best practice. This article introduces Sami, a robust API documentation generator that simplifies this process,
- PHP Tutorial . Backend Development 948 2025-02-18 08:40:12
-
- Discover Graph Databases with Neo4j and PHP
- Neo4j and PHP: A Powerful Combination for Graph Databases Neo4j, a leading graph database, excels at managing highly interconnected data, making it ideal for applications involving business, social, knowledge, interest, and media graphs. This post e
- PHP Tutorial . Backend Development 768 2025-02-18 08:38:17
-
- Popular Photos, Filters and User Profiles with the 500px API
- Exploring the 500px API: Building a Laravel Showcase App This article demonstrates building a small Laravel application showcasing the 500px API. We'll create an app to display popular photos, apply filters, and access photographer profiles. Key Fe
- PHP Tutorial . Backend Development 1038 2025-02-18 08:37:11
-
- More Effective PHP Logging with Loggly
- This article was sponsored by Loggly. Thank you for supporting the sponsors who make SitePoint possible. Server overloaded, library throwing an exception, error while sending email: these errors are unfortunately part of every system. If you’re in c
- PHP Tutorial . Backend Development 804 2025-02-18 08:31:09
-
- Integrate Elasticsearch with Silex
- Efficient integration of Elasticsearch and Silex: Building high-performance applications This article discusses how to directly read Elasticsearch data by building a small Silex application to achieve efficient integration of the two. This requires setting Silex as a dependency in an existing Composer-based project and adding the Elasticsearch PHP SDK to Composer. Core points: The integration of the two is achieved by creating a small Silex application to read data directly from Elasticsearch. Expose the Elasticsearch PHP SDK as a service to Silex's dependency injection container Pimple for easy access
- PHP Tutorial . Backend Development 935 2025-02-18 08:29:12
-
- Using Ajax Forms in Drupal 8
- Key Takeaways The Drupal 8 Ajax API allows for cleaner, user-friendly forms without the need for JavaScript code. This can be achieved by Ajaxifying some of the form’s behavior. The email validation logic can be moved to an Ajax callback, which
- PHP Tutorial . Backend Development 1081 2025-02-17 12:53:09
-
- Building a Custom Twig Filter the TDD Way
- Twig Filters: Enhancing Symfony Templates with Custom Conversions This article explores Twig filters, powerful tools for data transformation within Symfony templates. We'll cover creating custom filters using Test-Driven Development (TDD) with PHPUn
- PHP Tutorial . Backend Development 1114 2025-02-17 12:44:11
-
- Building a Micro Markdown API App with Lumen
- Lumen: A Lightweight Laravel Alternative for Microservices and APIs This tutorial demonstrates building a Markdown parser API using Lumen, a micro-framework built on Laravel Illuminate components. Ideal for small applications and services, Lumen's l
- PHP Tutorial . Backend Development 557 2025-02-17 12:37:08
-
- Appserver - a Production-Ready PHP-Based Server
- Appserver.io: A Paradigm Shift in PHP Application Servers Appserver.io, now a production-ready system at version 1.0.6 (with 1.1.0 on the horizon), represents a significant advancement in PHP application server technology. It directly addresses the
- PHP Tutorial . Backend Development 533 2025-02-17 12:32:09
-
- Displaying YouTube Videos in PHP
- This two-part tutorial demonstrates how to leverage the YouTube Data API v3 within a Laravel 5 application. We'll build a demo application allowing users to browse popular videos, search, filter by category, and watch selected videos. The developme
- PHP Tutorial . Backend Development 745 2025-02-17 12:28:10
-
- Using the Selenium Web Driver API with PHPUnit
- This article explores using Facebook's webdriver package for browser emulation in PHP, building upon a previous article (not included here) that covered Selenium with PHPUnit. It focuses on acceptance testing and automating browser interactions. Ke
- PHP Tutorial . Backend Development 434 2025-02-17 12:20:14
-
- Console Wars - PHP CLI Libraries
- This article compares three PHP console command libraries: Symfony Console, Hoa Console, and Webmozart Console. Each offers unique strengths for different project needs and developer preferences. Key Differences: Symfony Console: Mature, robust,
- PHP Tutorial . Backend Development 651 2025-02-17 12:18:11
-
- Multiple Editors per Node in Drupal 7
- This article details a custom Drupal 7 module, editor_list, addressing the limitation of assigning multiple specific users to edit a single node without granting broader access. Drupal's flexible permission system usually suffices, but this module p
- PHP Tutorial . Backend Development 316 2025-02-17 12:15:17