moai-lang-php

Guide PHP 8.3 development with Laravel 11, Symfony 7, and Doctrine patterns.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/binee108/PasteTrader --skill moai-lang-php-binee108
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: moai-lang-php
Source: https://github.com/binee108/PasteTrader/tree/main/.claude/skills/moai-lang-php
Command: npx skills add https://github.com/binee108/PasteTrader --skill moai-lang-php-binee108

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps PHP developers build modern web applications.

Core Features & Use Cases

  • PHP 8.3 features coverage: readonly classes, typed properties, attributes, enums.
  • Laravel 11 and Symfony 7 development patterns: controllers, ORM, migrations, testing, and deployment guidance.
  • Real-world use cases: building APIs, web apps, or microservices with Eloquent and Doctrine; includes best practices and patterns.

Quick Start

Start by scaffolding a Laravel 11 API project using PHP 8.3, integrating Symfony components and Doctrine ORM.

Frequently Asked Questions about moai-lang-php

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

FAQPage Schema
How do I build a Laravel 11 API using PHP 8.3 features?

To build a Laravel 11 API with PHP 8.3, you scaffold a project integrating Symfony components and Doctrine ORM. This approach uses modern PHP features like readonly classes, typed properties, enums, and attributes for real-world API development.

What's the best way to structure a Symfony 7 application with clean architecture?

The best way to structure a Symfony 7 application is by applying clean architecture patterns. This ensures type safety while utilizing modern tooling, Eloquent, and Doctrine for maintainable web apps and microservices.

Does this PHP skill cover testing patterns for both Laravel and Symfony?

Yes, this PHP skill covers testing patterns for both Laravel 11 and Symfony 7. It includes practical examples and best practices for testing controllers, ORM integrations, and deployment guidance in real-world projects.

Can I use Eloquent and Doctrine together in modern PHP web apps?

Yes, you can use Eloquent and Doctrine together when building modern PHP web apps. The skill provides patterns for integrating both ORMs effectively within APIs, web apps, or microservices using PHP 8.3.

When do I need PHP 8.3 attributes and enums for web application development?

You need PHP 8.3 attributes and enums when building modern web applications that require strict type safety and clean architecture. They replace older configuration approaches to provide robust, structured code in Laravel 11 and Symfony 7.