LAMP-Based Iris Capture Panels

Заказчик: AI | Опубликовано: 26.03.2026

I am planning a secure, browser-based Admin and User Panel that works exclusively with the Mantra MIS100V2 iris scanner. The goal is straightforward: capture high-quality iris images, save them safely within a MySQL database or encrypted file storage, and let the user download or email a PDF that embeds those images for manual verification on another portal. Aadhaar e-KYC or any live UIDAI integration is out of scope. Tech stack & framework I want the entire solution built on a classic LAMP stack running Laravel for the web layer. That means PHP 8+, Apache or Nginx on Linux, MySQL (or MariaDB) for data, and Laravel Blade or Vue components on the front end—whichever fits best inside Laravel. Authentication for both the Admin and regular User panels can stay simple: traditional email-and-password login with hashed passwords and standard password-reset flows. Core workflow 1. User clicks “Scan Iris.” 2. Your code calls the MIS100V2 SDK or any exposed driver to trigger the device. 3. On success, the raw image (ISO/IEC 19794-6 compliant if the SDK supports it) is stored. 4. A confirmation page shows the captured image and allows “Save” or “Retake.” 5. The Admin side can search, view, and export selected records into a PDF report, each page containing the subject’s name, timestamp, and the embedded iris image. Demo requirement Before we move to full development, I need a working proof-of-concept served from a web page where I can press a button, fire the MIS100V2, and see the image return in-browser. A short screen-share or deployed demo on a test server is fine; it just has to prove browser-to-device capture is viable without additional install steps beyond the SDK runtime. What I will supply • Mantra MIS100V2 hardware • Official SDK, documentation, and sample drivers (Windows .dll and, if you can locate, Linux .so) • Basic UI mock-ups for the Admin and User dashboards What I expect you to deliver • The live demo described above • Full Laravel project with clean, commented code • Database schema migration files • PDF generation module (TCPDF, Dompdf, or any Laravel-friendly library) • Brief deployment notes so I can spin it up on a standard LAMP VPS If you have tackled device integration or biometric capture inside PHP or JavaScript before, please mention it. Let me know roughly how many days you need for the demo and for the complete build.