#PHP

26 articles

Current Status of FuelPHP as of February 2025 by AI
Application 2025-02-27

Current Status of FuelPHP as of February 2025 by AI

Understand FuelPHP's current status in 2025: EOL 1.x series, PHP8 compatibility with 1.9-dev, and community migration trends.

#FuelPHP#PHP
FuelPHP and PHP Update Project Report
Application 2024-01-26

FuelPHP and PHP Update Project Report

Learn how to update FuelPHP applications from PHP 7.3 to 8.1 with monolithic architecture strategies and compatibility tools.

#PHP#FuelPHP
Catching Up on New Features from PHP 7.4 to PHP 8.1
Application 2022-03-21

Catching Up on New Features from PHP 7.4 to PHP 8.1

Learn new PHP 8.1 features including typed properties, arrow functions, union types, match expressions, and attributes.

#PHP
Tool for Automatically Generating UML with PHP - phUML
Application 2020-06-26

Tool for Automatically Generating UML with PHP - phUML

Generate PHP class diagrams automatically using phUML to visualize design architecture and understand complex structures.

#PHP
Completed All PHP Conferences in 2019
Poem 2019-12-03

Completed All PHP Conferences in 2019

Complete guide to attending all Japanese PHP conferences in 2019: Sendai, Laravel JP, PHPerKaigi, Fukuoka, Hokkaido, Okinawa.

#PHP#PHP Conference
Attending PHP Conference Okinawa 2019
Poem 2019-10-13

Attending PHP Conference Okinawa 2019

Master PHP metaprogramming, OOP, clean architecture, DDD, web security, mutation testing, and code quality preservation.

#PHP#PHP Conference
Attended PHP Conference Hokkaido 2019
Poem 2019-10-06

Attended PHP Conference Hokkaido 2019

Discover PHP fundamentals, CI/CD pipelines, microservices, testing frameworks, and CPU architecture concepts from sessions.

#PHP#PHP Conference
Upgrading from FuelPHP 1.8.0 to 1.8.2 and PHP 5.6 to PHP 7.3
Application 2019-10-05

Upgrading from FuelPHP 1.8.0 to 1.8.2 and PHP 5.6 to PHP 7.3

Summary of the application version upgrade from FuelPHP 1.8.0 to 1.8.2 and PHP 5.6 to PHP 7.3.

#PHP#FuelPHP
Participated and Presented at PHP Conference Fukuoka 2019
Poem 2019-07-04

Participated and Presented at PHP Conference Fukuoka 2019

Understand URL routing creation in PHP through conference talk, clean architecture, and code deletion best practices.

#PHP#PHP Conference
Learning Design Patterns with PHP - State Pattern
Application 2019-04-20

Learning Design Patterns with PHP - State Pattern

Learn the State pattern to switch behavior dynamically by encapsulating state-specific processing in separate classes.

#GoF#PHP#Design Pattern#State Pattern
Participated and Presented at PHPerKaigi2019
Poem 2019-04-01

Participated and Presented at PHPerKaigi2019

Discover insights from PHPerKaigi 2019 conference participation, including presentation experiences and URL routing design.

#PHP#PHP Conference#PHPerKaigi
Creating URL Routing Episode 3 (Final Episode)
Algorithms and Data Structures 2019-03-17

Creating URL Routing Episode 3 (Final Episode)

Build PHP URL routing systems with path parameters, HTTP methods, tree-based search algorithms, and complete endpoint handling.

#PHP#URL Routing#HTTP#Tree Structure#Router
Participated as Core Staff and LT Speaker at Laravel JP Conference
Poetry 2019-02-16

Participated as Core Staff and LT Speaker at Laravel JP Conference

Learn about Laravel testing best practices and Dusk framework through a conference lightning talk experience.

#Laravel#Lightning Talk#PHP
Learning Design Patterns with PHP - Adapter Pattern
Application 2019-02-01

Learning Design Patterns with PHP - Adapter Pattern

Master the Adapter pattern to change interfaces without modifying original classes using composition and wrappers in PHP.

#Adapter Pattern#GoF#PHP#Design Patterns
Learning Design Patterns with PHP - Bridge Pattern
Application 2019-02-01

Learning Design Patterns with PHP - Bridge Pattern

Understand the Bridge pattern to separate functional and implementation extensions using composition in PHP application design.

#GoF#PHP#Design Pattern#Bridge Pattern
Learning Design Patterns with PHP - Mediator Pattern
Application 2019-01-31

Learning Design Patterns with PHP - Mediator Pattern

Explore the Mediator pattern to coordinate complex interactions between objects and improve relationship visibility in PHP.

#PHP#Design Patterns#Mediator Pattern#GoF
Attended PHP Conference Sendai 2019
Poem 2019-01-27

Attended PHP Conference Sendai 2019

Learn TDD approaches, legacy PHP application migration, PSR implementations, middleware design, and testing pain solutions.

#PHP#PHP Conference
Learning Design Patterns with PHP - Strategy
Application 2018-12-09

Learning Design Patterns with PHP - Strategy

Implement the Strategy pattern to switch algorithms dynamically, reduce conditionals, and follow OCP in your PHP code.

#Design Pattern#PHP#GoF#Strategy Pattern
PHP Interfaces and Type Hinting
Application 2018-12-08

PHP Interfaces and Type Hinting

Master PHP interfaces and type hinting to separate functionality from implementation and improve code reusability flexibility.

#PHP#Interface#Type Hinting
Learning Design Patterns with PHP - Factory, Factory Method, Abstract Factory
Application 2018-12-01

Learning Design Patterns with PHP - Factory, Factory Method, Abstract Factory

Learn Factory, Factory Method, and Abstract Factory patterns to centralize object creation and eliminate conditional branches.

#Design Patterns#GoF#PHP#Abstract Factory Pattern#Factory Pattern#Factory Method Pattern