PHP 8 for Developers Training Course
PHP 8 brings new and enhanced features to the table for developing high-performance web applications. It introduces a Just-In-Time (JIT) compiler, named arguments, constructor property promotion, union types, and other improved functions.
This instructor-led, live training (online or onsite) is designed for developers who want to leverage PHP 8 to create, build, and test sophisticated enterprise-level web applications, such as e-commerce platforms, CRM systems, and WMS solutions.
By the end of this training, participants will be able to:
- Set up the required development environment to start building web applications with PHP 8.
- Explore the new features in PHP 8 and learn how to implement them effectively.
- Refresh their understanding of PHP basics and pick up some valuable programming tips.
- Utilize the new functions in PHP 8 to enhance the performance of web applications.
- Understand best practices for improving the security and stability of web applications with PHP 8.
Format of the Course
- Interactive lecture and discussion sessions.
- Plenty of exercises and practical activities.
- Hands-on implementation in a live-lab environment.
Course Customization Options
- To request a customized training for this course, please contact us to arrange.
Course Outline
Introduction
- What's new in PHP 8?
- PHP programming tips and refreshers
Getting Started
- Setting up the server environment
- Installing PHP 8
- Configuring the database
Implementing Attributes
- Attribute syntax and namespaces
- Using Reflection API
- Declaring attribute classes
Constructor Property Promotion
- Constructor arguments
- Declaring class properties
- Coding style considerations
Using Match Expression
- Structure and usage
- Match vs switch
- Handling non-identity checks
Named Arguments
- Defining function parameters
- Parameters vs arguments
- Union types
- PHP 8 named arguments
PHP JIT Compiler
- Enabling OPCache
- Configuring JIT compiler
Security Best Practices in PHP 8
- Session, filesystem, database security
- Error reporting and data handling
Troubleshooting
Summary and Next Steps
Requirements
- PHP programming experience
Audience
- Developers
Open Training Courses require 5+ participants.
PHP 8 for Developers Training Course - Booking
PHP 8 for Developers Training Course - Enquiry
PHP 8 for Developers - Consultancy Enquiry
Testimonials (3)
Training style and the overall knowledge of the trainer.
Kenosi - NWK Limited
Course - Laravel: Middleware Development
The lessons was very interactive and the excersices was good practical
Heino - NWK Limited
Course - Laravel and Vue.js
he was explaining and giving numerous examples to make us understand
Selina - NWK
Course - Laravel PHP Framework
Upcoming Courses
Related Courses
Creating and managing Web sites
35 HoursThe training program prepares you for a professional career as a web designer (occupation code: 213202 according to the Standards of Professional Qualifications), focusing on "HTML and CSS in web design" and including a programming challenge using JavaScript and PHP.
This program assumes that participants will be able to design and develop websites using HTML 4.0 and Cascading Style Sheets 2.0. In building a website, you will use HTML tags to place text, graphics, tables, and interactive forms on web pages, as well as links to other web pages and sites. Using Cascading Style Sheets 2.0, you will format web content according to client requirements.
Graduates of the course can seek employment in service companies that specialize in web design or start their own consulting services (as self-employed individuals). The training program covers the essentials of creating websites using HTML and CSS.
AdaBoost Python for Machine Learning
14 HoursThis instructor-led, live training in Norway (online or onsite) is aimed at data scientists and software engineers who wish to use AdaBoost to build boosting algorithms for machine learning with Python.
By the end of this training, participants will be able to:
- Set up the necessary development environment to start building machine learning models with AdaBoost.
- Understand the ensemble learning approach and how to implement adaptive boosting.
- Learn how to build AdaBoost models to boost machine learning algorithms in Python.
- Use hyperparameter tuning to increase the accuracy and performance of AdaBoost models.
Advanced PHP Programming
35 HoursIn this instructor-led, live training in Norway, participants will learn how to implement advanced PHP programming tools and techniques.
By the end of this training, participants will be able to:
- Learn advanced concepts in PHP programming.
- Establish consistency and solve advanced problems using PHP programming.
- Explore additional ways to build more flexible software using PHP.
Continuous Integration (CI) for PHP
14 HoursThis instructor-led, live training in Norway (online or onsite) is aimed at engineers who wish to use open source tools to automate the process of building, testing and deploying PHP applications and services.
By the end of this training, participants will be able to:
- Install and configure different open source tools to enable continuous integration, testing and deployment.
- Understand the advantages and disadvantages of employment different open source CI tools such as such as Gitlab CI and Jenkins.
- Combine CI tools with open source tools for unit testing as well as integration testing a PHP application.
Combined JAVA, PHP and Web Application Security
28 HoursEven experienced programmers do not always fully grasp the various security services provided by their development platforms, nor are they always aware of the different vulnerabilities relevant to their projects. This course is designed for developers working with both Java and PHP, equipping them with essential skills to make their applications resilient against modern internet-based attacks.
The levels of Java security architecture are explored through topics such as access control, authentication, authorization, secure communication, and various cryptographic functions. The course also introduces several APIs that can be used to secure PHP code, including OpenSSL for cryptography and HTML Purifier for input validation. On the server side, best practices are discussed for hardening and configuring the operating system, web container, file system, SQL server, and PHP itself, with a special emphasis on client-side security issues related to JavaScript, Ajax, and HTML5.
General web vulnerabilities are examined through examples aligned with the OWASP Top Ten, covering various injection attacks, script injections, session handling attacks, insecure direct object references, file upload issues, and more. The course also addresses Java- and PHP-specific language problems and runtime environment issues, categorized into standard vulnerability types such as missing or improper input validation, improper use of security features, incorrect error and exception handling, time- and state-related problems, code quality issues, and mobile code-related vulnerabilities.
Participants will have the opportunity to try out the discussed APIs, tools, and configurations themselves. The introduction of vulnerabilities is supported by numerous hands-on exercises that demonstrate the consequences of successful attacks, show how to correct bugs and apply mitigation techniques, and introduce various extensions and tools.
Participants attending this course will
- Understand basic concepts of security, IT security, and secure coding
- Learn about web vulnerabilities beyond the OWASP Top Ten and how to avoid them
- Gain knowledge of client-side vulnerabilities and secure coding practices
- Learn to use various security features in the Java development environment
- Develop a practical understanding of cryptography
- Learn to use various security features in PHP
- Understand the security concepts of web services
- Acquire practical knowledge in using security testing tools
- Learn about typical coding mistakes and how to avoid them
- Stay informed about recent vulnerabilities in Java and PHP frameworks and libraries
- Gain sources and further readings on secure coding practices
Audience
Developers
Secure coding in PHP
21 HoursThis course equips PHP developers with the essential skills needed to fortify their applications against modern internet-based attacks. It delves into web vulnerabilities through practical PHP examples, extending beyond the OWASP Top Ten to cover a wide range of injection attacks, script injections, session handling attacks, insecure direct object references, file upload issues, and more. The course categorizes PHP-related vulnerabilities into standard types such as missing or improper input validation, incorrect error and exception handling, misuse of security features, and time- and state-related problems. Specific examples include open_basedir circumvention, denial-of-service through magic float, and hash table collision attacks. Participants will gain hands-on experience with the most important techniques and functions to mitigate these risks.
Special emphasis is placed on client-side security, addressing JavaScript, Ajax, and HTML5 vulnerabilities. The course introduces several PHP extensions for cryptography, such as hash, mcrypt, and OpenSSL, as well as input validation tools like Ctype, ext/filter, and HTML Purifier. Best practices for hardening PHP configurations (including setting php.ini), Apache, and the server in general are also covered. Additionally, an overview of various security testing tools and techniques is provided, including security scanners, penetration testing and exploit packs, sniffers, proxy servers, fuzzing tools, and static source code analyzers.
Both the introduction to vulnerabilities and configuration practices are supported by numerous hands-on exercises that demonstrate the consequences of successful attacks, illustrate how to apply mitigation techniques, and introduce the use of various extensions and tools.
Participants attending this course will
- Understand fundamental concepts of security, IT security, and secure coding
- Learn about web vulnerabilities beyond the OWASP Top Ten and how to prevent them
- Gain knowledge on client-side vulnerabilities and secure coding practices
- Acquire a practical understanding of cryptography
- Become proficient in using various security features of PHP
- Learn about common coding mistakes and how to avoid them
- Stay informed about recent vulnerabilities in the PHP framework
- Gain practical experience with security testing tools
- Receive sources and further readings on secure coding practices
Audience
Developers
Design Patterns in PHP
14 HoursThis instructor-led, live training in Norway (online or onsite) is aimed at intermediate-level PHP developers who wish to apply design patterns effectively in their projects.
By the end of this training, participants will be able to:
- Understand the purpose and benefits of design patterns.
- Identify and implement appropriate design patterns for common scenarios.
- Structure PHP applications using industry-recognized best practices.
- Integrate patterns into modern frameworks such as Symfony or Zend.
Laravel PHP Framework
14 HoursThis instructor-led, live training in Norway introduces the fundamentals of Laravel and walks participants through the creation of a Laravel-based web application.
Laravel Livewire
7 HoursThis instructor-led, live training in Norway (online or onsite) is aimed at developers who wish to learn and use Livewire to build modern and dynamic application interfaces.
By the end of this training, participants will be able to:
- Build and test livewire components.
- Build applications using the Livewire library.
- Create dynamic components within PHP.
Laravel and Vue.js
14 HoursThis instructor-led, live training in Norway (online or onsite) is aimed at web developers who wish to use Laravel and Vue JS for fullstack web development.
By the end of this training, participants will be able to:
- Develop web applications with Laravel and Vue JS.
- Integrate the Laravel backend API into Vue JS.
- Deploy a Laravel application.
Building Microservices with Lumen PHP Framework
14 HoursThis instructor-led, live training in Norway (online or onsite) is aimed at developers who wish to use Lumen to build Laravel-based microservices and applications.
By the end of this training, participants will be able to:
- Set up the necessary development environment to start developing microservices with Lumen.
- Understand the benefits of implementing microservices using Lumen and PHP.
- Perform and implement the microservices functions and operations using the Lumen framework.
- Protect and control access to the microservices architectures by building security layers.
Magento 2: Theme Development
14 HoursThis instructor-led, live training in Norway (online or onsite) is aimed at web developers who wish to create a web application with Magento 2.
By the end of this training, participants will be able to:
- Master Magento 2 development patterns, design patterns, and approaches.
- Create and personalize themes in Magento 2.
- Implement customizations to Magento 2 functionality with extensions.
Developing Websites with PHP
14 HoursThis course focuses on creating web applications using PHP. It is designed for individuals who are already acquainted with procedural programming languages. Throughout the course, participants will gain skills in developing a basic dynamic application utilizing PHP alongside a MySQL database.
PHP Patterns and Refactoring
21 HoursThis course is tailored for seasoned programmers interested in delving into the challenges associated with using design patterns and refactoring. Participants will gain an understanding of the characteristics and practical applications of these patterns, enabling them to efficiently construct accurate and effective application code.
Laravel: Middleware Development
14 HoursThis instructor-led, live training in (online or onsite) is aimed at web developers who wish to build middleware and web services in Laravel.
By the end of this training, participants will be able to:
- Use Laravel PHP Aritisan to generate code and components.
- Build RESTful APIs in Laravel that can browse, read, edit, add, and delete.
- Filter and sort results based on URL parameters using RESTful APIs.