Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.11 KB

File metadata and controls

28 lines (21 loc) · 1.11 KB

PHP Login course

This course teaches how to login, logout and secure web pages using sessions in PHP.

What you will learn

  • How to set up a PHP project using composer
  • How to run scripts using Composer to automate repetitive commands
  • How to write unit tests using TDD
  • How to configure and run PHPStan to test the project
  • How to configure and run PHP_CodeSniffer and PHP_CodeSniffer Beautifier and Fixer to check the project for code smells
  • How to create a HTML login form
  • PHP session management
  • How to secure PHP pages using sessions
  • How to redirect requests to other pages

URL: https://howtocodewell.net/course/php-login-from-scratch

Disclaimer

This project is intended for education use only.

It is not production ready and should not be used within a production environment.

Why there isn't a software license

  • The code must not be distributed
  • The code can be modified
  • The owner of the code is not granted commercial rights to the software

Please see https://choosealicense.com/no-permission/