Suggested Categories:

QR Code Generators
QR code generators are tools that allow users to create quick response (QR) codes, which are machine-readable barcodes that store information such as URLs, text, contact details, or Wi-Fi credentials. These tools typically allow users to customize QR codes by changing their size, color, and design while ensuring the code remains scannable. QR code generators are commonly used for marketing, event registration, payments, product packaging, and contactless interactions. They help businesses and individuals provide an easy way for users to access digital content or services through their smartphones or other scanning devices.
No-Code Development Platforms
No-code development platforms provide a way for users to design, build, and develop software applications without the need for traditional coding. They are built in such a way that users can rely on simple visual interfaces with drag and drop type tools, allowing them to rapidly develop applications with minimal technical knowledge. This makes no-code development platforms ideal for any user regardless of programming experience, from hobbyists to entrepreneurs. Furthermore, modern no-code platforms allow complex mobile apps or web projects to be created more quickly than ever before.
Code Collaboration Tools
Code collaboration tools are platforms that enable developers to work together on software projects by facilitating real-time collaboration, version control, and code sharing. These tools allow multiple developers to edit and review code simultaneously, track changes, and manage different versions of code through branches and commits. Key features typically include code reviews, pull requests, conflict resolution, issue tracking, and integration with version control systems like Git. Code collaboration tools are essential for team-based development environments, ensuring smooth coordination and improving productivity in software projects.
Code Editors
Code editors are software tools that allow developers to write, edit, and debug source code for programming and web development. These editors provide essential features like syntax highlighting, code completion, auto-indentation, and error detection to enhance productivity and reduce coding errors. Many code editors also offer integrations with version control systems (like Git), debuggers, and build tools, allowing developers to manage their code and workflows efficiently. While some code editors are lightweight and focused solely on text editing, others offer extensive features and customization options through plugins and extensions. By providing a streamlined environment for coding, code editors are essential for software development, web development, and scripting tasks.
Code Review Tools
Code review tools are software tools designed to examine and analyze source code for errors, bugs, and vulnerabilities. They provide developers with detailed feedback on their code, highlighting areas that need improvement or optimization. These tools use a variety of techniques such as static analysis, unit testing, and peer review to ensure the quality and functionality of the code. In addition to identifying coding issues, they also help improve code security by detecting potential vulnerabilities or weaknesses in the code. Code review tools are an essential part of the development process for any software project.
Infrastructure as Code Software
Infrastructure as Code (IaC) tools are software solutions that enable developers and IT teams to automate the provisioning, configuration, and management of infrastructure using code. These tools allow users to define and manage infrastructure components like servers, databases, and networking resources through configuration files, ensuring consistency and repeatability in infrastructure setups. IaC tools typically support version control, enabling teams to track changes and collaborate on infrastructure management.
Code Search Engines
Code search engines are specialized search tools that allow developers to search through codebases, repositories, or libraries to find specific functions, variables, classes, or code snippets. These tools are designed to help developers quickly locate relevant parts of code, analyze code quality, and identify reusable components. Code search engines often support various programming languages, providing search capabilities like syntax highlighting, filtering by file types or attributes, and even advanced search options using regular expressions. They are particularly useful for navigating large codebases, enhancing code reuse, and improving overall productivity in software development projects.
Code Enforcement Software
Code enforcement software is software that helps local government agencies and municipalities manage and enforce building codes, zoning laws, and other regulatory compliance requirements. These platforms typically provide features for tracking violations, issuing citations, managing inspections, and automating the code enforcement process. Code enforcement software can also include tools for scheduling inspections, documenting findings, generating reports, and managing case histories. It helps ensure that properties comply with local laws and ordinances, improving efficiency and accountability in enforcement processes. Additionally, it allows for better communication between enforcement officers, residents, and other stakeholders.
Coding Challenge Platforms
Coding challenge platforms, also known as code assessment and technical skills testing platforms, enable developers and organizations to test their coding skills to see what skills need to be improved, or to determine the coding skills of a potential hire. Many coding challenge platforms also offer features like coding competitions, mock interviews, and collaboration opportunities for learning with others. These platforms are popular among job seekers, developers, and coding enthusiasts looking to enhance their problem-solving abilities.
Low-Code Development Platforms
Low-code development platforms are software tools designed to assist developers with the creation of software applications. They provide an alternate means to implementation, reducing the amount of manual coding that needs to be done. Platforms vary based on the type of application being created, enabling users to quickly build and deploy business applications without having extensive technical knowledge or software development experience. Features may include tools for visual modeling, integration connectors, and user interface components.
AI Coding Assistants
AI coding assistants are software tools that use artificial intelligence to help developers write, debug, and optimize code more efficiently. These assistants typically offer features like code auto-completion, error detection, suggestion of best practices, and code refactoring. AI coding assistants often integrate with integrated development environments (IDEs) and code editors to provide real-time feedback and recommendations based on the context of the code being written. By leveraging machine learning and natural language processing, these tools can help developers increase productivity, reduce errors, and learn new programming techniques.
Source Code Management Software
Source code management (SCM) software is a type of software to help developers track, manage, and version control their source code throughout the software development lifecycle. These tools allow multiple developers to collaborate on the same project by maintaining a centralized repository where code changes are stored and tracked. SCM software typically includes features like version control, branching, merging, and conflict resolution to ensure that code changes are properly managed and integrated. It also provides tools for tracking issues, auditing changes, and ensuring that all team members are working with the latest codebase. SCM software is essential for maintaining code integrity, improving collaboration, and enhancing productivity in development teams.
Code Coverage Tools
Code coverage tools are software utilities designed to analyze the source code of an application and report on the level of code that is tested by automated tests. They usually measure the percentage of lines, blocks, or branches of code that have been executed in a test suite. Many popular programming languages have their own code coverage tools available for developers to use.
Code Signing Software
Code signing software is a type of program that digitally signs code to ensure its authenticity and integrity. It verifies the identity of the author or publisher of the code, and helps protect users from malicious software by providing evidence that the code was not altered during transit. Code signing can be used for a variety of purposes, including software distribution, configuration management, and digital document authentication. It is an essential part of maintaining secure electronic communication between two parties.
Medical Coding Software
Medical coding software is a type of software used to classify various medical diagnoses and procedures in order to provide accurate reimbursement from insurance companies. It enables healthcare providers to code various patient treatments, tests, medications, or procedures for billing purposes. The software also helps them comply with industry regulations and guidelines as well as improve efficiency and accuracy in their billing process. It can be used for tracking patient records and managing claims efficiently. Furthermore, it offers support services such as online training courses for coders, ensuring that they stay updated on the latest developments in the field.
Code Quality Tools
Code quality tools help development teams analyze, maintain, and improve the reliability, readability, and security of source code. They automatically scan codebases to detect bugs, vulnerabilities, code smells, and deviations from coding standards. The tools often provide actionable feedback, metrics, and reports to guide refactoring and best practices. Many code quality tools integrate with IDEs, version control systems, and CI/CD pipelines for continuous assessment. By improving code consistency and reducing technical debt, code quality tools support faster development and more stable software.
Vibe Coding Tools
Vibe coding tools are developer-focused tools that emphasize creative flow, rapid experimentation, and an enjoyable coding experience. They often combine lightweight editors, AI-assisted coding, instant feedback, and minimal configuration to reduce friction during development. These tools are popular among indie developers, startups, and prototypers who value speed, intuition, and expressiveness over rigid processes. Vibe coding tools may include features like natural-language prompts, live previews, collaborative environments, and smart code suggestions. By prioritizing developer experience and momentum, they help programmers stay productive and engaged while building software.
Code Security Tools
Code security tools help developers and security teams identify, analyze, and fix vulnerabilities in source code to prevent security breaches and reduce risk. They automatically scan codebases for issues such as insecure patterns, misconfigurations, and known vulnerabilities using both static and dynamic analysis techniques. These tools often integrate with development environments, CI/CD pipelines, and code repositories to provide real-time feedback and continuous security checks. Many code security solutions also include reporting, remediation guidance, and compliance support to enforce security policies. By improving code security early in the development lifecycle, these tools help teams deliver more secure, reliable software.
No Code Database Software
No code database platforms are tools that allow individuals to create and manage databases without needing to write any code. These platforms typically use drag-and-drop interfaces and pre-built templates to simplify the database creation process. They are designed for users with little to no technical background, making it easier for them to organize and store data. No code database platforms also offer features such as data visualization, automated backups, and collaborative capabilities, making it a versatile solution for various businesses and industries.
Code Snippet Managers
Code snippet managers are useful tools for organizing and managing code snippets. They enable users to store and share their code snippets efficiently, and provide a searchable library of existing code snippets. Depending on the platform chosen, users can also comment, tag, and version code snippets using these tools. Finally, many of these services offer both free and premium plans to fit all needs.
View more categories (20) for "php qr code"

