Build a User Web App from Scratch with Vanilla PHP 8+
Build a User Web App from Scratch with Vanilla PHP 8+, available at $54.99, has an average rating of 4.55, with 55 lectures, based on 161 reviews, and has 51428 subscribers.
You will learn about Build a real-world, secure and robust vanilla PHP application Best programming practices with Clean Software Architecture Learn how to use Object Oriented Programming (OOP) with PHP Learn how to build a clean MVC architecture The Service layer pattern (where the business logic of your application lives) Usage of a Dependency Manager "Composer" and the installation of packages Symfony Mailer, Dotenv, Gravatar and Templating components The important features of PHP 8 and 8.1 Build your own MVC Framework Quickly use a modern responsive CSS framework (e.g. Materialize) by creating and loading it into a PHP Composer package and the magic `post-install-cmd` Create a complete PHP application from A to Z, step-by-step Test your PHP code with unit tests This course is ideal for individuals who are Anyone interested in building a modern & clean Web Application or Anyone interested in building a real world PHP Web application, similar to “Buy Me A Coffee” or Anyone interesting in building a membership website from A to Z or Anyone interesting in building their own PHP framework based on a maintainable and scalable architecture pattern or Level up your skillset and confidence in PHP / OOP for complex applications It is particularly useful for Anyone interested in building a modern & clean Web Application or Anyone interested in building a real world PHP Web application, similar to “Buy Me A Coffee” or Anyone interesting in building a membership website from A to Z or Anyone interesting in building their own PHP framework based on a maintainable and scalable architecture pattern or Level up your skillset and confidence in PHP / OOP for complex applications.
Enroll now: Build a User Web App from Scratch with Vanilla PHP 8+
Summary
Title: Build a User Web App from Scratch with Vanilla PHP 8+
Price: $54.99
Average Rating: 4.55
Number of Lectures: 55
Number of Published Lectures: 55
Number of Curriculum Items: 55
Number of Published Curriculum Objects: 55
Original Price: $59.99
Quality Status: approved
Status: Live
What You Will Learn
- Build a real-world, secure and robust vanilla PHP application
- Best programming practices with Clean Software Architecture
- Learn how to use Object Oriented Programming (OOP) with PHP
- Learn how to build a clean MVC architecture
- The Service layer pattern (where the business logic of your application lives)
- Usage of a Dependency Manager "Composer" and the installation of packages
- Symfony Mailer, Dotenv, Gravatar and Templating components
- The important features of PHP 8 and 8.1
- Build your own MVC Framework
- Quickly use a modern responsive CSS framework (e.g. Materialize) by creating and loading it into a PHP Composer package and the magic `post-install-cmd`
- Create a complete PHP application from A to Z, step-by-step
- Test your PHP code with unit tests
Who Should Attend
- Anyone interested in building a modern & clean Web Application
- Anyone interested in building a real world PHP Web application, similar to “Buy Me A Coffee”
- Anyone interesting in building a membership website from A to Z
- Anyone interesting in building their own PHP framework based on a maintainable and scalable architecture pattern
- Level up your skillset and confidence in PHP / OOP for complex applications
Target Audiences
- Anyone interested in building a modern & clean Web Application
- Anyone interested in building a real world PHP Web application, similar to “Buy Me A Coffee”
- Anyone interesting in building a membership website from A to Z
- Anyone interesting in building their own PHP framework based on a maintainable and scalable architecture pattern
- Level up your skillset and confidence in PHP / OOP for complex applications
Learn how to build a robust and reusable PHP Web application with MySQL from scratch.
Step-by-step, without any 3rd-party frameworks, you will learn and build a complete PHP 8 framework, and later in the course, we will cover some great Composer packages we will include in our project (you will also learn how to send emails efficiently with the Symfony Mailing package).
The screencast videos literally cover everything (nothing is hidden!), allowing you to understand and follow the whole evolution of the Web application.
You will learn how to build a modern, clean and flexible framework following the best coding practices and PHP standard recommendations (PSR) allowing you to reuse it easily for your next SaaS.
At the end of the course, you will be confident to build any kind of real-world Web application for your next business idea or to take your freelance career to the next level! You will also be able to implement your very own unique ideas and concepts from the codebase of this course.
Finally, once you subscribe to this course, I will do my best to answer your questions within a few hours for any of your questions. I know how challenging it can be to build a whole Web application and I want you to succeed in building the web application you want.
Course Curriculum
Chapter 1: Introduction
Lecture 1: Introduction
Chapter 2: Part 1 – Structure of the framework
Lecture 1: Structure and foundation of our Web application
Lecture 2: Building the framework. The URL router/dispatcher
Lecture 3: Application Architecture. Views and Controllers
Lecture 4: Building the user sign-in/sign-up flows
Lecture 5: Submit form data – Manage the submission
Lecture 6: User Model and saving user data
Lecture 7: Setup project on a local PHP server. Let's make it ready for the new move
Chapter 3: Setup & Rewrite the URLs
Lecture 1: Setup & Rewrite the URLs in PHP with a router
Chapter 4: Use database, session, and password hashing
Lecture 1: Use database and session for signup form
Lecture 2: How to hash user password efficiently with PHP
Chapter 5: User Authentication, Sign In and Sign Out
Lecture 1: User Authentication
Lecture 2: User Sign Out
Lecture 3: User Sign In
Chapter 6: Create and validate the user edit form
Lecture 1: Create user edit form
Lecture 2: Validate and save the edit form
Chapter 7: Edit password form
Lecture 1: User edit password form
Chapter 8: Frontend & Style
Lecture 1: Prepare the frontend of our web app
Lecture 2: Create materialize CSS for packagist
Lecture 3: Application layout
Lecture 4: Style/CSS enhancements
Chapter 9: Security Enhancement (good practice)
Lecture 1: Security – Ask current password when users update their password
Chapter 10: Payment Controller
Lecture 1: Payment Controller
Lecture 2: Implement the Payment Controller
Lecture 3: Create Payment Model/Service
Lecture 4: Add Payment Form
Lecture 5: Update and Save Payment Details
Chapter 11: Allow users to create items
Lecture 1: Prepare & Create items table
Lecture 2: Create Items Model and Service
Lecture 3: Implement Items to controller and view
Lecture 4: Enhancing Item form
Lecture 5: Minor cleanups on item form
Lecture 6: Show the user item
Lecture 7: Add a purchase PayPal button
Lecture 8: Display item page link to user
Chapter 12: Enhance the Web app
Lecture 1: Improve top-menu bar
Lecture 2: Let's improve a few things
Lecture 3: Prevent users to create an item without a payment method set
Chapter 13: Symfony Templating component
Lecture 1: Let's convert our View class to Symfony Templating component
Chapter 14: Handle 404 Page
Lecture 1: Handle 404 Not Found Page from the app router
Lecture 2: Fix menu on not found page
Chapter 15: About and Contact forms
Lecture 1: About / Contact form page
Chapter 16: Git your project
Lecture 1: Git Usage. Commit your project
Chapter 17: Miscellaneous
Lecture 1: Composer json – Config settings
Lecture 2: Design Enhancements
Lecture 3: Send greeting email to new users (using Symfony Mailer)
Chapter 18: Host your Web Application
Lecture 1: Host your Web Application
Chapter 19: Conclusion – There is more!
Lecture 1: Clean code / refactoring and commits
Lecture 2: Beyond what we have built – Suggestions for improvements
Lecture 3: Resources to stay up-to-date with the latest news in the tech/PHP ecosystem
Lecture 4: PHP 8+ Online Sandbox
Lecture 5: Follow Me Around for more contents!
Lecture 6: The apps I use (on macOS) (to work well & fast!)
Chapter 20: Extra – Unit Testing
Lecture 1: Introduction to unit testing in PHP with PHPUnit
Lecture 2: PHP Unit Testing Libraries
Instructors
-
Pierre-Henry Soria
Creative Software Engineer
Rating Distribution
- 1 stars: 3 votes
- 2 stars: 2 votes
- 3 stars: 17 votes
- 4 stars: 42 votes
- 5 stars: 97 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Top 10 Language Learning Courses to Learn in November 2024
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024