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

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

    QuickCIM

    CodeIgniter Model generation from database

    QuickCIM is a great free open source tool for CodeIgniter Models generation based on templates from database tables. The generated models extends of MY_Model by Chris Schmitz (https://github.com/ccschmitz/codeIgniter-base-model). Also check http://davidburgosonline.com/desarrollo-web/2012/como-automatizar-modelos-codeigniter-my-model/ for additional use info. Written in PHP & Javascript using CodeIgniter, jQuery and Backbone.js frameworks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    The Qwik project is aimed to support the development of the Qwik content management system. This Qwik project includes, besides the Qwik cms, also the Qwik Works platform: small standalone applications supporting the Qwik content management system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    RAVERRtf is a PHP class to create RTF files from scratch. It implements methods to write to a buffer that can be collected, to produce a functional RTF file without any kind of special libraries.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    A tool for the development and customization of an information system for traceability and workflow management of virtually any business process or product.
    Downloads: 0 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
    RSD is a PHP development environment. The most powerful part is the RSDEngine - provide it with a SQL database schema and additional options and it will generate a ready-to-run application. Other goodies: versioning, generation of API docs, unit tests.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    RSS Event Manager

    Allows you to submit events to an RSS feed via rest api (http post)

    This tool was originally written to replace the massive amounts of email sent out by automated build scripts. Once this tool is deployed to a server, your scripts can simply use a HTTP Post to submit events, and users can subscribe to the RSS feed to receive updates, instead of receiving an email for each event. It is trivial to add a new feed, and using http to submit events means that firewalls are (usually) not a concern.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Is a template engine that compile HTML template to PHP. Is easy to use and install, with 6 tags, 3 php functions and 2 php class. Is WYSIWYG, you work with img/css relative path, raintpl convert to the correct server path. www.raintpl.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    RapiDevPHP/ MySQL is a set of PHP Functions that allows the rapid development of PHP/ MySQL websites. With just a few lines of code you can create complex Forms with Insert/ Edit/ Delete functionality.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Multifunctional development tool. Contains: Compiler, DBMS Libs, Network Libs, Forms support, IDE. Can be used as CRM or CMS system. Also it can compile and run some applications. Supports GCC. Interfaces: CLI, Terminal, CGI. GNAT requires.
    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
  • 10
    An utility is intended for editing perl regular expressions, allows you to choose different options for compilation regular expression. Sсript has a simple interface for the reflection results of implementated expressions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Rephlux is a PHP based tool for continuous integration testing. It allows arbitrary user-defined scripts to be run dependent on both changes in a source code repository and test-suite run success.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    A database independant form builder. Designed to build web interfaces based on a database schema. Providing user administration, authenication, form validation, work flows and more. Based on ideas from Oracle Forms and Sebiel. Works with MySQL, PostgreSQL
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Xul Dev means for Xul development environment. The IDE is intended to design Xul interfaces and to make programs in any programming language. The IDE is written in Scriptol C++ and available in source form and as binary executable.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    SfDT is a Eclipse plugin for the Symfony Framework. It provides a toolset for easier, faster and better developing process based on symfony framework.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Shake is a free command line interpreter written in PHP
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Site Building System "Web-Pro" is a complex of technology and tools for building of dynamic web-site. It includes all common required elements of web-site, and also can be used as CMS. Includes: centralized pages processing, authorization, system of pe
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Sitellite is an advanced web based Content Management System (CMS) and PHP framework which also utilizes Apache and MySQL technology to operate. The latest Sitellite CMS project downloads are always available at http://www.sitelliteforge.com/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Slim

    Slim

    PHP micro framework that helps you quickly write web applications

    We recommend you install the Slim Framework with the Composer dependency manager. The easiest way to start working with Slim is to create a project using Slim-Skeleton as a base by running a bash command. Slim provides a fast and powerful router that maps route callbacks to specific HTTP request methods and URIs. It supports parameters and pattern matching. Build your application with concentric middleware to tweak the HTTP request and response objects around your Slim app. Slim supports any PSR-7 HTTP message implementation so you may inspect and manipulate HTTP message method, status, URI, headers, cookies, and body. Slim supports dependency injection so you have complete control of your external tools. Use any Container-Interop container. Before you can get up and running with Slim you will need to choose a PSR-7 implementation that best fits your application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Smarty is the popular php templating engine. This site is the users zone where contribs can be submitted eg code, templates, tips n tricks ..
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Spark is a tool set which can give you a lot of options to your web app/site. DOM handlers, Ajax utilities, cool widgets, visual effects, form tools, UI components and more stuff. So you can easily build a complete and lightweight front-end interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Don't have the time, patience, or knowledge to set up statfink with xampp well now its easy. At a few clicks of a button you can have statfink and xampp installed on your computer no hassle.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    This is an online html form generator written in PHP that can be used for creating forms online. You can add and modify html element attributes. On the left is a tree for the order, in the middle a preview, on the right fields for modifying elements
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Have you been looking for a reliable library of lsl scripts only to find sporadic low quality scripts. This project is a repository of development tools, sl oriented web services, gui interfaces, libraries, and scripts. SL & LSL © Linden Lab
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Patchy extends the Mantis bug tracking system to allow users to submit patches which are then autotested before being queued for approval. Please download, try the live demo (Home Page link above), join the announce mailing list for updates or help code!
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB