Test-Driven Development with PHP 8 : Build Extensible, Reliable, and Maintainable Enterprise-Level Applications Using TDD and BDD with PHP

Book Cover
Average Rating
Published
Birmingham : Packt Publishing, Limited, 2023.
Status
Available Online

Description

Loading Description...

More Details

Format
Language
English
ISBN
9781803243597, 1803243597

Notes

Description
A PHP developer's practical guide to planning, writing, and deploying maintainable and extensible software solutions with automated tests in a well-structured way Key Features Learn to organize and translate business requirements into maintainable software Minimize regressions and bugs while releasing new features or bug fixes Build maintainable applications using SOLID principles Book DescriptionPHP web developers end up building complex enterprise projects without prior experience in test-driven and behavior-driven development which results in software that's complex and difficult to maintain. This step-by-step guide helps you manage the complexities of large-scale web applications. It takes you through the processes of working on a project, starting from understanding business requirements and translating them into actual maintainable software, to automated deployments. You'll learn how to break down business requirements into workable and actionable lists using Jira. Using those organized lists of business requirements, you'll understand how to implement behavior-driven development (BDD) and test-driven development (TDD) to start writing maintainable PHP code. You'll explore how to use the automated tests to help you stop introducing regressions to an application each time you release code by using continuous integration. By the end of this book, you'll have learned how to start a PHP project, break down the requirements, build test scenarios and automated tests, and write more testable and maintainable PHP code. By learning these processes, you'll be able to develop more maintainable, and reliable enterprise PHP applications. What you will learn Understand how to start a software project Discover how to use Jira as a tool to organize your tasks Explore when and how to write unit, integration, and functional tests using PHPUnit Write behavior-driven tests using Behat Apply SOLID principles to help you write more testable code Get the most out of your automated tests by using continuous integration Use continuous delivery to help you prepare your application for deployment Who this book is for This book is for PHP software developers looking to implement TDD and BDD in their projects. An understanding of object-oriented programming is required to get the most out of this book. Professional software development experience will also be beneficial to understand real-life business cases.
Local note
O'Reilly,O'Reilly Online Learning: Academic/Public Library Edition

Also in this Series

Checking series information...

More Like This

Loading more titles like this title...

Reviews from GoodReads

Loading GoodReads Reviews.

Citations

APA Citation, 7th Edition (style guide)

Sarabia, R., & Hansen, B. (2023). Test-Driven Development with PHP 8: Build Extensible, Reliable, and Maintainable Enterprise-Level Applications Using TDD and BDD with PHP . Packt Publishing, Limited.

Chicago / Turabian - Author Date Citation, 17th Edition (style guide)

Sarabia, Rainier and Ben. Hansen. 2023. Test-Driven Development With PHP 8: Build Extensible, Reliable, and Maintainable Enterprise-Level Applications Using TDD and BDD With PHP. Birmingham: Packt Publishing, Limited.

Chicago / Turabian - Humanities (Notes and Bibliography) Citation, 17th Edition (style guide)

Sarabia, Rainier and Ben. Hansen. Test-Driven Development With PHP 8: Build Extensible, Reliable, and Maintainable Enterprise-Level Applications Using TDD and BDD With PHP Birmingham: Packt Publishing, Limited, 2023.

Harvard Citation (style guide)

Sarabia, R. and Hansen, B. (2023). Test-driven development with PHP 8: build extensible, reliable, and maintainable enterprise-level applications using TDD and BDD with PHP. Birmingham: Packt Publishing, Limited.

MLA Citation, 9th Edition (style guide)

Sarabia, Rainier., and Ben Hansen. Test-Driven Development With PHP 8: Build Extensible, Reliable, and Maintainable Enterprise-Level Applications Using TDD and BDD With PHP Packt Publishing, Limited, 2023.

Note! Citations contain only title, author, edition, publisher, and year published. Citations should be used as a guideline and should be double checked for accuracy. Citation formats are based on standards as of August 2021.

Staff View

Grouped Work ID
084befd7-8a30-b81d-0dce-d5c7a30ea9e2-eng
Go To Grouped Work View in Staff Client

Grouping Information

Grouped Work ID084befd7-8a30-b81d-0dce-d5c7a30ea9e2-eng
Full titletest driven development with php 8 build extensible reliable and maintainable enterprise level applications using tdd and bdd with php
Authorsarabia rainier
Grouping Categorybook
Last Update2024-12-17 08:40:50AM
Last Indexed2024-12-17 08:41:21AM

