Hi, so I've made a templating engine that I am quite proud of and I'm sure that a few people will also like it but I have no idea of how to get feedback from people on what they'd like in it so that I can improve it. I've got feedback from a few colleges but I'm finding it hard to get anything else. I want to know what I can add to it to improve it for the whole programming community. Any ideas on how I can get this user feedback? Thanks<p>Cheeky link to it if anyone wants to check it out - https://github.com/DrRoach/templator
Here are a few ideas
1) Contact members of the php community through social media
2) Present it at your local php/tech meetups
3) Contact authors of PHP Weekly, SitePoint, Nettuts, etc
I don't use PHP, so sadly I can't use it, but after reading the description, it seems very similar to Jinja (<a href="http://jinja.pocoo.org" rel="nofollow">http://jinja.pocoo.org</a>). Were you aware of that templating engine? I use it and like it a lot, and if I have to use PHP in the future I will certainly try yours.