강의

멘토링

커뮤니티

BEST
Programming

/

Programming Language

PHP 7+ Programming: Object-Oriented

This discusses the foundation for learning modern PHP, from PHP Object-Oriented Programming and built-in classes to PSR, Composer, and MVC (Model, View, Controller).

(4.5) 19 reviews

369 learners

Level Basic

Course period Unlimited

  • pronist
PHP
PHP
oop
oop
PHP
PHP
oop
oop

Here are some helpful packages and information to know!

I would like to write down some useful packages that you should know about. Of course, there are various extensions provided by PHP, but rather than using them directly, using packages created by various users gives you better productivity . It is recommended to look at this after taking a course related to Composer . Of course, there are also packages that have extensions as dependencies.

Want to explore more packages? Check out the repositories below.

  • ziadoz/awesome-php - This is not a package. It's a collection of repositories that are useful to know about. But there are so many that you might not know which one to use.

For reference, I have compiled the PHP Handbook on my blog to help beginners with their searches .
https://pronist.tistory.com/36

If you use a framework , you may have something like the above. If so, it would be better to use what the framework provides!

Comment