PHP 8 Basics : For Programming and Web Development

This document was uploaded by one of our users. The uploader already confirmed that they had the permission to publish it. If you are author/publisher or own the copyright of this documents, please report to us by using this DMCA report form.

Simply click on the Download Book button.

Yes, Book downloads on Ebookily are 100% Free.

Sometimes the book is free on Amazon As well, so go ahead and hit "Search on Amazon"

Take advantage of PHP 8's powerful features to create basic web applications, solve code tests (required for most job interviews nowadays), and begin moving towards more advanced PHP concepts. This book provides an introduction to PHP 8, including modules, attributes, JIT compiler, and union types, as well as related frameworks such as Symfony. You will explore fundamental PHP concepts through both practical and hands-on examples. You'll not only gain a solid understanding of PHP fundamentals, but will also be prepared to handle new concepts and technologies as they emerge. After working through the book and its associated demo code, you will be able to build your first basic web application. What You Will Learn: Develop web applications with PHP 8 Use Vagrant, Docker, JSON API and more Work with data, form data, arrays, objections, exceptions, regex, and more Utilize PHP frameworks like Laravel and Symfony Who This Book Is For: Those new to PHP 8 or PHP in general. Some prior experience in web development and DB handling is recommended.

Author(s): Gunnard Engebreth; Satej Kumar Sahu
Publisher: Apress
Year: 2024

Language: English
Pages: 335

Cover
Front Matter
1. Getting Started
2. PHP Fundamentals
3. Functions, Classes, and Traits
4. Data and Data Types
5. Form Data
6. Arrays
7. Sessions and Cookies
8. Objects
9. PHP Exceptions, Validation, and Regular Expressions
10. PHP and MySQL Working Together
11. Data
12. Website with a DB
13. Introduction to Frameworks
14. Introduction to Laravel
15. Introduction to Symfony
16. A Basic Symfony Application
Back Matter