Skip to content

howToCodeWell/course-php-login-from-scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

This is a PHP course that teaches login, logout, and session managment

Resources

Stars

Watchers

Forks

Packages

No packages published