jikime-lang-php

Develop PHP 8.3+ applications with Laravel 11 and Symfony 7.

5|1|Updated Jan 24, 2026
One-click install
npx skills add https://github.com/jikime/jikime-adk --skill jikime-lang-php
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jikime-lang-php
Source: https://github.com/jikime/jikime-adk/tree/main/templates/.claude/skills/jikime-lang-php
Command: npx skills add https://github.com/jikime/jikime-adk --skill jikime-lang-php

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides comprehensive support for modern PHP development, focusing on PHP 8.3+, Laravel 11, and Symfony 7, enabling efficient API and web application development.

Core Features & Use Cases

  • Framework Support: Develop applications using Laravel 11 (full-stack, Eloquent) or Symfony 7 (component-based).
  • Modern PHP Features: Leverage PHP 8.3+ features like constructor property promotion, named arguments, and match expressions.
  • Testing: Implement robust testing with PHPUnit and Pest.
  • Use Case: Build a new RESTful API using Laravel 11, implementing a service layer for business logic and utilizing form requests for validation.

Quick Start

Set up a new Laravel 11 project by running composer create-project laravel/laravel project in your terminal.

Frequently Asked Questions about jikime-lang-php

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I develop a RESTful API using Laravel 11 with a service layer?

To develop a RESTful API using Laravel 11, implement a service layer for business logic and utilize form requests for validation. This approach separates concerns and ensures robust API endpoint handling.

Can I use PHP 8.3 enums and constructor property promotion in Symfony 7?

Yes, you can use PHP 8.3+ features including enums, constructor property promotion, and named arguments in Symfony 7. The skill provides comprehensive support for modern PHP patterns across component-based applications.

What's the best way to test PHP 8.3 applications using PHPUnit and Pest?

The best way to test PHP 8.3 applications is by implementing robust testing frameworks like PHPUnit and Pest. This ensures code reliability and validates functionality across your Laravel or Symfony projects.

Does Eloquent ORM work with PHP 8.3 match expressions?

Yes, Eloquent ORM works with PHP 8.3 match expressions. You can leverage modern PHP features like match expressions alongside Eloquent for efficient database operations in Laravel 11.

Why use constructor property promotion when building PHP APIs?

Constructor property promotion in PHP APIs reduces boilerplate code by combining property declaration and initialization. This modern PHP 8.3+ feature streamlines class definitions in your Laravel or Symfony applications.

How to set up a new Laravel 11 project with modern PHP features?

To set up a new Laravel 11 project, run `composer create-project laravel/laravel project` in your terminal. This creates a foundation supporting PHP 8.3+ features like named arguments and enums.