Book Cover Information

Image Sourcedefault
First LoadedAug 7, 2023
Last UsedNov 24, 2024

Marc Record

First DetectedMar 14, 2023 08:42:29 AM
Last File Modification TimeDec 17, 2024 08:23:27 AM
SuppressedRecord had no items

MARC Record

LEADER04559cam a2200445 i 4500
001on1356007709
003OCoLC
00520241217082134.0
006m     o  d        
007cr |n|---|||||
008221224s2023    enk     o     000 0 eng d
020 |a 9781803243597
020 |a 1803243597
035 |a (OCoLC)1356007709
037 |a 9781803230757|b O'Reilly Media
037 |a 10162290|b IEEE
040 |a EBLCP|b eng|e pn|c EBLCP|d ORMDA|d OCLCF|d IEEEE|d OCLCO
049 |a MAIN
050 4|a QA76.73.P224
08204|a 005.2/762|2 23/eng/20230124
1001 |a Sarabia, Rainier.
24510|a Test-Driven Development with PHP 8 :|b Build Extensible, Reliable, and Maintainable Enterprise-Level Applications Using TDD and BDD with PHP /|c Rainier Sarabia ; foreword by Ben Hansen.
260 |a Birmingham :|b Packt Publishing, Limited,|c 2023.
300 |a 1 online resource (337 pages)
336 |a text|b txt|2 rdacontent
337 |a computer|b c|2 rdamedia
338 |a online resource|b cr|2 rdacarrier
5050 |a Table of Contents What is Test-Driven Development and Why Use It in PHP? Understanding and Organizing the Business Requirements of Our Project Setting Up Our Development Environment Using Docker Containers Using Object-Oriented Programming in PHP Unit Testing Applying Behavior-Driven Development Building Solution Code with BDD and TDD Using TDD with SOLID Principles Continuous Integration Continuous Delivery Monitoring.
520 |a A PHP developer's practical guide to planning, writing, and deploying maintainable and extensible software solutions with automated tests in a well-structured way Key Features Learn to organize and translate business requirements into maintainable software Minimize regressions and bugs while releasing new features or bug fixes Build maintainable applications using SOLID principles Book DescriptionPHP web developers end up building complex enterprise projects without prior experience in test-driven and behavior-driven development which results in software that's complex and difficult to maintain. This step-by-step guide helps you manage the complexities of large-scale web applications. It takes you through the processes of working on a project, starting from understanding business requirements and translating them into actual maintainable software, to automated deployments. You'll learn how to break down business requirements into workable and actionable lists using Jira. Using those organized lists of business requirements, you'll understand how to implement behavior-driven development (BDD) and test-driven development (TDD) to start writing maintainable PHP code. You'll explore how to use the automated tests to help you stop introducing regressions to an application each time you release code by using continuous integration. By the end of this book, you'll have learned how to start a PHP project, break down the requirements, build test scenarios and automated tests, and write more testable and maintainable PHP code. By learning these processes, you'll be able to develop more maintainable, and reliable enterprise PHP applications. What you will learn Understand how to start a software project Discover how to use Jira as a tool to organize your tasks Explore when and how to write unit, integration, and functional tests using PHPUnit Write behavior-driven tests using Behat Apply SOLID principles to help you write more testable code Get the most out of your automated tests by using continuous integration Use continuous delivery to help you prepare your application for deployment Who this book is for This book is for PHP software developers looking to implement TDD and BDD in their projects. An understanding of object-oriented programming is required to get the most out of this book. Professional software development experience will also be beneficial to understand real-life business cases.
5880 |a Print version record.
590 |a O'Reilly|b O'Reilly Online Learning: Academic/Public Library Edition
650 0|a PHP (Computer program language)|9 73382
650 0|a Internet programming.|9 71408
7001 |a Hansen, Ben.
77608|i Print version:|a Sarabia, Rainier.|t Test-Driven Development with PHP 8.|d Birmingham : Packt Publishing, Limited, ©2023
85640|u https://library.access.arlingtonva.us/login?url=https://learning.oreilly.com/library/view/~/9781803230757/?ar|x O'Reilly|z eBook
936 |a BATCHLOAD
938 |a ProQuest Ebook Central|b EBLB|n EBL30296705
994 |a 92|b VIA
999 |c 282496|d 282496