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"

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

  • 1
    Codex QR

    Codex QR

    Codex QR

    Codex QR is a professional QR code scanner and generator for Windows and macOS. The ultimate desktop QR tool for businesses that allows you to instantly scan QR codes from screen, webcam, or files. Generate unlimited branded QR codes with your company logo. Key features include screenshot QR scanner, webcam scanner, batch file processing, custom logo branding, smart history, WiFi QR generator, and 25+ QR code types. ...
    Starting Price: $49/year
  • 2
    QR TIGER

    QR TIGER

    QR TIGER

    QR TIGER’s solutions include: ✓ Fully customizable QR codes for every application: URL, vCard, file, social media, menu, H5, multi-URL, Wi-Fi, app store, text, email, and m
    Starting Price: $7/month
  • 3
    Qrblox

    Qrblox

    Qrblox

    Qrblox is a free iPhone mobile app to generate QR codes, collect your scans, stay connected with your QR code scanners, enhance your digital marketing efforts, send notifications to your customers, and use AI to chat with websites. Our web portal offers users to create dynamic QR codes with tracking analytics. Qrblox empowers businesses to bridge the physical and digital worlds effortlessly.
    Starting Price: $0
  • 4
    JoyQR

    JoyQR

    JoyQR

    ...JoyQR’s fully customizable link in bio organizes all your websites, storefronts, socials, and more into one place with easy accessibility using a unique QR code for easier sharing, effective branding, and better engagement.
    Starting Price: $4.99
  • 5
    DocDrag

    DocDrag

    Eduoco BV

    DocDrag is a simple self-branded platform to host all your links, files, and documents with their generated QR-codes and shortlinks and define, monitor, and analyze the access of your resources. The individuals can create, design, and manage QR codes and shortlinks for their files and links and share them with others on a single platform. Businesses can use DocDrag for marketing, Branding, and manage access to their business documents and links via QR codes and shortlinks in a single platform and use the generated QR codes for their products and their services. ...
    Starting Price: €10 per month
  • 6
    Xengo

    Xengo

    Synvu Limited

    Create smart shortened URLs and dynamic QR codes with real-time notifications where you need them. xengo is a powerful URL shortening and QR code management platform that allows users to create smart links and dynamic QR codes with real-time tracking and notifications. With real-time click notifications delivered to platforms like Slack, Discord, Telegram, WhatsApp, and Email, xengo empowers you to make data-driven decisions quickly. ...
    Starting Price: $5/month
  • 7
    Quick Code

    Quick Code

    Quick Code FZE

    Quick Code is an advanced QR Code designing platform, it can build customized and unique QR Codes. With rich feature set, such as logos, stickers, and outlined shapes. Add text – in your native language – along with your QR code, the text feature supports almost every language. You can choose your preferred font from 1400+ supported fonts.
    Starting Price: $39 / One time
  • 8
    QR Code Dynamic
    QR Code Dynamic supports generating easy-to-scan QR codes, and it gives a wide range of customization so that you can create a unique QR code for your business, events, or anything. With QR Code Dynamic’s advanced 13 QR code templates, it is possible for everyone to choose the one they need. Caring for privacy at utmost importance, QR Code Dynamic does not store any data unless the users want for their QR codes. ...
    Starting Price: Free
  • 9
    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
  • 10
    QR Code KIT

    QR Code KIT

    QR Code KIT

    ...Check out all the possibilities and create your first dynamic QR code. Save time having your QR codes under watch. Find in one place all the functionalities that you need to improve your QR code Campaigns conversions. Redirect your QR codes to new contents, perform batch actions, design your QR codes, and more. Add your brand’s logo and colors to your codes, give them a gradient, add your brand’s name to the short URL, alter the shape of your codes and personalize your landing pages. ...
    Starting Price: $4.95 per month
  • 11
    My QR Code

    My QR Code

    My QR Code

    Our platform lets you create QR codes for free without registration. Whether you want to share a link, promote an event, or enhance your marketing materials, our tool helps you create eye-catching, custom-designed QR codes that blend creativity with technology. We have different types of generators for your needs. Transform simple QR codes into beautiful digital art pieces, with our AI Art QR code generator by My QR code perfectly tailored to your style or brand. ...
    Starting Price: $0
  • 12
    The QR Code Generator

    The QR Code Generator

    The QR Code Generator

    The QR Code Generator (TQRCG) is an intuitive tool designed to help businesses enhance engagement through customizable QR codes. Ideal for marketing, packaging, events, digital signage, and more, it enables effortless QR code creation and management. Trusted by over 3 million users in 60+ countries, TQRCG has powered 10 million+ codes to date.
  • 13
    TOP QR Code Generator
    TOP QR Code Generator is a brand new QR code creation platform. It comes with powerful capability with amazing look and feel. With TOP QR, users can develop various QR based applications, from business cards to service satisfaction forms. Compared with other QR code generators, the essential difference is: TOP QR is a low code/no code SaaS development platform with QR code as entry, while others are limited QR based templates. ...
    Starting Price: $5/month
  • 14
    Shopify QR Code Generator
    If QR codes aren’t a part of your current marketing strategy, you might be missing out. Use QR codes to generate customer interest, drive traffic, and increase sales via print, online, or email. Shopify’s QR code generator lets you enter any web URL, phone number, SMS or plain text. With a single click, our tool creates a QR code that you can use anywhere you’d like.
  • 15
    Wix QR Code Generator
    Create your own custom, high-quality QR codes with Wix QR Code Generator. Use QR codes to drive traffic and increase sales when customers scan your printed or digital code. A QR (Quick Response) code is a type of barcode. It holds information that can be read by a QR code scanner, usually a smartphone camera or app, and can be shared online or printed. Scanning a QR code triggers a specific action such as bringing a visitor to a particular product page, to your social media account, to connect to WiFi, and so much more. ...
    Starting Price: $2.73 per month
  • 16
    QR Code Generator Pro
    A QR Code is a two-dimensional version of the barcode, typically made up of black and white pixel patterns. You may choose from URL, vCard, Plain Text, Email, SMS, Twitter, WiFi, and Bitcoin. However, these free QR Codes are not editable and trackable. Enter all the information needed in the fields that appear. This could be a link, contact information, text or any other type of info.
  • 17
    Live QR Code Generator

    Live QR Code Generator

    Live QR Code Generator

    ...Our clients have the ability to generate a custom dynamic QR code by either inputting any URL (such as a website, social media, geolocation, coupons, Google Forms, documents, reviews, maps, etc.) or uploading any PDF (such as a product menu, flyers, catalogue, etc.). This allows our clients to generate a QR code that is specific to their needs.
    Starting Price: $3.99/month/user
  • 18
    GOQR

    GOQR

    GOQR

    The QR code management platform for dynamic QR codes and successful QR code campaigns. GOQR has all the features and design tools you need to create QR code campaigns and handle many QR codes. Organizing your QR codes was never easier and it’s one click away. Create dynamic QR codes. Track scans of your QR code. Custom and transparent QR code design. ...
    Starting Price: $4.65 per month
  • 19
    QR Batch

    QR Batch

    Scanova

    Create unique Vcard QR Codes in bulk and add them to business cards of company employees. Generate printable QR Code label sheets to track inventory or manage operations. Generate Serial Code or Random Code QR Codes in bulk and add them on ID cards for digital verification. QR Code Batch Generation or QR Code Bulk Generation helps you generate a large number of QR Codes—between 10 to 100,000—in a short period of time i.e. in minutes to hours . ...
  • 20
    QR Crypto

    QR Crypto

    QR Crypto

    The easiest way to create QR code for any crypto address. Enter address to generate your coin-branded QR code. Share your QR to receive payments. We are the leading professional QR code generator platform for all your crypto QR codes in one place. We are the most popular free online Bitcoin QR code generator with millions of already created & scanned codes. Create one or many crypto QR codes in no time. ...
    Starting Price: Free
  • 21
    QR Dex

    QR Dex

    Bluejay Labs

    Generate unlimited QR codes with QR Dex, the ultimate QR code generator that simplifies your digital marketing efforts. Here are the key features and benefits that make QR Dex stand out: Free QR Code Generation: Easily create QR codes by simply entering a URL. Free Plan: Enjoy generating QR codes with custom text at no cost. No Expiry: Rest assured that your free QR codes will remain valid forever. ...
  • 22
    QR Stuff

    QR Stuff

    QR Stuff

    ...The QR Stuff QR Code Scanner allows users to scan QR codes simply and easily from within your browser with no need to download and install a QR code scanning app or QR code reader software. Simply go to Scan from the menu bar at the top of this page and after granting access to your device camera, you’re ready to scan a QR code using your laptop or mobile device.
    Starting Price: $11.95 per month
  • 23
    goQR.me

    goQR.me

    goQR.me

    You can generate free QR codes on this website. A QR code is a two dimensional barcode that stores information in black and white dots (called data pixels or “QR code modules”). Besides the black and white version, you can also create a colored QR code. For these codes to work without problems, make sure the contrast is sufficient and the result is not a negative (in terms of color).
  • 24
    QR Fox

    QR Fox

    QR Fox

    Say hello to more traffic, engagement, and sales with visually attractive, dynamic image QR codes. Custom QR codes create instant awareness for your brand or event in a world of clutter. Your QR code now tells a story before the scan. QR Fox doesn’t just help you create pretty image QR codes; there’s a roaring engine of features under these custom QR codes! Drive greater efficiency in your campaign with the help of Dynamic QR codes. ...
  • 25
    CodeeQR

    CodeeQR

    CodeeQR

    If you want to create your own QR code, a good tool for doing so is the CodeeQR generator, due to its ease of use and all the options it offers to make your ideas come true or your business grow. We do not store any data of your created QR codes, except the ones that you save in your account willingly. Static QR codes are fixed, meaning that all the data is directly embedded into the QR code.
    Starting Price: $9.99 per month
  • 26
    generator-qr.com
    QR Codes with logo Add your logos in vector or raster format or use one of the suggested logos of popular messengers, websites and applications. Save QR code with logo in high quality. QR Code vector formats Create your own QR code and save it in high resolution for large format printing. Choose any resolution for your QR code and save it as SVG or PDF vector format.
  • 27
    QR.io

    QR.io

    QR.io

    ...Also, static QR Codes do NOT give you statistics of how many people scanned your QR Codes.
    Starting Price: $35 per month
  • 28
    QRCode Monkey

    QRCode Monkey

    QRCode Monkey

    Select a content type at the top for your QR code (URL, Text, Email). After selecting your type you will see all available options. Enter all fields that should appear when scanning your QR code. Make sure everything you enter is correct because you can’t change the content once your QR code is printed. You want your QR code to look unique? Set a custom color and replace the standard shapes of your QR code.
  • 29
    QRCode Studio

    QRCode Studio

    QRCode Studio

    With QRCode Studio you can create dynamic QR codes that can be edited anytime even after being printed. Adapt the content of already published QR codes over time like changing the URL or switching the content type. Dynamic QR codes give you flexibility to avoid invalid QR codes for already published QR code campaigns. Next to the flexible editing you can also track scanning statistics with a dynamic QR code. ...
    Starting Price: €5 per month
  • 30
    QR API

    QR API

    Scanova

    Generate QR Codes in mobile app or print on bills to allow users to transfer money and accept payments using their smartphones. Generate and share unique profile QR Codes in your mobile application to add new contacts via scanning. Add a QR Code with a unique serial code on company ID cards or nametags for digital verification. Add unique QR Codes to documents that link to information in your database for verification. ...
    Starting Price: $25 per month
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • Next
MongoDB Logo MongoDB