Leanpub Header

Skip to main content

Filters

Category: "PHP"

Books

  1. Drupal's caching system is powerful only when you understand how its layers connect. This book walks you through cacheable metadata, render caching, HTTP headers, and reverse proxy configuration; the complete stack from page assembly to CDN edge.

  2. TYPO3 CMS Certified Integrator, 7th edition (English)
    Exam study guide for the official TCCI certification of the TYPO3 Association
    Michael Schams

    This book is the ideal study guide for the official TCCI certification by the TYPO3 Association. The revised and updated 7th edition for TYPO3 v13 LTS contains more than 350 example questions and detailed explanations of which answers are correct and why. Simply the perfect choice for every integrator to prepare for the test and master the exam! 🏆

  3. Modernizing Legacy Applications In PHP
    Get your code under control in a series of small, specific steps.
    Paul M. Jones

    As you apply these incremental refactorings in order, each one building on the last, you will steadily transform your legacy PHP application from a spaghetti mess to an organized, modern, testable application, free of globals and mixed concerns.

  4. Domain-Driven Design in PHP - 2n Edition
    Discover DDD, Architectural Styles, Tactical Design Implementations, and Bounded Context Integration with PHP 8.5 examples
    Carlos Buenosvinos, Christian Soronellas, and Keyvan Akbary

    Master Domain-Driven Design Tactical patterns: Entities, Value Objects, Services, Domain Events, Aggregates, Factories, Repositories and Application Services; with real examples in PHP. Explore the advantages of Hexagonal Architecture and understand Strategic design with Bounded Contexts and their integration through REST and message queues.

  5. The missing manual for making your web applications future-proof

  6. TYPO3 CMS Certified Developer, 3rd edition (English)
    Exam study guide for the official TCCD certification of the TYPO3 Association
    Michael Schams

    This eBook is the ideal study guide for the official TCCD certification by the TYPO3 Association. The revised and updated 3rd edition for TYPO3 v12 LTS contains more than 200 example questions and detailed explanations of which answers are correct and why. Simply the perfect choice for every developer to prepare for the test and master the exam! 🏆

  7. Claude Code
    A practical guide for those who want to start using Claude Code professionally
    Maurizio Pelizzone

    The book is free — pay-what-you-want with a $0 minimum. If you find it useful and want to contribute, you decide how much. If you can't or don't want to, just download and read without worry: the Creative Commons BY-SA 4.0 license even allows you to redistribute and modify it, as long as you credit the source and maintain the same license.

  8. Claude Code
    Una guida pratica per chi vuole iniziare ad usare Claude Code in modo professionale
    Maurizio Pelizzone

    Una guida pratica a Claude Code, scritta con Claude Code.Su Claude Code circolano due tipi di contenuti: video YouTube che si fermano ai primi dieci minuti e thread social che promettono "guide complete" in cambio di un'email. Questo libro nasce dall'esigenza opposta: avere finalmente un manuale che spieghi lo strumento per intero, senza hype e senza muri di lead generation.140 pagine costruite a partire dalla documentazione ufficiale Anthropic, verificate su Claude Code v2.1.123, con esempi reali invece che screenshot da marketing. Si parte dall'installazione su macOS, Linux e Windows, si passa per Plan Mode, CLAUDE.md, gestione del contesto, sicurezza dei permessi, Skill personalizzate, subagent custom, integrazione MCP, e si arriva al prompt engineering aggiornato al 2026 — quello vero, dopo che le formule magiche del 2023 si sono sgonfiate.Il libro è pensato per due lettori in parallelo: lo sviluppatore senior che vuole integrare Claude Code nel proprio workflow di produzione, e chi si avvicina per la prima volta agli strumenti AI agentici e ha bisogno di una mappa. I capitoli iniziali costruiscono le basi senza dare nulla per scontato; quelli avanzati entrano nei meccanismi che fanno la differenza tra un uso superficiale e uno strategico.Tre cose che troverai e che altrove fatico a trovare:Il prompt engineering riletto al 2026. Niente ruoli posticci, niente "agisci come un esperto di...". Le tre leve che contano davvero — istruzioni esplicite, contesto adeguato, esempi curati — applicate al contesto specifico della CLI.Workflow reali, non demo da slide. Esempi concreti su WordPress e Node.js presi da progetti veri, non da repository giocattolo.In apertura c'è una prefazione scritta da Claude Opus, a cui ho dato il manoscritto completo chiedendogli un commento onesto, anche dove il libro non funzionava. È rimasta lì come l'ha scritta: è il modo più trasparente che mi sia venuto in mente per inquadrare il libro.Il libro è gratis — pay-what-you-want con minimo zero. Se ti torna utile e vuoi contribuire, decidi tu quanto. Se non puoi o non vuoi, scarichi e leggi senza pensieri: la licenza Creative Commons BY-SA 4.0 ti permette anche di redistribuirlo e modificarlo, basta citare la fonte e mantenere la stessa licenza.

  9. Learn Docker - .NET Core, Java, Node.JS, PHP or Python
    Be ready to create and run your containerized application next week.
    Arnaud Weil

    You know next to nothing about Docker but need to create and run your first containerized application using Docker within a week. Don't worry: this book has you covered.

  10. Are you a beginner or an intermediate learner who has been struggling through the maze of OOP and Design Patterns concepts of PHP and you also want to learn the cool new features of PHP 7?Then this book is for you.

  11. A progressive discovery of the Laravel helper features, functions, classes, utilities, Collections, and more!

  12. Build enterprise PHP applications faster with AI-assisted coding, architecture, testing, security, APIs, databases, DevOps, cloud workflows, and practical reusable prompts.

  13. Modern PHP Mastery
    From Fundamentals to Expert-Level Programming with PHP 8
    Steve T. Publications

    Master modern PHP from the ground up with this comprehensive guide to PHP 8.x. From basic syntax and variables to advanced features such as fibers, intersection types, and memory management, this book combines practical examples, real-world insights, and hands-on exercises to help you develop expert-level PHP skills and a deep understanding of the language itself.

  14. Laravel 12 Cookbook, Second Edition
    Build, secure, and scale your apps with solutions across authentication, routing, security, media, APIs, queues, scheduling and automation
    GitforGits | Asian Publishing House

    I'd say Laravel 12 is a pretty mature and confident framework. It's ditched old habits, tweaked its bootstrap configuration, given its scheduler a modern makeover, and adopted a filesystem-first approach to media management. PHP 8.5 has some great new features that make our code cleaner and clearer. So, when you put these two together, you've basically got the best version of the Laravel ecosystem there's ever been.

  15. Part I: PHP Fundamentals Covers the basics of PHP, including syntax, control structures, functions, and file handling, providing a strong foundation for beginners.Part II: Advanced PHP Concepts Introduces more complex topics like arrays, strings, object-oriented programming, error handling, and file management, essential for building robust applications.Part III: Database Integration and Web Development Focuses on integrating PHP with MySQL, session management, form handling, and securing web applications against common vulnerabilities.Part IV: Advanced PHP Development Explores RESTful APIs, popular frameworks, and front-end integration, enabling developers to build scalable, modern web applications.