162 Products for "php qr code" with 1 filter applied:

  • 1
    Autonix

    Autonix

    Autonix

    Autonix is a Trackable Dynamic QR Code Generator frontend with a visitor management solution backend. We enable businesses to collect and view visit activity with a powerful dashboard reporting on important KPIs. Our visitor check-in options via QR Code, Kiosk, or unique web URL lets visitors have choice when checking in. Gain insights and earn trust with an easy-to-use visitor check-in system.
    Leader badge
    Starting Price: Free Account Available
  • 2
    PackageX OCR Scanning
    ...Easily extract information from both printed text and handwritten labels with our OCR scanner. Our OCR technology is trained on multilingual label data extracted from over 40 countries. Detect & extract information from any barcode or QR code.
    Leader badge
    View Software
    Visit Website
  • 3
    Digital Link

    Digital Link

    Digital Link

    The GS1-approved platform to create and manage digital link QR codes powered by GS1 at scale. Bring your products online with just a GTIN, simplify compliance with Smart Pages, and engage shoppers better before and after purchase.
    Starting Price: $15/mo
  • 4
    MasoLabel

    MasoLabel

    Always (Shanghai) Technologies Co., Ltd.

    MasoLabel is a versatile and user-friendly barcode label printing software designed to simplify the creation and printing of labels. It supports a wide range of features, including barcode and QR code generation, Excel batch printing, serial number printing, and even PDF file printing. The platform offers a variety of templates for different industries and allows for team collaboration in label creation and management. MasoLabel is compatible with all major printers and is ideal for businesses looking to streamline their labeling process without the need for expensive software or complicated setups.
    Starting Price: $6.9
  • 5
    QRsrv

    QRsrv

    QRsrv

    Turnkey solution reservation platform that will streamline a variety of reservations and rentals. By using the convenience of the QR code, discover how simple and effective QR Code Reservations can be. Sign up & add your items/equipment to be reserved/rented and place QR Codes on/near your equipment. Users can self-scan QR Codes or go online to view availability and book times.
    Starting Price: $19 per month
  • 6
    LABEL MATRIX
    ...Create formulas to manipulate data from your database and print exactly what is needed. Deliver interactive marketing content to customers through the addition of a QR code on every label that leaves your door. LABEL MATRIX PowerPro has the ability to easily add QR codes to the label designs you already use.
    Starting Price: $290
  • 7
    QR-Patrol

    QR-Patrol

    Terracom

    Scan QR-Code checkpoints, NFC tags and Beacons. QR-Patrol is the only system incorporating Internet of Things technology. Monitor guards' GPS location, schedule patrols and check for missed checkpoints scan. Totally remote guard tour management through real-time and push notifications exploiting cloud technology. Protect your guards through Man Down Alerts, SOS buttons and automated push notifications.
    Starting Price: $35 per month
  • 8
    Teamgo

    Teamgo

    Teamgo

    .... - Standard, Premium and Enterprise plans - QR Code contactless check-in - Pre-Register visitors - Vaccine tracking - Document requests and forms - iPad Kiosk app and Smartphone app for employees - Powerful iPad kiosk designer feature - Check-in visitors, employees, contractors and more - Perfect for any workplace and every industry - SMS notifications - Available in all languages
    Starting Price: $29/month
  • 9
    SeQure Visitor Management

    SeQure Visitor Management

    Heptagon Technologies

    QR code based visitor management solution. Redefining visitor experience and ensuring a COVID free premise. Our QR code based visitor management solution enables you to check-in your visitors using their smartphone. With our contactless access management system you achieve much more than just managing your visitors. During pandemic crisis situations SeQure acts as your first line of defense, protecting your premise from pandemic risks.
    Starting Price: $7 per month
  • 10
    LabelJoy

    LabelJoy

    LabelJoy

    The best Label printing software to automatically generate barcodes and QR codes from any data source with a WYSIWYG interface! With the Labeljoy Barcode software it is possible to create custom barcodes quickly and easily. You just have to import or type a code and then click “OK”. Use the Professional Barcode Printing Software to generate QR Codes offline or online using our QR Code generator tool. With Labeljoy you can generate (25 different types of barcodes) for every commodity sector such as Code 39, Ean13, ITF14, UPC, Code 93, Interleaved 2/5, Codabar and many other types. ...
    Starting Price: $39 one-time payment
  • 11
    LabelVision

    LabelVision

    Flexible Information Systems

    The next generation of labeling software. LabelVision 20/20 makes bar code labeling easier than ever. To familiarize yourself with LabelVision 20/20, use the navigation bar on the left. QR Code bar code for DATAMAX DPL: LabelVision now supports the QR Code 2D bar code symbology using native DATAMAX Programming Language. New Zebra Printer Drivers: The following new Zebra printer drivers were added: ZD220, ZT411& ZT421.
    Starting Price: $399 per month
  • 12
    VMEasy

    VMEasy

    Visitor Management Ltd

    ...VMEasy allows you safely and securely keep a register of each visitor that enters your building. With VMEasy you can pre-register a visitor and automatically send them an invitation that includes a unique QR code to scan on entry. Walk in visitors can use VMEasy too! The visitor scans the QR code displayed in your reception and completes the questionnaire on their own mobile device. VMEasy offers a touchless & hygienic way for staff, visitors & contractors to sign in to your premises. No hardware is required. Visitors simply scan the displayed QR code with their smartphone. ...
  • 13
    IMEC Safety Management Software
    ...On the other part, the Incident Management module enables users to manage, report, and track hazards, incidents, and near misses. Checklists can also be used to capture Text Inputs, Numeric Inputs, Date Input, Signature Capture, GPS Location, QR Codes / Barcodes. QR Codes / Barcodes can be used to trigger the inspection to commence, the user simply scans the code of the item to be inspected and the inspection will start. A wide range of QR Codes / Barcodes are supported as standard.
    Starting Price: $12 per month
  • 14
    Conpsoft LabelCardPrinter

    Conpsoft LabelCardPrinter

    Conpsoft Technology

    Professional barcode generator and QR code generator, integrating drawing design, barcode generation, QR code generation, label making and batch printing of running numbers in one, easy-to-use visual barcode label design and printing software.
    Starting Price: $99
  • 15
    ScanQueue

    ScanQueue

    Tugadot Pty Ltd

    ScanQueue is a QR-based virtual queue management platform that helps events, retail stores and hospitality venues reduce wait times, eliminate physical lines and improve customer flow using SMS notifications and real-time tracking. Includes: • virtual queue • queue management • SMS notifications • QR code system • events and retail
    Starting Price: $99/month
  • 16
    Sentry Solo

    Sentry Solo

    Sentry Solo

    ...Designed for multifamily properties, self storage facilities, hospitality spaces, and gated communities without on-site staff, Sentry Solo eliminates the need for outdated keypads, kiosks, or intercoms. Instead, it uses a sleek sign with a QR code and mobile access features to provide secure, real-time control. With VirtualKey, users can open gates from their phone, and with VirtualKeypad, guests can scan in instantly using a one-time QR code. No hardware. No maintenance. Just seamless, mobile-first access control that works.
  • 17
    ShareMyToolbox

    ShareMyToolbox

    ShareMyToolbox

    ...Amplified Visibility: Empower field personnel with swift access to view the company's array of assets through our intuitive mobile app. Foster Accountability: Grant field workers the ability to check tools in and out, and transfer tools from person to person through the convenience of barcodes and QR codes.
    Starting Price: $80.00/month
    Partner badge
  • 18
    Building Logistics
    ...Building Logistics manages incoming packages in buildings, offices, universities, and hotels. It tracks, scans, sorts, and notifies recipients, ensuring seamless delivery. How It Works: PackageX’s solution uses AI scanning technology to capture text, QR codes, and barcodes, ensuring perfect package intake. It includes data validation, automatic contact matching, customizable notifications, and chain of custody tracking. Why Choose Us? - 99% Accuracy: AI scanning captures all package data. - Zero Lost Packages: Advanced tracking and chain of custody. - 2X Efficiency: Faster delivery with automatic contact matching and advanced notifications. ...
  • 19
    SDS Manager

    SDS Manager

    SDS Manager

    SDS Manager is a leading provider of Safety Data Sheet (SDS) management systems, offering one of the largest SDS databases with over 14 million documents available in 25 languages. With SDS Manager, employees can easily access Safety Data Sheets directly from their mobile devices by scanning QR code posters placed in work areas where chemicals are used, enhancing safety and compliance in the workplace. Our automated data extraction feature allows you to add SDS files to your library with zero typing required, streamlining the process and ensuring accuracy. The one-click Secondary Container Labeling provides an efficient solution for enhancing safety and regulatory compliance Receive alerts on restricted substances in the chemicals you utilize, including those listed under REACH - ECHA, California Proposition 65, ZDHC, and more. ...
    Starting Price: $468/year
  • 20
    LobbyTech

    LobbyTech

    Data Display Systems

    ...Print personalized visitor badges for security and easy identification. Require visitors/employees to watch a safety video or other instructional video for building access. Complete screening process prior to visit, scan QR code upon arrival. Combine pre-registration QR code and contactless temp scanning for a touchless experience.
  • 21
    ByteScout BarCode Reader SDK
    Integrate barcode reading from PDF, JPG, PNG, TIFF images, and PDF into your applications in just a few minutes. Barcode Reader is pre-installed into POS-prepared Elo Tablet by Elo Touch. Elo Tablet clients have a nice method to easily decipher QR Code from a built-in webcam. Barcode Reader SDK and Barcode Generator SDK can help you to arrange your reports with a standardized identification classifier encoded into barcodes (like QR Code, Datamatrix, or similar) containing a label, classification, or unique id of your document. With Barcode Reader SDK these barcodes can be effectively decoded back into your app and process a vast number of scanned reports, and speed up the whole process significantly. ...
    Starting Price: $9.99 per month
  • 22
    AirVote

    AirVote

    AirVote

    Contactless tool for gathering and analyzing real-time customer feedback from your restrooms and other places. A question with a QR code is displayed as a sticker, handout card, poster, or stand. Your customer scans the QR code and votes with one click. Happy customers are directed to social media to write a review. Get AirVote QR smileys for your business. Select questions you would like to ask your customers. Easy-to-read reports show service trends by time or location. ...
    Starting Price: $30 per site per month
  • 23
    Accordev

    Accordev

    Accordev

    The most affordable and advanced B2B software solution to organize and track the inventory into Locations, Trucks, Containers, and a virtual warehouse map, utilizing QR codes or drag-and-drop technology. - Print QR Codes Labels for fast Checking In/Out - Never order old fashion Items Labels - Photograph any Item to decrease Claims - Manage an Item claim - Manage the warehouse containers - Access a warehouse map back-ups - Never Lose an Item or a Vault - Reduce Time, Effort, and Costs
    Starting Price: $0
  • 24
    TOMMS (EAM/CMMS)

    TOMMS (EAM/CMMS)

    TOMMS Systems

    ...The Purchasing Management module allows user to manage Vendor Performance via the Purchase request and Purchase order. The KPI Module provides standard and drill down reports for executives and top management for data analysis and decision making. The QR Code/Barcode Module allow printing of QR Code of Barcode for Asset, Spare Parts, Work Order and etc to ease data retrieval and reduce data error. TOMMS Mobile module allows field service personnel to retrieve and update real time data into Asset Tagging, Work Order and PM Checklist.
  • 25
    QRmaint Maintenance Management
    ...Scan QR codes to see a full history of your equipment.
    Starting Price: $15 per user per month
  • 26
    VPass

    VPass

    In Touch With Technology

    Unlike other sign-in systems, the visitor completes the sign-in entirely on their own phone. Setup and run VPass without costly tablets, printers, badges/lanyards. Sign in quick wherever a QR code poster is placed. Unlimited Locations available in the Premium Plan. Configure your account Forms & Visitor Types to meet your needs. Changes are pushed live to all devices automatically. Setup staff and regular visitors with phone Profile, QR Coded badge or PIN code. Add documents, images, conditions of entry text and signature box to your sign in forms. ...
    Starting Price: $27 per month
  • 27
    Barcode Label Maker

    Barcode Label Maker

    Aulux Technologies

    ...Industrial Symbol Libraries, include Symbols such as electrical, hazardous material, packaging, and more. Multi-language interface, Available in English, French, German, Japanese, Spanish, Portuguese, Italian, Korean, and Thai. Putting the QR Code into the poster is a bold and necessary attempt in the use of the QR code. This can not only provide consumers with an understanding of the product.
    Starting Price: $49 one-time payment
  • 28
    Visec Security Software

    Visec Security Software

    Visec Security Software

    ...And did we mention that Visec is extremely easy to use, installation and configuration will take only 5 minutes, even at a novice or newbie's hands. All that for just a fraction of a regular security system price. Visec is the first company in the world to support rapid Quick Response (QR) Code reading and decoding directly from an analog or IP camera stream with no additional software or scanners to buy. As long as the QR code is visible, the Visec® software module can decode it from a surveillance camera stream.
  • 29
    Fixalert

    Fixalert

    Fixalert

    At Fixalert, we're transforming how businesses manage maintenance and operations with our easy-to-use Computerized Maintenance Management System (CMMS). Our mission is simple: to empower facility managers, maintenance teams, and business owners with the tools they need to streamline workflows, reduce downtime, and improve asset performance. Founded on the belief that facility management doesn’t need to be complex, Fixalert offers a comprehensive solution that helps organizations of all...
    Starting Price: $9.99/month/user
  • 30
    i-Attend

    i-Attend

    i-Attend

    i-Attend is a multi-tenant, single code-based, software-as-a-service delivered through web browsers or mobile applications. The software is designed as a one-stop solution for your events and classes. i-Attend is available 24/7, 365 days a year. All you need is a browser and you have access to all features. i-Attend comes with two mobile applications (i-Attend mobile capture and i-Attend mobile TAP) designed for mobility and enhanced user experience. i-Attend supports RFID or barcode/QR code authentication mechanism. ...
    Starting Price: $159 per month
MongoDB Logo MongoDB