php-moderno
Repositório para o Curso de PHP moderno, disponível no Curso em Vídeo
This is a course repository for learning modern PHP, created by Gustavo Guanabara for his "Curso em Vídeo" (Video Course) platform. It's designed to teach people how to write PHP code using current best practices and techniques, rather than outdated approaches that many older tutorials teach.
The repository holds all the lesson materials, code examples, and exercises that accompany the video lessons. As you watch the course videos, you can follow along with the code samples in the repo, try the exercises yourself, and see how solutions are implemented. This learn-by-doing approach helps concepts stick better than just watching passively.
PHP is a programming language commonly used to build websites and web applications. It powers everything from WordPress blogs to custom e-commerce platforms. This course teaches the modern way to write PHP—using current language features, proper coding structure, and practices that professional developers use today—rather than showing techniques that were common years ago but are now considered outdated or less efficient.
Anyone wanting to build websites or web applications would find this useful: beginners starting from scratch, career changers moving into web development, or self-taught developers who want to make sure they're learning the right way. The video format with hands-on code examples makes it accessible even if you've never written code before. If you're interested in web development but aren't sure where to start, or if you've learned PHP before but want to modernize your skills, this course is a structured path to get there.