A
A
anna_makeenko2020-05-04 23:40:39
PHP
anna_makeenko, 2020-05-04 23:40:39

What set of packages to use to implement a simple website?

You need to quickly write a simple website without using frameworks (test task). I want to use ready-made packages. Please tell me good packages for routing (routes, controllers), user authentication and working with the database

Answer the question

In order to leave comments, you need to log in

3 answer(s)
D
Dmitry Entelis, 2020-05-05
@DmitriyEntelis

Disclaimer : I regularly give a test task at interviews "to do something without frameworks", everything that is written below is my personal point of view.
The meaning of the task is to see what bikes the applicant will use, what code he will write when there are no rigid frameworks imposed by frameworks.
If you wanted to test your ability to google ready-made - the task would sound "collect from ready-made libraries."
A separate question - why do you suddenly want to use external packages if you don't have already tested what you have worked with before?
According to the list:
1. Router: https://github.com/search?q=php+router
2. User authentication - why is there a package here??
3. ORM - using ORM in a live project is very cool. Most likely, the meaning of the task is to test your ability to write queries with your hands.

I
index0h, 2020-05-05
@index0h

Since you have difficulties with this - I'm afraid you did not pass.
Regarding packages:

  1. symfony/routing
  2. symfony/security guard
  3. doctrine/orm

P
Philipp, 2020-05-05
@zoonman

You don't need PHP to create a simple website.
Take the good old HTML and make 2-3 pages in the editor. Ready.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question