<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Angelos Chouvardas</title>
    <description>The latest articles on DEV Community by Angelos Chouvardas (@achouvardas).</description>
    <link>https://dev.to/achouvardas</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F614327%2F3f1c62ca-0e72-4a43-b260-e73c1d4dc472.png</url>
      <title>DEV Community: Angelos Chouvardas</title>
      <link>https://dev.to/achouvardas</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/achouvardas"/>
    <language>en</language>
    <item>
      <title>EU VAT Number Validator: A Simple PHP Tool for EU Businesses</title>
      <dc:creator>Angelos Chouvardas</dc:creator>
      <pubDate>Tue, 28 Oct 2025 14:28:49 +0000</pubDate>
      <link>https://dev.to/achouvardas/eu-vat-number-validator-a-simple-php-tool-for-eu-businesses-1hfj</link>
      <guid>https://dev.to/achouvardas/eu-vat-number-validator-a-simple-php-tool-for-eu-businesses-1hfj</guid>
      <description>&lt;p&gt;Need to &lt;strong&gt;verify EU VAT numbers&lt;/strong&gt; quickly? &lt;/p&gt;

&lt;p&gt;This lightweight PHP script checks any VAT number against the official &lt;strong&gt;VIES&lt;/strong&gt; database and for &lt;strong&gt;Greek companies&lt;/strong&gt; pulls extra details from the &lt;strong&gt;GEMI (General Commercial Registry)&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Perfect for e-commerce checkouts, invoicing tools, or client onboarding forms.&lt;/p&gt;




&lt;h2&gt;
  
  
  Features
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Validates &lt;strong&gt;all EU VAT numbers&lt;/strong&gt; via official VIES SOAP API
&lt;/li&gt;
&lt;li&gt;Shows &lt;strong&gt;company name &amp;amp; address&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;For &lt;strong&gt;Greek (EL) VATs&lt;/strong&gt;:

&lt;ul&gt;
&lt;li&gt;Fetches &lt;strong&gt;GEMI registration number&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;Displays &lt;strong&gt;company type&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;Links directly to the &lt;strong&gt;official business portal record&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;

&lt;li&gt;Clean, &lt;strong&gt;responsive UI&lt;/strong&gt; with &lt;strong&gt;Tailwind CSS&lt;/strong&gt;
&lt;/li&gt;

&lt;li&gt;

&lt;strong&gt;Single file&lt;/strong&gt;, no dependencies&lt;/li&gt;

&lt;/ul&gt;




&lt;p&gt;Whether you're building a shop, managing invoices, or just curious about a business, this tool gives you instant, reliable EU VAT validation with a Greek twist. Drop it into any project, no setup needed.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Get the &lt;a href="https://github.com/achouvardas/VIES-VAT-Validator" rel="noopener noreferrer"&gt;code&lt;/a&gt; and start validating today!&lt;/strong&gt;  &lt;/p&gt;

</description>
      <category>php</category>
      <category>webdev</category>
      <category>api</category>
      <category>vat</category>
    </item>
  </channel>
</rss>
