DEV Community

Cover image for How to create a simple IP address tracker with geolocation in Symfony 6+
Taras Shkodenko
Taras Shkodenko

Posted on

How to create a simple IP address tracker with geolocation in Symfony 6+

πŸ’» Recently, I've built a lightweight IP tracker using Symfony 6+ πŸš€
This mini project logs user IPs, fetches their geolocation from an API, and stores the results using Doctrine.
Frontend uses Twig to display country and city.
Great intro to Symfony services, entity management, and API integration.
Check it out and feel free to fork, tweak, or suggest improvements! πŸ™Œ

https://www.patreon.com/posts/how-to-create-ip-131537987?utm_medium=clipboard_copy&utm_source=copyLink&utm_campaign=postshare_creator&utm_content=join_link

Top comments (0)