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
-
- API Client TDD with Mocked Responses
- This tutorial expands on a previous installment, focusing on building a robust and well-tested Diffbot API client library using PHPUnit and TDD (Test-Driven Development). The previous parts covered basic functionality and abstract class testing. Thi
- PHP Tutorial . Backend Development 972 2025-02-18 08:48:12
-
- Inspecting PHP Code Quality with Scrutinizer
- Scrutinizer CI: A Continuous Inspection Tool for Enhanced PHP Code Quality This article, revised based on feedback from the Scrutinizer team, provides a streamlined guide to using Scrutinizer CI, a continuous integration platform for analyzing PHP co
- PHP Tutorial . Backend Development 776 2025-02-18 08:47:09
-
- How to Use Github's API with PHP
- This article explores leveraging the GitHub API with PHP to automate common tasks. We'll build a Laravel application demonstrating key functionalities. Key Concepts: The GitHub API offers extensive capabilities for repository management, task autom
- PHP Tutorial . Backend Development 1120 2025-02-18 08:45:14
-
- 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 859 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 959 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 779 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 1047 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 812 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 949 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 1098 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 1134 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 573 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 546 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 766 2025-02-17 12:28:10