Make a PHP Router Create a MySQL Database Environments and Configuration Flexibility Authorization Forms Escape Untrusted Input Form validation Validator class. PHP Autoloading and Extraction PHP namespacing Build a Better Router service container help us organize our code and remove the need to manually construct the same dependencies over and over again. Updating With PATCH Requests
sessions, and how they can be used to persist data across multiple requests. REgister a new usersession handling, we can build our first registration form. Once filled, we can create a new user in the database and then update the session to "mark" them as signed in. concept of middleware, and how it can be used as a bridge between an incoming request and the core of your application. We'll create two middleware classes to handle route authorization for guests and authenticated users. password hashing the Bcrypt algorithm, and how it can be used to generate secure hashes. login logout login form validation object. PRG Pattern (SEssion flashig) Composer and Free Autoloading Testing Approaches, Terms, and Considerations