Showing 36 open source projects for "browser form fill"

View related business solutions
  • Application Monitoring That Won't Slow Your App Down Icon
    Application Monitoring That Won't Slow Your App Down

    AppSignal's Rust-based agent is lightweight and stable. Already running in thousands of production apps.

    Full APM with errors, performance, logs, and uptime monitoring. 99.999% uptime SLA on the platform itself.
    Start Free
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 1
    Laravel Honeypot

    Laravel Honeypot

    Preventing spam submitted through forms

    When adding a form to a public site, there's a risk that spam bots will try to submit it with fake values. Luckily, the majority of these bots are pretty dumb. You can thwart most of them by adding an invisible field to your form that should never contain a value when submitted. Such a field is called a honeypot. These spam bots will just fill all fields, including the honeypot.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Symfony BrowserKit

    Symfony BrowserKit

    Simulates the behavior of a web browser

    Symfony BrowserKit is a PHP library that simulates a web browser for testing purposes. It allows developers to make HTTP requests, interact with web forms, and test responses without requiring a real browser. BrowserKit is useful for functional testing and works seamlessly with Symfony’s HTTP client and other testing components, providing a robust environment for web application testing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Mink

    Mink

    PHP web browser emulator abstraction

    Mink is an open-source PHP library that provides a browser abstraction layer for web application testing, allowing developers to simulate user interactions with websites in a consistent and flexible way. Instead of tying test logic to a specific browser driver, Mink introduces a unified API that can work with multiple drivers such as Goutte, Selenium, ChromeDriver, or BrowserKit. This abstraction enables developers to write tests once and run them across different environments without...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    Heimdall

    Heimdall

    An Application dashboard and launcher

    ...Heimdall is an elegant solution to organize all your web applications. It’s dedicated to this purpose so you won’t lose your links in a sea of bookmarks. Why not use it as your browser start page? It even has the ability to include a search bar using either Google, Bing or DuckDuckGo. You can use the app to link to any site or application, but Foundation apps will auto-fill in the icon for the app and supply a default color for the tile. In addition, Enhanced apps allow you to provide details to an apps API, allowing you to view live stats directly on the dashboard. ...
    Downloads: 62 This Week
    Last Update:
    See Project
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 5
    Requests for PHP

    Requests for PHP

    Requests for PHP is a humble HTTP request library

    Requests is a HTTP library written in PHP, for human beings. It is roughly based on the API from the excellent Requests Python library. Requests is ISC Licensed (similar to the new BSD license) and has no dependencies, except for PHP 5.6+. Despite PHP’s use as a language for the web, its tools for sending HTTP requests are severely lacking. cURL has an interesting API, to say the least, and you can’t always rely on it being available. Sockets provide only low-level access and require you to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Sage

    Sage

    WordPress starter theme with a modern development workflow

    Write stylesheets with Sass, automatically check your JavaScript for errors, optimize images, enable synchronized browser testing, and more with our Webpack based setup. Sage comes with the latest version of Bootstrap. Replace Bootstrap with Bulma, Foundation, Tachyons, Tailwind, or a blank slate upon installation. You will have the option to define theme meta information (name, URI, description, version, author) and choose a CSS framework. Sage uses Laravel's Blade templating engine, and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    ActionApps

    ActionApps

    ActionApps - easy and automated publishing and sharing for websites

    ActionApps (under the GPL) is a collaborative web publishing tool for non-profits, which is: - Fast & Easy: If you can fill out a form, you can publish professional-looking items online—in minutes. - Flexible: Automate all kinds of content—news, events, action alerts, member lists, and more. - Collaborative: Unique Content Pooling features help NGOs work together to save time and build audience.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    nuBuilder Forte

    nuBuilder Forte

    nuBuilder Forte is a cloud database builder.

    nuBuilder Forte is the 4th version of nuBuilder. A open-source browser-based tool created for developing web-based database applications. nuBuilder uses either MySQL or MariaDB databases and gives its users the ability to do database operations like... • Search, Create, Insert, Read, Update, Delete ✪ With low-code tools that create ... - Forms with the Form Builder - Fast Reports - Database queries with the SQL Builder - Customised date and number formats with the Format Builder - Calculated fields with the Formula Builder - Email Templates - Move and resize objects...
    Downloads: 11 This Week
    Last Update:
    See Project
  • 9

    queXF

    Web based, Open Source alternative to Remark OMR or Teleform

    queXF, a CADE (Computer Assisted Data Entry) Tool, processes filled paper forms that were created in queXML, such as survey questionnaires. queXF can be used as a web based, Open Source alternative to programs such as Cardiff Teleform and Remark OMR.
    Downloads: 7 This Week
    Last Update:
    See Project
  • Fully Managed MySQL, PostgreSQL, and SQL Server Icon
    Fully Managed MySQL, PostgreSQL, and SQL Server

    Automatic backups, patching, replication, and failover. Focus on your app, not your database.

    Cloud SQL handles your database ops end to end, so you can focus on your app.
    Try Free
  • 10
    MBR Cookie Consent

    MBR Cookie Consent

    Enterprise-grade GDPR/CCPA compliant cookie consent with IAB TCF v2.3

    MBR Cookie Consent is the most comprehensive, enterprise-grade cookie consent management plugin for WordPress - completely free. Built for publishers, e-commerce sites, and businesses that take privacy seriously. **100% Free. Forever.** All premium features included at no cost - no upsells, no restrictions, no hidden fees. **Enterprise-Grade.** Used by professional publishers, advertisers, and agencies worldwide. **Easy Setup.** Configure in 5 minutes with intelligent defaults and...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    Mobile Detect

    Mobile Detect

    Mobile_Detect is a lightweight PHP class for detecting mobile devices

    Mobile-Detect is a lightweight PHP library that inspects the HTTP user agent string and HTTP headers to detect whether a request comes from a mobile, tablet, or desktop device. It includes a rich set of detection rules covering device brands, operating systems, and browser engines so developers can tailor responses (views, assets, or layouts) based on client form factor. Its API is simple: isMobile(), isTablet(), or deviceFamily() methods make branching logic intuitive. The library is used in server-rendered PHP apps, CMS themes, and frameworks to serve mobile-friendly templates or redirect users to mobile versions. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12
    YumpeeCMS

    YumpeeCMS

    Yumpee CMS is a Content Management System built using Yii2

    **NOW ON GITHUB** - https://github.com/yumpee/yumpeecms **CHECK OUT MARKET** http://marketplace.yumpeecms.com ** http://[host_url]/install.php for easy install process ** Any HTML template come alive with dynamic data easily with Yumpee Supports multiple databases in the backend – MySQL/Maria DB, Postgres, Oracle, MS SQL, No SQL databases Communicate easily with Web APIs and process the results with less programming overheads Create your own webservice easily Run different related web...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    Vishesh Auto Index

    Vishesh Auto Index

    Vishesh Auto Index 5 is Best Wap Auto Index for mp3 sites.

    Vishesh Auto Index is a rebirth of AutoIndex. A mobile focused autoindex script that allows users to create a mobile download site. Security level too high. Vishesh Auto Index 5 specially made for mp3/mp4 downloading websites. Vishesh Auto Index 5 My Official Blog:- https://visheshgrewal.blogspot.com Vishesh Auto Index:- https://vishesh-auto-index.blogspot.com Readme.txt for more information
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    RIPS - PHP Security Analysis

    Free Static Code Analysis Tool for PHP Applications

    RIPS is a static code analysis tool for the automated detection of security vulnerabilities in PHP applications. It was released 2010 during the Month of PHP Security (www.php-security.org). NOTE: RIPS 0.5 development is abandoned. A complete rewrite with OOP support and higher precision is available at https://www.ripstech.com/next-generation/
    Downloads: 18 This Week
    Last Update:
    See Project
  • 15
    wordpress installer

    wordpress installer

    Automatically downloads & install WordPress, plugins & themes quickly.

    ...Simply download the .zip archive, upload the "wordpress-installer" folder to the directory you want to install wordpress. It may be in your domain's root dir or a subdir. Visit *wordpress-installer/index.php* Fill up the form carefully. Done. Installation support: http://www.wordpresshelps.com/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    bratsproc - a php dynamic html environment that manages SQL database recordsin a web browser. Form data is contained in supplied tables, and allows the user to create menus, forms (even header/body), searches, lookups, reports.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    The BRST - Border Router Security Tool is a web based utility for generating secure configuration files for Cisco routers in a border configuration. The administrator fills out a web form, clicks submit, and receives a router config file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    NoIdea Exhibition

    NoIdea Exhibition

    An online platform to create, find and visit exhibitions

    Basically NoIdea Exhibition is a platform where you can create an „exhibition“ which is basically like a photo album. Every User is an “exhibitor” . So you have to sign up, create your profile and after this you can create exhibitions. When you create an exhibition you have to fill out a form where you can put exhibitions name, title photo, descriptions, etc… After this you can add artworks to your exhibition. You press “add artwork” and again you have a form to fill out info, audio files (upload MP3 files), links to video files (just paste URL, no uploading videos), etc,…. When you are finished you can see the list of your art works. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    PHP4sack
    A PHP encapsulation of the AJAX sack library so that developers need only code in PHP to implement AJAX, Feedback will be good to improve this component set. Now supporting cross browser drag and drop events, no other library dependencies.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    The open source augmented reality server, or POI (Point of Interest) search. In its simplest form, it takes a database of points with latitude/longitude, and a search request at a given latitude/longitude, and returns the points sorted by distance.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    Abbington Mega Free Zen Cart Template

    Abbington Mega Free Zen Cart Template

    Free Zen Cart Template by www.picaflor-azul.com

    Designed for Zen Cart versions 1.3.X & 1.5 Picaflor Azul's free zen cart templates are a fantastic way to quickly add a professional design to your ecommerce store. All template packages include the admin settings needed to make the template look like the demo, template files, and a detailed installation file with links to videos and written tutorials of all steps. Our templates are compatible with all stable zen cart addons/modules/plugins and have been tested on versions 1.3.8a through...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    b2ePMS stands for Browser to Email Phone Message System. It is intended to replace the standard paper/carbon phone message slips commonly used in offices, with the capability of sending the message via a web browser form directly to the recipients inbox.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    This new version has more security and more facilities than the erlier one. Just download it then unpcking then upload it to your server after this run yourdomain/setup.php then fill the fieldes in the form then hit submit
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    This project concept is "Good bye login form". YggDore Sky Gate provides login to various service by using same the login ID and password. The authentic method is like POP before SMTP, very simple, your service is able to join easily.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Ecclesia is an Android project for Wake-on-SMS. Android application automatically posts form through browser upon receiving SMS. Ideal for industries which require on-the-go orders e.g. logistics.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB