We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

Phalcon dynamic meta tags extension

Greetings to everyone.

I was looking for a solution for a long time for this problem.

I made an extension for the dynamic meta tags.

Please give me any feedback, thank you.

https://github.com/izica/phalcon-meta-tags



3.4k

Nice!

You should add a namespace so that it's compatiable with PSR-4. I'd also do some HTML escaping in there, just in case someone passes in "> or whatever.