Your Permanent Account Number is your financial identity in India. Download your e-PAN in PDF format in under a minute through NSDL (Protean) or UTIITSL — the two official government-authorized portals.
Enter PAN number and download
Everything you need to know about India's most important tax document — explained simply.
PAN stands for Permanent Account Number. It's a 10-character code — letters and numbers mixed — that the Income Tax Department gives you. It stays the same for your entire life. No expiry, no renewal needed. deployer download
Think of it as your financial fingerprint. Every major money transaction you do — salary, rent, investments, property — gets linked to this one number. It tells the government who paid what and to whom. There are two primary ways to obtain Deployer:
Indian residents can apply for a PAN online through UTIITSL or NSDL. The process takes 10–15 minutes. You'll need your Aadhaar, a passport-size photo, and basic personal details. Global Level: composer global require deployer/deployer
If your Aadhaar is already linked to your mobile number, you can get an Instant e-PAN completely free through the Income Tax Department portal. The e-PAN is issued within minutes using OTP verification — no paperwork needed.
If you're a foreign national or NRI earning any income from India — rent, dividends, capital gains, salary — you need a PAN. Without it, TDS is cut at the highest rate (30%+), even if your actual tax liability is lower.
Foreign citizens apply using Form 49AA. You'll need a copy of your passport, valid visa, and overseas address proof. The physical card takes 15–20 working days. The Instant e-PAN option is only available for Aadhaar holders.
Four simple steps. Done in under 5 minutes.
Type your 10-character PAN in the box at the top of this page. It looks like ABCDE1234F.
Click "Download via NSDL" or "Download via UTIITSL". Both are official. Either works fine.
On the government portal, verify using your Aadhaar OTP or date of birth as required.
Your e-PAN PDF will be ready. Password is your date of birth in DDMMYYYY format.
There are two primary ways to obtain Deployer: as a standalone binary (PHAR) or as a project dependency via Composer . Option 1: PHAR Download (Recommended for Global Use)
Move it to your path with mv deployer.phar /usr/local/bin/dep to use the dep command anywhere. Option 2: Composer Installation (Recommended for Teams)
The download provides a lightweight, open-source PHP deployment tool designed to automate the delivery of web applications. It simplifies complex workflows like zero-downtime releases and rollbacks, making it the standard choice for PHP developers. Direct Download and Installation
Once downloaded, the tool offers several advanced capabilities out of the box: The Deployer Times — Deploy PHP Everywhere | Deployer
Installing via Composer ensures that everyone on your team and your CI/CD pipeline uses the exact same version. composer require deployer/deployer --dev . Global Level: composer global require deployer/deployer . Execution: Use vendor/bin/dep if installed locally. Core Features of Deployer
Downloading the .phar file is the quickest way to get started without adding dependencies to your project. Use curl -LO https://deployer.org/deployer.phar . Make Executable: Run chmod +x deployer.phar .
There are two primary ways to obtain Deployer: as a standalone binary (PHAR) or as a project dependency via Composer . Option 1: PHAR Download (Recommended for Global Use)
Move it to your path with mv deployer.phar /usr/local/bin/dep to use the dep command anywhere. Option 2: Composer Installation (Recommended for Teams)
The download provides a lightweight, open-source PHP deployment tool designed to automate the delivery of web applications. It simplifies complex workflows like zero-downtime releases and rollbacks, making it the standard choice for PHP developers. Direct Download and Installation
Once downloaded, the tool offers several advanced capabilities out of the box: The Deployer Times — Deploy PHP Everywhere | Deployer
Installing via Composer ensures that everyone on your team and your CI/CD pipeline uses the exact same version. composer require deployer/deployer --dev . Global Level: composer global require deployer/deployer . Execution: Use vendor/bin/dep if installed locally. Core Features of Deployer
Downloading the .phar file is the quickest way to get started without adding dependencies to your project. Use curl -LO https://deployer.org/deployer.phar . Make Executable: Run chmod +x deployer.phar .