Browse free open source PHP Front-Ends and projects below. Use the toggles on the left to filter open source PHP Front-Ends by OS, license, language, programming language, and project status.

  • 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
  • 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
  • 1
    Package to define easy access for endusers to mysql databases through a webinterface. It's not just a report generator, it also provides an interface for editing the data in the database. All configuration also done by tables in the same database.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    MediaWiki Extension which displays tabular data and at the same time saves it to a database table, so that it can be retrieved on other pages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    DAL is a Database Abstraction Layer written entirely in PHP. The goal is to provide users with a general way to access databases. Changing from one DBMS to another only needs changing the driver you want to use.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    DBCMS is a new CMS that is focused on creating a website based on a database of items, whether it be people, products, articles, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 5
    The Database Design Experiment is an attempt to visualize databases that follow a simple naming convention. It requires MySQL, PHP and Flashplayer 7.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    DB Initiator is a tool to quickly populate a database with nonsense data quickly and easily. This can aid in testing the scalability of your database driven website, or easily design the UI with plenty of data loaded.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Database Record Selector and Editor (DB-RSE) is a PHP program intended to be a very simplified MySQL database record selector and editor. Having only three files, it is simple to install and setup. Select a table, select a record, edit, and save. Version 2 now also lets you add new records and copy existing records.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Dataxi is a database access system that uses a single form to query, view and modify data spread to one or more tables in a true relational manner.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    DaveDAP is now phpLDAPadmin. Go to http://phpldapadmin.sourceforge.net/ for details.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | 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
  • 10
    A 'Defect' Tracking System. This aims at providing a user friendly interface for users to track the 'defects' encountered while developing a software. Created using PHP, JGraph, JavaScript and MySQL RDBMS on Linux Platform with Apache.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Museum collection browser.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Demo Gear Database

    MySQL/PHP demo gear tracking database used to track eval inventory

    This database front-end is used for tracking the location of demo gear as it moves from sales offices to customers. Demo gear is often shared with team members of a company and shipped all over the world. This database helps track the current location of the gear and shows the chronological history of the items' whereabouts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Desy

    Interactive geospatial directory

    Desy is an interactive, geospatially driven directory designed for finding places near and far based on location and parameters--not folders or political boundaries. Places are community-built with users helping to add, build, and maintain site data. Content is available through desktop and mobile interfaces, various feeds, and semantically structured for maximum accessibility. Monetization and SEO tools are built-in for profit generation and higher rankings. Code is highly optimized for efficient server usage and maximum speed for scalability and growth.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    A common problem LAMP developers run into is the need to synchronize database schemas. Diffy is a program written in php to compare 2 database schemas and generate the necessary sql statements to sync them together.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Digital Workroom is a well proven and time-tested Content Management System. With Digital Workroom you may publish right after installation. The integrated preconfigured Example-application represents the full functional range.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Directory Manager is a tool for managing LDAP directory data. It includes a schema independant editor, a schema viewer and some pretty Views of the data. (And an easy way to create your own custom views). Directory Manager requires an LDAP v3 server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    A distributed search portal of common sources of ISBN numbers, with permanent caching of results. To provide a open-source free interface for ISBN retrieval using HTML, SQL or XML to be independent of any toolkits or software.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    For Boy Scout districts of the Boy Scouts of America. This web software takes report dumps from BSA's ScoutNet database and makes the information readable by the appropriate volunteers. Volunteers can suggest updates to information.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    DOCDB is a document server. It stores information about books, articles, inproceedings, etc. in a database. Documents can also be uploaded. The docdb can export bibtex entries of the documents as well as provide access to the documents.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Document Object Model Structured Query Language! Example: 'SELECT {//title[1]=>innerCode} FROM {http://example.com}';
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    a bind management tool using php and a database
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Dorm is a PHP object/relational persistence tool. It features CRUD operations (create/read/update/delete), plus a select method, for retrieving and populating sets of objects. An XML file defines the mapping between tables and classes (like Hibernate)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    A complete web-based contact management software package written in PHP for people who want to securely access contact information from any computer. It provides an easy to use interface for looking up and editing this information plus much more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    DownloadCenter is a download management system designed for project leaders who need a simple way to manage and track downloads that they host.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Node-based content management system, aimed for smaller websites containing mainly images, sound and video. Flash (Flex) client communicating with php/mysql through AmfPHP, still very immature, but may grow to something useful.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB