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

  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    The database for AI-powered applications.

    MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
    Start Free
  • Red Hat Enterprise Linux on Microsoft Azure Icon
    Red Hat Enterprise Linux on Microsoft Azure

    Deploy Red Hat Enterprise Linux on Microsoft Azure for a secure, reliable, and scalable cloud environment, fully integrated with Microsoft services.

    Red Hat Enterprise Linux (RHEL) on Microsoft Azure provides a secure, reliable, and flexible foundation for your cloud infrastructure. Red Hat Enterprise Linux on Microsoft Azure is ideal for enterprises seeking to enhance their cloud environment with seamless integration, consistent performance, and comprehensive support.
    Learn More
  • 1
    Laravel Media Library

    Laravel Media Library

    Associate files with Eloquent models

    This package can associate all sorts of files with Eloquent models. It provides a simple, fluent API to work with. The Pro version of the package offers Blade, Vue and React components to handle uploads to the media library and to administer the content of a medialibrary collection. The storage of the files is handled by Laravel's Filesystem, so you can use any filesystem you like. Additionally the package can create image manipulations on images and pdfs that have been added in the media library.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 2
    TRUC is a web-based tool for requirement and use case tracking. It has fileupload, discussions, version control, usecase history, build and release management. It supports assignment of requirements & use-cases to releases and filtering over all fields.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 3
    Pretty Damn Quick (PDQ) analytically solves queueing network models of computer and manufacturing systems, data networks, etc., written in conventional programming languages. Generic or customized reports of predicted performance measures are output.
    Leader badge
    Downloads: 4 This Week
    Last Update:
    See Project
  • 4

    LEE_FSM

    Finite State Machine; PHP; LUA;

    The software resents an executable specification language based on deterministic finite automata, this allows the user to perform tests of word recognition in the state machines that are defined by it. Moreover, it’s possible for the user to assign snippets of code to be executed every transition automaton, these snippets can be described in Lua or PHP programming language. To test that were conducted in the language, was developed a compiler that recognizes words and generates object code.
    Downloads: 3 This Week
    Last Update:
    See Project
  • Auth for GenAI | Auth0 Icon
    Auth for GenAI | Auth0

    Enable AI agents to securely access tools, workflows, and data with fine-grained control and just a few lines of code.

    Easily implement secure login experiences for AI Agents - from interactive chatbots to background workers with Auth0. Auth for GenAI is now available in Developer Preview
    Try free now
  • 5
    PHPCallGraph generates static call graphs for PHP source code using the CodeAnalyzer of the InstantSVC project and the DOT tool. The graphs can be leveraged to gain a better understanding of large software systems or even to debunk design flaws in them.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    Php2Xmi is a command-line tool written in PHP which scans PHP classes and builds an XMI file with UML representaion of classes found. XMI could be viewed using KDE's Umbrello modelling tool
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    The project aims to create a web based database administration tool, with expansion into automatic code generation from the database schema. The code allows creation and removal of databases, tables and fields via a web browser.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    OOP PHP class for MySQL access and management. Clase PHP orientada a objetos para el acceso y gestión de datos MySQL. Documentación en línea en http://www.jorgefm.com/dBdd.php English documentation will be available soon!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    BianLian Framework plan to establish a cross-platform, cross-language, JSF .NET like solution. To make all the GUI (both JSF .net and so on) INDEPENDENT to implementation. PS, BianLian is the famous Chinese art with about 1000 years history.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 10
    COORAD

    COORAD

    Configurable Object Oriented Rapid Application Development system

    COORAD is a classic LAMP/WAMP stack application. It let you quickly design web pages and configure actions to manage your data. Moreover, it let you self-generate pages/sections/actions/CSS/javascript by COORAD model objects and create your own models. So, you can share all your objects with the COORAD community and speed up your development. COORAD is a real general purpose application to build your own applications: simple sites, Content Managment Systems, Enterprise Resource Planners, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    A web based tool to generate ERD (Entity Relationship Diagrams)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Entier studio is a web tool designed for developers. It provides several features that enhance the development of applications. Some of these features are an original model-driven approach and distinct code generation and publication processes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Farmer Apps

    Suite of applications for farmers of all types.

    This is a suite of tools for farmers it includes local market prices for their sales, weather reports, other features useful to farmers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    IceDump

    IceDump

    Outputs the map of values of a given PHP variable

    You can use this package instead of var_dump() or print_r() PHP functions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Interactive PHP shell Create an interactive environment to debug php line by line. It enables you to execute php code as if it were a command line in a similar setting to bash and psh (perl shell).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    The goal of Keen Manager is to design a simple and highly expandable control panel system for use by end-users and developers. It is also meant for having a multi-user authentication system in which each control panel can have it's own privilege system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Laravel MongoDB

    Laravel MongoDB

    MongoDB based eloquent model and Query builder for Laravel

    This package adds functionalities to the Eloquent model and Query builder for MongoDB, using the original Laravel API. This library extends the original Laravel classes, so it uses exactly the same methods. Make sure you have the MongoDB PHP driver installed. In case your Laravel version does NOT autoload the packages, add the service provider to config/app.php. For usage with Lumen, add the service provider in bootstrap/app.php. In this file, you will also need to enable Eloquent. You must however ensure that your call to $app->withEloquent(); is below where you have registered the MongodbServiceProvider. The service provider will register a MongoDB database extension with the original database manager. There is no need to register additional facades or objects. When using MongoDB connections, Laravel will automatically provide you with the corresponding MongoDB objects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Lifecycle Manager allows software engineers to manage all stages in the development lifecycle without losing any knowledge of decisions and changes. This system is a groupware knowledge management system for software development.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Generic System for Data Processing
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    A reverse engineering, metamodel driven tool that scans PHP files and directories, and delivers an UML/XMI representation of the classes / packages found. The XMI code that it generates can be imported into any UML modeling tool. It is available on PEAR.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    PHiMX is a command-line tool to generate XMI code of a project in PHP5. It can analyze recursively several directories of PHP scripts, supports various XMI formats and allows to integrate your own include_path.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    PLiX (Programming Language in XML) is an XML-based code-generation framework. Generators produce XML matching the PLiX.xsd schema, which can be formatted into multiple languages. Extensible formatters support C# and VB.NET in Visual Studio 2005 and 2008
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Phorm is an ORM (Object Relational Mapping) tool for php and .net. It works as a plugin of DBDesigner, a freely available tool which allows to graphically design a database schema.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    The Php 5 Model. This project hosts the ecore Php 5 Model and its generator.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    RekZit
    RekZit is a requirement management web tool attempting to speed a system's requirement elicitation, documentation and management. Its main feature is the separation of template and information, presenting data in different ways to different people.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.