Showing 905 open source projects for "php email"

View related business solutions
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Try It Free
  • $300 Free Credits for Your Google Cloud Projects Icon
    $300 Free Credits for Your Google Cloud Projects

    Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.

    Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
    Start Free Trial
  • 1
    Front Desk Hotel Booking Manager

    Front Desk Hotel Booking Manager

    Comprehensive booking manager for the Hospitality Industry

    Reservation Manager. Use Zip7 to open zip files Easy calendar interface, which maps guests to bookings giving a birds-eye view of all bookings, their status, length of stay and guest name. Activity widget shows, at a glance, daily arrivals, depatures and occupancy, giving clear insight into tasks necessary to service guests. Flexible booking procedure allowing clear detailing of booking status, rate-per-day, meals, discounted guests, accomodation type and guest details The edit booking...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Please go to GitHub for the latest release. https://github.com/geoffhumphrey/brewcompetitiononlineentry/releases
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3

    php2smtp

    an easy and reliable way to send email from php

    php2smtp, with this you can send unlimited emails for free. just download the SDK . take 2 minutes installation. and you're good to go
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    EduSec College Management System

    EduSec College Management System

    EduSec is now available on Cloud with LMS integrated

    The new version of EduSec ERP (Enterprise version) is released as a Modern Educational Institutions ERP with eLearning Platform for Multi-Campus Solutions for Schools, Colleges, and Universities. EduSec has a suite of selective modules exclusively tailored to the needs of the education industry and also support seamless integration with prominent products like “Moodle”. With the use of EduSec, almost all departments within the education industry (e. g. admission, administration, time...
    Downloads: 13 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 5
    EGroupware Enterprise Collaboration
    EGroupware has moved to Github, please find all our downloads there: https://github.com/EGroupware/egroupware/releases EGroupware is a multi-user, web-based groupware suite. Currently available modules include: email, addressbook, calendar, infolog (notes, to-do's, phone calls), content management, wiki, project management, tracker, timesheet, knowledge base, CalDAV/CardDAV
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Laravel Hackathon Starter

    Laravel Hackathon Starter

    Boilerplate for laravel web applications

    If you have attended any hackathons in the past, then you know how much time it takes to get a project started: decide on what to build, pick a programming language, pick a web framework, pick a CSS framework. A while later, you might have an initial project up on GitHub and only then can other team members start contributing. Or how about doing something as simple as Sign in with Facebook authentication? You can spend hours on it if you are not familiar with how OAuth 2.0 works. Even if you...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Stock Inventory Management

    PHP Stock Inventory Management System - POS

    A web-based application which will manage stock inventory so easily: Dashboard, Stock Management, Purchasing, Sales, Suppliers, Customers, Outstandings, and Payments. Nice look and feel interface. It supports to be displayed in mobile-device. This web application is actually generated by PHPMaker without touch any code in the generated script files. All the customization are done from inside of PHPMaker Project. Thus, all the changes are saved in the project side, so that you will be able...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 8
    miniPHP

    miniPHP

    A small, simple PHP MVC framework skeleton that encapsulates a lot of

    miniPHP A small, simple PHP MVC framework skeleton that encapsulates a lot of features surrounded with powerful security layers. miniPHP is a very simple application, useful for small projects, helps to understand the PHP MVC skeleton, know how to authenticate and authorize, encrypt data and apply security concepts, sanitization and validation, make Ajax calls and more. It's not a full framework, nor a very basic one but it's not complicated. You can easily install, understand, and...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9

    Simple postfix administration

    Simple web interface for Postfix domains, accounts, aliases

    These are 3 very simple web forms to help administration of Postfix: (1) domain management - adding / deleting domains, adding / deleting supervisors, assigning supervisor for domains (2) account management - adding / changing / deleting / deactivating / reactivating mail accounts for a given domain; specifying recipients for BCC copies of all incoming and outgoing messages of a given mail account (3) alias management - adding / changing / deleting aliases and their destination(s)
    Downloads: 0 This Week
    Last Update:
    See Project
  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    Try it Free
  • 10
    myMates
    myMates is a php script for friends to have their very own social network it offers privacy and has lots of features to interact with your friends. myMates ist ein php script für Freunde um ihr eigenes privates soziales Netzwerk zu pflegen.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    PHP Login Webservice with JSON

    PHP Login Webservice with JSON

    This is basic PHP Login Webservice with JSON output

    Run sql dump in your Mysql server, then Put the codes in your server. This webservice always gives JSON output. This project is created for who wants to learn basic PHP webservice. So it is for PHP beginners. We have just one table whose name is "users". Here is its sql: CREATE TABLE IF NOT EXISTS `users` ( `id` int(11) NOT NULL AUTO_INCREMENT, `unique_id` varchar(64) CHARACTER SET utf8 NOT NULL, `name` varchar(50) CHARACTER SET utf8 NOT NULL, `email` varchar(100) CHARACTER SET utf8 NOT NULL, `encrypted_password` varchar(64) CHARACTER SET utf8 NOT NULL, `salt` varchar(16) CHARACTER SET utf8 NOT NULL, `created_at` datetime NOT NULL, `updated_at` datetime DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ; You can add/login a user with using GET or POST. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Roundcube Webmail

    Roundcube Webmail

    Free and open source webmail software

    Roundcube Webmail is a browser-based, multilingual IMAP client with an application-like user interface. Roundcube provides the full functionality you'd expect from an email client, including MIME support, address book, folder manipulation, message searching, and spell check. Roundcube is written in PHP and JavaScript.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    EMail Lobbyist

    Mass lobby by email through subscribers' own email accounts

    a distribution/module for drupal 7
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Tattle Trail

    PHP 404 pages to trap malicious web requests and report abusers

    Catch bad visitors to your php website that are looking for admin access or exploitable web scripts, automatically lookup abuse information for their IP address and notify their network's administrators of their bad behavior. Most network operators provide abuse contact email addresses in their WHOIS information, and your webserver can immediately report malicious access attempts as they happen.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Web (PHP) based Grocery List generating software that supports barcode scanning. The list is maintained in a database with remote tools for adding, editing, deleting, and printing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    zzBulletin

    zzBulletin, Open source, Elegant, Powerful Forums.

    Welcome to this bulletin board. A discussion forum with a built in bug tracker that you can have for free. 100% free software. GPL2 license. Easily customize the website by editing only one file. PHP, PDO, MYSQL, Font awesome, Bootstrap. 26 user permissions. 400 avatars to choose from. Complete 415 timezone identifiers. 100+ customizable options. Top user. Ten recent posts. Three captcha alternatives. Ban permanently or temporarily. Banner or text advertisement and so forth. PHP,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Bible Reading Program

    Daily Reading Program

    BRP is a web based computer program to provide daily content from a list indexed by date, such as a daily Bible reading. It will work with anything arranged as book / chapter /verse. It is Open Source Free Software. Install / upload via phpMyAdmin to your web hosting, copy the files into a folder named /brp, and click on index.php to use it. For details please see readme.txt. It got updated 30 September 2015. Use the brp-2015 folder for the latest files. Email feature requests to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    A Club member administration tool written in PHP using a MySQL database. Clubdata is highly configurable, supports different membership types, a lot of membership features, mass e-mails, Excel-export, PDF-export and sophisticated authentication. Club
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    phpMyBackupPro

    phpMyBackupPro is the MySQL backup tool - especially without ssh!

    phpMyBackupPro is a web-based MySQL backup application in PHP. You can schedule backups, download, email or upload them with FTP and backup whole file directories. Zip and gzip compression, easy interface and installation. Many languages and online help!
    Downloads: 2 This Week
    Last Update:
    See Project
  • 20
    LinxBooks – Have faith and carry on. Overview LinxBook is a simple and easy-to-use business accounting application. Linxbooks includes basic features that help the businesses create invoices, quotations, manage payments, payrolls, contracts and expenses Download at GitHub: https://github.com/LinxHQ/linxbooks Demo is at: http://linxbooks.com/demo (user: admin, password: admin123)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    PHPMailer

    PHPMailer

    A full-featured email creation and transfer class for PHP

    A PHP email creation and transport class featuring file attachments, SMTP servers, CCs, BCCs, HTML messages, word wrap, and more. Sends email via sendmail, PHP mail(), QMail, or with SMTP. PHPMailer is used by many popular PHP development frameworks and is one of the most popular email-generating and sending libraries in the world.
    Leader badge
    Downloads: 71 This Week
    Last Update:
    See Project
  • 22
    Pith PHP Framework
    The Pith PHP Framework is a web application framework written in PHP 5. Features planned for 1.0 are listed in the Readme; the current version of the Pith Framework is 0.5.7.2 (alpha release 22) The goal of the Pith Framework is to combine a simple to use (pithy) framework with an admin control panel. The Pith Framework puts everything it does into an easy to use variable named $pith.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    phpBugTracker

    phpBugTracker

    Bug tracking system

    PROJECT MOVED TO: https://github.com/a-v-k/phpBugTracker . This planned as PHP replacement for bugzilla, focusing on separating code layers by using templates and a database abstraction layer, making it more maintainable. phpBugTracker is lightweight and easy to install, operate and administer. Most text can be customized for your application.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 24
    e-Bridge Golf

    e-Bridge Golf

    Golf course player reservation scheduling and is OTA support ready

    New version coming soon. Player reservation scheduling for small golf courses that want to automate their manual systems. e-Bridge Golf is a standalone project, that can be easily connected to the e-Bridge allowing immediate access to a free B2C web booking engine and a B2B with travel agencies. Register for e-Bridge http://www.e-bridge.co Demo TBA For all help requests please lodge via the discussion forums, so we receive an email and can follow up. Please checkout...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    White Label Transfer

    File sharing via e-mail

    White Label Transfer enables file sharing via e-mail
    Downloads: 0 This Week
    Last Update:
    See Project