izniburak / php-router

PHP Router, which also has rich features like Middlewares and Controllers is simple, useful and flexible router class for PHP.
https://github.com/izniburak/php-router/wiki
MIT License
238 stars 45 forks source link

What template manager for PHP do you recommend? #42

Closed NeftaliAcosta closed 3 years ago

NeftaliAcosta commented 3 years ago

Hi guys, I am creating a professional project with your plugin (when I have it obviously I will give you the credits), I like it a lot for its simplicity and practicality.

I want to take the project to a more professional level. Can you recommend a template manager that will help me incorporate it with your plug-in and work without problem?

Thanks for the recommendation. Greetings.

izniburak commented 3 years ago

Hi @NeftaliAcosta , I guess you want to a template engine recommendation, right? If it is, I usually use Blade template engine in my projects. I have no problem for it with the Router. If you make right implementation, I think, whatever template engine you use, it doesn't matter.

peter279k commented 3 years ago

There are some PHP templates I recommend:

NeftaliAcosta commented 3 years ago

thanks guys

nfn commented 1 year ago

Hi, any example of how can I integrate with Blade or Twing? Thanks

izniburak commented 1 year ago

Hi @nfn, Template engine usage is such a different concept from PHP Router. But, yes. You can use them. For example; you can add Blade or Twig to your project and create a new instance with one of the these packages. Then, you can use it in the router handler. There is no any problem or restrict for that.