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"
  • 1
    Famral

    Famral

    Famral

    Try our free online PDF editor, web dev utilities, and productivity tools designed to make your digital life easier.
  • 2
    AiToolsKit.ai

    AiToolsKit.ai

    AiToolsKit.ai

    AI Tools Kit is a Productive AI, Writing, Seo, Social media & Marketing tools all-in-one Platform which provides FREE tools such as AI Art Generator, Prompt Engineering Tool, AI Undetectable Rewriter, Keyword Research Tool (CPC, Search Vol & Difficulty), AI Image Optimizer, Text to Speech Pro, ChatGPT4 (launching soon), Image Background Remover, Instagram Hashtags Generator, Image Quality Enhancer, Trending Youtube tags, URL Shortener, Backlink Maker, QR Code Generator, Keywords Provider for Particular Search Engine, Website's SEO Report Generator, Free Plagiarism Checker, Password Strength Checker, Speech to Text Converter, Online Pdf Editor, Image Texts Extractor, AI Based Content Generator and 50+ More.
    Starting Price: $0
  • 3
    Watermark Software

    Watermark Software

    Watermark Software

    ...Embed a special symbolized image to protect your photos' copyright, which is definitely a necessary measure for your creative works. Watermark Software allows you add any image file as a watermark, like the company logo, personal avatar and etc. A QR code is a square black pattern like a Barcode which contains encoded information and can be scanned to read that information. Watermark Software allows you put QR code as watermarks on you photo to show more extended information.
    Starting Price: $24.90 one-time payment
  • 4
    Fotify

    Fotify

    Fotify

    Fotify makes it easy to collect and share photos from weddings, parties, and events in real time. Guests simply scan a QR code to upload their pictures, and they instantly appear on a live photo wall or shared album for everyone to enjoy. No app, no hassle — just instant memories. Fotify helps couples, hosts, and event planners gather all guest photos in one beautiful place, keeping every special moment alive. You can personalize your event with custom branding, send digital invitations, and manage RSVPs effortlessly. ...
    Starting Price: Free
  • 5
    Uploader.win

    Uploader.win

    Uploader.win

    What's the point if you have to read lengthy manuals and write backend code in PHP, Ruby, Python, etc just to integrate the upload API? With uploader.win you generate an API key, paste one line of Javascript and you're all set! No additional code required. Dozens of in-built image processing tools for your users to crop, resize, apply effects to images before uploading! You can also customize maximum image resolution to automatically resize images and save bandwidth. ...
    Starting Price: $14.99 per month
  • 6
    Say Cheese

    Say Cheese

    Say Cheese

    Say Cheese is a privacy-first event camera designed for weddings, parties, festivals, sports days, conferences and corporate events. Guests access the event instantly through a QR code — no app install, no login, no permissions. They can capture photos or short video clips, which appear immediately in a shared gallery that is end-to-end encrypted. Only organizers can unlock and manage the album. Say Cheese includes customizable branding, printable QR posters, live slideshow mode, collaborator roles and contribution limits for large groups. ...
    Starting Price: €3.99
  • 7
    Templated

    Templated

    Templated

    ...Render images and PDFs at scale with a simple API. Simple POST request with JSON payload Render in multiple formats (.jpg, .png, .webp, .pdf) Libraries (Node, Java, PHP, Ruby, etc.)
    Starting Price: 0
  • 8
    Hyperise

    Hyperise

    Hyperise

    ...Our brains are hardwired to process images in milliseconds, adding personalization creates pattern interrupts that captures visitor attention and increases conversions. Learn more about the Hyperise image editor, add dynamic layers to images such as logos, website screenshots, maps, QR Codes, profile images and text options like first/last name, business name, job title, category and more. Personalize your existing website without coding. Personalize your website's text, images, and CTAs for your visitors without writing a single line of code. Deanonymize your website traffic and convert visitors with personalized experiences. ...
    Starting Price: $29 per month
  • 9
    MustHaveMenus

    MustHaveMenus

    MustHaveMenus

    MustHaveMenus aims to be the complete in-store marketing platform within the restaurant and hospitality industries. We combine world-class design tools, smart menu management, and powerful marketing tools to make it easier for multi-location hospitality businesses to grow profits. Maintain oversight on brand, menu data, and in-store marketing while giving local managers the flexibility they need to succeed. The MustHaveMenus Display app provides a time-saving way to drive sales on...
    Starting Price: $29 per month
  • 10
    Spokenote

    Spokenote

    Spokenote

    Supercharge your business with Spokenote, a powerful video engagement and data analytics platform that connects physical items to dynamic digital experiences. Explore how businesses are leveraging Spokenote to deliver personalized experiences, unlock actionable insights, and open new revenue streams - all through the power of scannable codes and an intuitive web interface. Empower personalized communication by allowing one or multiple video creators to connect with each recipient using...
    Starting Price: $199.99
  • 11
    Bannerbear

    Bannerbear

    Bannerbear

    Bannerbear helps you auto-generate social media visuals, eCommerce banners, and more with our API and integrations. Create no-code automated workflows that take care of repetitive marketing tasks in the background. Add image and video generation capability to your app using our REST API or official libraries in Ruby, Node, and PHP. Generate images and videos using a range of integrations and plugins. Start a free trial with 30 API credits, no credit card is required.
    Starting Price: $49 per month
  • 12
    Vizua

    Vizua

    Vizua

    ...Supports advanced formats like AVIF for efficient compression. Preset resizing for social media and YouTube thumbnails. Additional tools include EXIF metadata viewer, color picker, QR code generator, and image watermarking. All processing happens locally in the browser — no files are uploaded. No account required. Available in 16 languages.
    Starting Price: Free
  • 13
    Knotpix

    Knotpix

    Knotpix

    Knotpix is an innovative, no-app wedding photo sharing platform designed to simplify how couples and their guests collect and share memories from the big day. With seamless app-free functionality, guests can effortlessly upload and view wedding photos using just a simple QR code or link, eliminating the need for bulky downloads or complicated sign-ups. Powered by advanced AI capabilities, Knotpix intelligently organizes photos, highlights the best moments, and helps create a beautiful, curated gallery to relive the special day. Whether near or far, everyone can participate in capturing memories instantly and securely. ...
    Starting Price: $20/month
  • 14
    Heyzine

    Heyzine

    Heyzine

    ...Supported on every device with auto-adjusting size and flip pages with touch. The converted flipbook is HTML5 optimized for search engines. Automatically generate different link styles with thumbnail and QR code to share the flip book everywhere quickly. You can choose between five different turn page effects: flipbook magazine, book, slider presentation, cover flow, and one-page flip. We also support Right-to-left flipbooks. After the conversion you can highly customize the publication, changing logo, background, text, navigation control styles, and controls to show and hide. ...
    Leader badge
    Starting Price: $49 per year
  • 15
    PicShop.me

    PicShop.me

    IT-Dienstleistungen Jan-Lukas Knoch

    ...You can completely configure your photographer store yourself and integrate your own shipping and payment methods. PicShop.me is also ideal for kindergarten photography. With QR codes, photos are automatically assigned to the right children. This also ensures that parents can only see the pictures of their own child. Of course, you can still sell group pictures. If you can't print them yourself, our partner labs can help you out. They will take care of the printing and shipping to you or your end customers. ...
    Starting Price: $19.99 per month
  • 16
    eZy Watermark

    eZy Watermark

    eZy Watermark

    eZy Watermark is a feature-rich watermarking app, trusted by 3 millions+ users around the world. You can add a watermark to your photos to protect them using text, signature, QR code, logo, copyright, trademark, etc. Our apps are available on App Store for iPhone and iPad and on Google Play Store for Android phones. You can also enjoy editing controls within the app. The app offers a collection of 150+ fonts, while it also has an option to adjust pen thickness on signatures you add to your photos, with options of adjusting opacity, auto-alignment, etc. ...
    Starting Price: Free
  • 17
    Parallels Toolbox
    ...Parallels Toolbox allows everyone to make the most out of their Mac or PC, without learning complicated system settings. Download a 7-day trial or buy for macOS or Windows 10. Scan a barcode with a built-in camera or import an image to recognize content encoded with a barcode or QR Code. Links are automatically recognized and can be clicked directly. Take a screenshot of a single window. Keep your Mac clutter-free and running at max speed. Scans, detects, and lets you choose what to delete. Forget having to choose only one item to copy and paste. Automatically collect multiple copied items to easily paste what you want, when you need it.
    Starting Price: $19.99 per year
  • 18
    ChackTok

    ChackTok

    LINKSIGN UK CO., LTD

    ...Core features include: Bluetooth hardware control (motor speed, rotation, emergency stop), real-time AI imaging (background removal, slow-motion, beauty filters, dynamic stickers), one-click event templates (weddings, brand launches, parties), and multi-channel sharing via QR code, SMS, email, Instagram, TikTok & Facebook with 1GB free cloud storage. Supported devices: 360° photo booths, iPad booths, Magic Mirror booths, Glambot 6-axis robotic arms, full-body 3D scanners, DSLR cameras, GoPro (Gen 9–13), iOS/Android devices, and 12+ third-party Photo Booth brands via built-in wireless protocol. B2B tools: end-user email capture, social sharing analytics, and event engagement tracking. ...
    Starting Price: $67.99/month
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB