82 projects for "php form projects" with 2 filters applied:

  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 1
    Tickets CAD (Open ISES)
    Free, open source Computer Aided Dispatch for volunteer fire departments, ARES/RACES, CERT teams, EMS, search & rescue, and campus security. 30+ years of real-world use. Zero cost. Self-hosted.
    Leader badge
    Downloads: 48 This Week
    Last Update:
    See Project
  • 2
    ICTFax

    ICTFax

    Open source Fax server software for inbound / outbound internet Faxing

    Note: for binaries and installation instruction please visit official website. http://ictfax.org/ ICTFax is Open Source Fax Server software to send and receive Fax over Internet & Emails developed over Freeswitch, ICTCore and Angular Framework , It works with T.38 and G.711 pass through and feature email to fax, fax to email, web to fax, fax to web and also support fax machines to send and recieve Fax using ATA. Installation...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 3
    XMB Forum - php forum script

    XMB Forum - php forum script

    php forum, php forum script, forum software, bbs - by XMB Forum

    php forum, php forum script, forum software, bbs - XMB Forum is all of the above. Project has moved to: https://github.com/miqrogroove/xmb Can still download via: https://forums.xmbforum2.com/forumdisplay.php?fid=1 https://sourceforge.net/projects/xmb-forum/ XMB forum software is free, open source and runs PHP scripts with a MySQL database backend.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    eXtensible Binary Universal Protocol
    Goal of this projects is to design unified general binary data format and to provide open-source libraries and tools for it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Stop Storing Third-Party Tokens in Your Database Icon
    Stop Storing Third-Party Tokens in Your Database

    Auth0 Token Vault handles secure token storage, exchange, and refresh for external providers so you don't have to build it yourself.

    Rolling your own OAuth token storage can be a security liability. Token Vault securely stores access and refresh tokens from federated providers and handles exchange and renewal automatically. Connected accounts, refresh exchange, and privileged worker flows included.
    Try Auth0 for Free
  • 5
    adresSQL
    adresSQL is a multi user adressmanagement.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    autoreplybot

    autoreplybot

    an 'auto-reply' bot for your mail server

    autoreplybot is designed for mail server administrators wishing to add an easy-to-use, easy-to-implement and uninvasive "autoreply" service for their users. All you need is a PHP environement and a little postgresql database. The concept is fairly simple: * You configure your mail server to send a copy of every mail that it processes to a specific mailbox * You set up autoreplybot to poll this mailbox, either via POP3 or IMAP * Users log on the autoreplybot web panel using their mailbox credentials (which autoreplybot validates against the mail server) and write their 'out of office' messages in a simple html form...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    Mibew Messenger 1.x
    "Mibew Messenger" - is unique software allowing visitors of your site to chat with your operators. This repo should be treated as an obsolete. For modern version of Mibew Messenger see https://sourceforge.net/projects/mibew/
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    phpBB Project

    phpBB Project

    phpBB download manager, mainly aimed at MOD authors

    A download manager for phpBB. Mainly aimed at MOD authors, downloads are divided into "projects", which have their respective categories. Projects may be created by users on a phpBB Bulletin Board. This software is in planning phase.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    docebo reborn

    Docebo is not dead !! Docebo LMS reborn

    Docebo is a Learning Management System (LMS) or a Virtual Learning Environment (VLE). It is a Free web application for e-learning This projects aims to save the open source comnunity of docebo, still active on http://www.elearningcommunity.net NEW: You can find the fork that aims to continue the development as formalms project at http://sourceforge.net/projects/forma/
    Downloads: 0 This Week
    Last Update:
    See Project
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 10
    P2P for Smartphone - Android Gnutella

    P2P for Smartphone - Android Gnutella

    Mobile P2P App - Use a P2P App on your Smartphone

    ...It consits of smartphone java sourcecode, documentation, phex source code, phex proxy and instructions to create a working app. This project once was coded with only 2000€ buget and has given revenue of over 30.000€. Happy hacking the java,perl,php code. Other projects: https://www.artikelschreiber.com/en/ https://www.unaique.net/en/ https://www.unaique.com/ https://www.artikelschreiber.com/marketing/ https://www.artikelschreiben.com/ https://www.buzzerstar.com/ https://mobilep2p.sourceforge.io/ https://inkassos.github.io/inkasso/ https://www.sebastianenger.com/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Mail Send - Drupal Simplenews Newsletter

    This is a php script that runs outside Drupal to send your Simplenews

    You only need the php file and a form that will initiate it plus a custom unsubscribe page. The script uses simplenews newsletter database tables, users, newsletter categories etc. The only thing you have to do is to disable the simplenews newsletter spool cron from Drupal or choose not to send them form Simplenews/Drupal interafce in order to avoid having both this tool and Drupal cron sending mails.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    PHP CRUD

    PHP CRUD

    Create, Read, Update & Delete Indexed Flat-File Records via PHP

    PHP CRUD allows us to quickly add an indexed, record-centric, flat-file, database to our projects. Optional Base64 encoding ensures that newlines & other special characters can be used without penalty. (Today many say that "CRUD" stands for "Create Retrieve Update and Delete." While fine for an SQL mindset, many old-timers got used to the acronym standing for "Create READ Update Delete" way back in the 1970's.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    Seven-Labs

    Seven-Labs

    Application Development

    This repository serves as our entire project space which contains all of the open-source projects we've worked on. - C/C++ - C#/.NET - PHP - HTML5/CSS3
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Easy Contact

    A simple contact script including a contact form and online viewer

    Using Easy Contact contact forms on websites have never been so easy to make and use. Using the supplied contact form, messages are sent to the convenient online message viewer and can also be forwarded to your email address. Replying to the messages can also be done through the online viewer with one click.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    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
  • 16
    Discussion Forums 2k is dead the new project can be found at: http://developer.berlios.de/projects/idb/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Intergated communication server with multiple services and interfaces based on exists projects. PgMCK and PgLinkPoint was removed (Export Control issues)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    wizanda

    wizanda

    A faster version of Xoops optmized for speed

    Many projects rolled into one, to add quick improvements and module development for Xoops Contents Management System. As changes can happen at the same time, this is to provide the best solutions and cross reference ideas from everywhere, into one project. The project evolved so much, its no longer Xoops and is more compatible with Xoops derivatives 2.2 and earlier.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    tellmatic - the newslettermachine
    tellmatic is a php and mysql based newsletter script to create, manage and send personalized newsletters or mass mails. uses wysiwyg and has a form editor. adresses and newsletter are stored in unlimited groups. handle bouncemails and failed adresses
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Jumper Search
    Jumper Search is a collaborative search engine that is powered by social bookmarking. It uses peer and social-networking principles to tag and link distributed content, media, or data to make valuable information more easily discoverable.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    THIS PROJECT HAS MOVED TO Savannah. Visit our Savannah project page at http://savannah.gnu.org/projects/phpgroupware/ Bug tracking, patch submissions, and forums are still on this page for historic record
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    CommonMap is an open source map project, forked from OpenStreetMap by a licence problem. CommonMap needs original softwares tuned for CommonMap. Most of software would be useful for any other open source map projects, too.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Various coding projects by the members of the BlaatSchaap Website. The latest project is a multi-scrobbler that will scrobble to both last.fm en libre.fm. Another project is a modular IRC bot. both protocol and other functionality are loadable plugina.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Generates a XML file with phone numbers form different sources. Any phone that understands XML can update its self against one or more data sources.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    This is an ***old archive*** of tools developed for facilitating the use of Creative Commons licenses and metadata. --- For the most up to date representation of any of the projects listed here, please see: http://creativecommons.org/project/Developer.
    Downloads: 4 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • Next
MongoDB Logo MongoDB