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

  • Train ML Models With SQL You Already Know Icon
    Train ML Models With SQL You Already Know

    BigQuery automates data prep, analysis, and predictions with built-in AI assistance.

    Build and deploy ML models using familiar SQL. Automate data prep with built-in Gemini. Query 1 TB and store 10 GB free monthly.
    Start Free
  • Ship Agents Faster Icon
    Ship Agents Faster

    Transform your applications and workflows into powerful agentic systems at global scale.

    Gemini Enterprise Agent Platform lets you rapidly build, scale, govern and optimize production-ready agents grounded in your organization's data. The platform enables developers to build custom or pre-built agents for virtually any use case. New customers get $300 in free credits.
    Start Free
  • 1
    PHPOpenFramework is for PHP developers, based on smarty and adodb using OOP with built-in AJAX support. The framework has some modules already written (Forum, Gallery, Contact) but it's easier write a new, then writing everything yourself.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    PHPS is a framework for completely seperating HTML from PHP. PHPS is not a templating system of any kind. PHPS uses an intermediate object representation that allows a programmer to alter the HTML in an obvious and OO manner.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    PHPTools is a set of php modules. The tools are not intended to make development faster but safer. Features include: Type safety, Logging, Database abstraction, HTML abstraction, Test framework, Language-by-file, File handling, Date handling
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    PHPVCL(PHP Visual Component Library) is a visual component-based framework for developing Web applications. It is written in PHP5, and based on ajax.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Veeam Data Platform v13.1 - Get Your Free Trial Icon
    Veeam Data Platform v13.1 - Get Your Free Trial

    Secure by design, portable by default. Recover clean, fast, anywhere. Start a free trial.

    Try Veeam Data Platform today. Experience the unified platform that's secure by design, portable by default, and proven to recover clean, fast, and anywhere.
    Try it Free
  • 5
    PHP Web Objects will be a Framework to build scalable and large PHP Applications / WebApps, using a standard API, and the lastest best proggraming practices.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    PHPWebThings is an open-source PHP application framework and content management system for building web portals, online communities, and database-driven websites. Originally developed between 2001 and 2006, with releases through version 1.5.2, the project was revived in 2026 with PHPWebThings 2.0.0. Version 2.0.0 modernizes PHPWebThings for current PHP and MySQL environments with PDO support, enhanced security, improved reliability, and a better installation experience—while intentionally preserving its modular design, classic appearance, and familiar look and feel.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    PHP Core Framework which included Template Engine, Multi-Language System, Forum, Exchange Center, Photo Album, Membership Management and User Registration. Base on the pattern, developer can enhance more function for it by writing more module.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    PHPasdotNet

    PHP as dotNET

    Programming allows separate design. Example showing how design separates the code and PHP script for lenguaje as is done with dotNET architecture that separates into aspx and cs or vbs but now with PHP.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    PHPersistencia is a database persistence layer for PHP, offering Object Oriented interface to access the data, generating sql queries transparently for insert/update, selecting data as object collection and verifing data types without database access
    Downloads: 0 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.
    Start Free
  • 10
    PHPex provides rapid web-page development under PHP and MySQL. You can create any web page using a web browser and some CSS knowledge.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    PHPills is a serie of classes and functions that allow developers write HTML in your applications without the need to merge HTML code directly in your PHP code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    This is an application programming interface (API) for sTeam (available at open-steam.org). PHPsTeam enables a rapid development of e-learning systems by the usage of the metaphor of virtual knowledge rooms during conception and implementation stage.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    PHeNe is thought to be a simple object oriented Web application building skeleton attempting to utilize PHP's inherent elegance and to avoid its congenital deformities.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    PHeasel

    PHeasel

    A lightweight and simple PHP website development kit

    PHeasel is a light-weight PHP based website development kit with good support for internationalisation (I18N) and maximum flexibility for pretty URLs. It also includes a pragmatic templating system. PHeasel is straightforward and easy to learn. Just enough to get you going quickly, without getting in your way.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    PLUM is a flexible and extensible PHP5 framework for creating websites and webapps. All document processing is done by PLUM's modules, not PLUM itself. PLUM doesn't use any template systems. It produces output from XML using XSL transformations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    PM - Framework (PHP-Mysql Framework) is a php library to help out developers with classes and functions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    PMVCLite (abbreviation of PHP Model-View-Controller Lite) is a lightweight and powerfull generic object-oriented web application framework library
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    PHPOP, or POP for short, is an open source web application framework for fast and efficient scripting and serving of your websites and Internet applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    PSFF : PHP Simple & Fast Framework
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    PSI is a framework which aims to offer a system completely modular. Based on the Zend Framework, it inherits of its community but also its efficient and secure source code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    PSR-11 Container interface

    PSR-11 Container interface

    A common interface for dependency injection containers

    The goal set by ContainerInterface is to standardize how frameworks and libraries make use of a container to obtain objects and parameters. An entry identifier is any PHP-legal string of at least one character that uniquely identifies an item within a container. An entry identifier is an opaque string, so callers should not assume that the structure of the string carries any semantic meaning. The Psr\Container\ContainerInterface exposes two methods, get and has. get takes one mandatory parameter: an entry identifier, which must be a string. get can return anything (a mixed value), or throw a NotFoundExceptionInterface if the identifier is not known to the container. Two successive calls to get with the same identifier should return the same value. has takes one unique parameter: an entry identifier, which must be a string. has must return true if an entry identifier is known to the container and false if it is not.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    The PSWF (Paul Smits Web Framework) is a experimental web framework project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    A personal framework based on PHP, that uses an simple concept around pages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    A plugin for displaying RSS-feeds from www.pandora.com in WordPress-themes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Particles is a lightweight PHP Framework that offers a lot of convenient tools to build PHP 5 applications easily and quickly: an ORM framework, a component-bases MVC framework, etc.
    Downloads: 0 This Week
    Last Update:
    See Project