PHP Web Development Software

View 5604 business solutions

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

  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • MongoDB 8.0 on Atlas | Run anywhere Icon
    MongoDB 8.0 on Atlas | Run anywhere

    Now available in even more cloud regions across AWS, Azure, and Google Cloud.

    MongoDB 8.0 brings enhanced performance and flexibility to Atlas—with expanded availability across 125+ regions globally. Build modern apps anywhere your users are, with the power of a modern database behind you.
    Learn More
  • 1
    WampServer

    WampServer

    A Windows Web development environment for Apache, MySQL, PHP databases

    WampServer is a Web development platform on Windows that allows you to create dynamic Web applications with Apache2, PHP, MySQL and MariaDB. WampServer automatically installs everything you need to intuitively develope Web applications. You will be able to tune your server without even touching its setting files. Best of all, WampServer is available for free (under GPML license) in both 32 and 64 bit versions. Wampserver is not compatible with Windows XP, SP3, or Windows Server 2003.
    Leader badge
    Downloads: 22,407 This Week
    Last Update:
    See Project
  • 2
    Uniform Server

    Uniform Server

    A free lightweight Windows Apache MySQL and PHP Server Solution.

    Uniform Server is a free lightweight WAMP server solution for Windows. Build using a modular design approach, it includes the latest versions of Apache, MySQL or MariaDB, PHP (with version switching), phpMyAdmin or Adminer. No installation required! No registry dust! Just unpack and fire up! ------- Note: The latest version of Uniform Server requires a **64-bit version** of Windows. -------
    Leader badge
    Downloads: 922 This Week
    Last Update:
    See Project
  • 3
    Tiki Wiki CMS Groupware

    Tiki Wiki CMS Groupware

    The Free / Libre / Open Source Web App with the most built-in features

    "Software made the wiki way" A full-featured, web-based, tightly integrated, all-in-one Wiki+CMS+Groupware, Free Source Software (GNU/LGPL), using PHP, MySQL, Zend Framework, jQuery and Smarty. Tiki can be used to create all kinds of Web applications, sites, portals, knowledge base, intranets, and extranets. Tiki is the Open Source Web Application with the most built-in features. Highly configurable and modular, all features are optional and administered via a web-based interface. Major features include a wiki engine, news articles, discussion forums, newsletters, blogs, file galleries, bug and issue trackers (form generator), polls/surveys and quizzes, banner management system, calendar, maps, mobile , RSS feeds, category system, tags, an advanced themeing engine, spreadsheet, drawings, inter-user messaging, menus, advanced permission system for users and groups, search engine, external authentication, etc. Security reports: https://security.tiki.org
    Leader badge
    Downloads: 414 This Week
    Last Update:
    See Project
  • 4
    Rukovoditel - Project Management/CRM

    Rukovoditel - Project Management/CRM

    Free web-based open-source project management application

    Rukovoditel is a free web-based open-source project management application. A far cry from traditional applications, Rukovoditel gives users a broader and extensive approach to project management. Its customization options allow users to create additional entities, modify and specify the relationship between them, and generate the necessary reports. The platform enables users to craft their own application that is specifically tailored for their activity (CRM, ERP, HRM, WMS, etc.). Rukovoditel can be implemented not only as a project management tool, but also as a CRM platform, or a combination of both.
    Leader badge
    Downloads: 70 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
  • 5
    nuBuilder Forte

    nuBuilder Forte

    nuBuilder Forte is a cloud database builder.

    nuBuilder Forte is the 4th version of nuBuilder. A open-source browser-based tool created for developing web-based database applications. nuBuilder uses either MySQL or MariaDB databases and gives its users the ability to do database operations like... • Search, Create, Insert, Read, Update, Delete ✪ With low-code tools that create ... - Forms with the Form Builder - Fast Reports - Database queries with the SQL Builder - Customised date and number formats with the Format Builder - Calculated fields with the Formula Builder - Email Templates - Move and resize objects. - Further customisation that can be done with JavaScript and PHP. ✪ nuBuilder stores all forms, reports, company data and PHP/JavaScript code in MySQL. You can backup your entire application within a single database file. ✪ Easy installation: - Download and unzip the nuBuilder files - Upload to your webserver - Create a database (e.g. nubuilder4) and optionally a user - Make a copy of
    Downloads: 20 This Week
    Last Update:
    See Project
  • 6
    phpMyAdmin

    phpMyAdmin

    A web interface for MySQL and MariaDB

    phpMyAdmin is a free software tool written in PHP, intended to handle the administration of MySQL over the Web. phpMyAdmin supports a wide range of operations on MySQL and MariaDB. Frequently used operations (managing databases, tables, columns, relations, indexes, users, permissions, etc) can be performed via the user interface, while you still have the ability to directly execute any SQL statement. phpMyAdmin comes with a wide range of documentation and users are welcome to update our wiki pages to share ideas and howtos for various operations. The phpMyAdmin team will try to help you if you face any problem; you can use a variety of support channels to get help. phpMyAdmin is also very deeply documented in a book written by one of the developers, mastering phpMyAdmin for Effective MySQL Management, which is available in English and Spanish. Create, copy, drop, rename and alter databases, tables, fields and indexes.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 7
    VFront

    VFront

    VFront is a dynamic front-end for MySQL, PostgreSQL and SQLite DBs.

    VFront is a dynamic front-end for MySQL, PostgreSQL and SQLite databases written in PHP and Javascript. With VFront you can create forms for manage data in AJAX style, rules and privileges for differents groups, reports ,statistics and much more. Please note that the project, with the latests updates, has moved on Github: https://github.com/marciuz/vfront/
    Leader badge
    Downloads: 14 This Week
    Last Update:
    See Project
  • 8
    DOMPDF Wrapper for Laravel

    DOMPDF Wrapper for Laravel

    A DOMPDF Wrapper for Laravel

    Require this package in your composer.json and update composer. This will download the package and the dompdf + fontlib libraries also. After updating composer, add the ServiceProvider to the providers array in config/app.php. You can optionally use the facade for shorter code. To change the configuration, copy the config file to your config folder and enable it in bootstrap/app.php. You can create a new DOMPDF instance and load a HTML string, file or view name. You can save it to a file, or stream (show in browser) or download. You can change the orientation and paper size, and hide or show errors (by default, errors are shown when debug is on). If you need the output as a string, you can get the rendered PDF with the output() function, so you can save/output it yourself. Use php artisan vendor:publish to create a config file located at config/dompdf.php which will allow you to define local configurations to change some settings (default paper etc).
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9
    CSSTidy is a program that optimises, formats and fixes CSS code. It is both available as executeable file (written in C++) and as script for webpages (written in PHP). CSSTidy is currently maintained at: https://github.com/Cerdic/CSSTidy
    Downloads: 18 This Week
    Last Update:
    See Project
  • Comprehensive Cybersecurity to Safeguard Your Organization | SOCRadar Icon
    Comprehensive Cybersecurity to Safeguard Your Organization | SOCRadar

    See what hackers already know about your organization – and stop them from getting in.

    Protect your organization from cyber threats with SOCRadar’s cutting-edge threat intelligence. Gain 360° visibility into your digital assets, monitor the dark web, and stay ahead of hackers with real-time insights. Start for free and transform your cybersecurity today.
    Free Trial
  • 10
    Puock WordPress Theme

    Puock WordPress Theme

    WordPress Theme - Puock

    Puock is a modern, lightweight WordPress theme designed for personal blogs and content-focused websites. It features a clean and minimalist design with responsive layouts that adapt to different screen sizes. The theme is highly customizable, allowing users to change colors, fonts, and layouts through the WordPress Customizer. Puock is suitable for bloggers and content creators looking for a simple yet stylish online presence.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    Sajax

    Sajax

    Simple Ajax with multiple backend implementations

    Sajax is a cross-platform, cross-browser web scripting toolkit that makes it easy to expose functions in your code to JavaScript. You will find a folder for each platform that is currently supported. Please see individual documentation in each folder for specific errata. As of 0.13 a JavaScript implementation of JSON.stringify() has become a requirement when sending data for browsers that do not have this natively (IE8 or FF3.5). It is highly recommended to also include a JSON.parse() implementation for better security for the client, especially when handling data from other sites, json.parse.js is the implementation from JSON2, unfortunately, this breaks Safari 1.3.2 json_parse_state.js seems to be the most compatible but json_parse.js might also be worth checking out.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    Precurio Intranet Portal (v2) [UPDATE]

    Precurio Intranet Portal (v2) [UPDATE]

    Intranet | Document Management | Workflow Automation

    ********* THIS PROJECT HAS BEEN CLOSED ****************** We are still in the business of providing an open platform for intranet collaboration and business process automation; BUT it is no longer free. (see details here: http://www.precurio.org/forums/showthread.php?tid=45414 ) Please visit our website. Thanks.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 13
    Easy Database Forms For All

    Easy Database Forms For All

    Create Web Based Forms Quickly, With In-built DB, For All Your Teams

    Please watch the video till 18m:00s / screenshots below for easy installation steps. This video is taken from my other project, with many similarities and some naming differences. After installation, login to the Administrator Page with : Username : root Password : change_this and look at the team1 database and the sample_table in it. You can now create your own required tables/forms. Also, login into the team1 user page ( from homepage ) with : Username : team1 Password : change_this to check its facilities. You can also create your own users, databases, grant privileges, change passwords, enable audits, create tables etc. by having a look at this file : C:\forms64bit\httpd\htdocs\team1_user_and_database_creation.sql Also, the files, index.html and the team[1-8].php present in the same folder, can be studied for more customization. Use a good Text / Code Editor Software like "Sublime Text" OR Notepad++ to open these files. Check Google For Them.
    Leader badge
    Downloads: 8 This Week
    Last Update:
    See Project
  • 14
    WordPress Community Edition For Intranet

    WordPress Community Edition For Intranet

    The Free & Popular WordPress Web Software in Complete Virtual Machine

    This VM is created for 2 reasons: 1. Very little initial setup work required to make WordPress live, within minutes. 2. This system should keep running for Years, without requiring Updates / Breakages. If you are new to Virtual Machines, then please watch the Video below ( taken from my other project. just replace td with wp wherever mentioned ) After starting this VM, please login to its administration panel with: Website Address: https://wp.local/wp-login.php ( Accept Any Warnings Due to Usage of Self-Signed https Certificates ) Admin Username: admin Admin Password: change_this from any PC on your Local Network. Your Website Viewers can access your Posts, by Visiting : https://wp.local/ Once setup & running, please ensure that a Backup of the system, is taken regularly, to avoid any issues. These are covered in the video. Google Search helps in finding more about WordPress.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 15
    Microweber

    Microweber

    Free open source CMS operating on Drag&Drop

    Microweber is a free open source CMS which lets you make a website, build an online shop or create your blog. - Drag & Drop technology lets you manage your content way faster - Unique Real time text writing & editing function that enables editing on the site interface - Easy to use PHP securing a minute-fast site creation - Rich on customization with many Modules and Layouts - Suitable for the end-user lacking technical knowledge - Developer & Designer-friendly See demo at http://demo.microweber.org
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    PHP scripts to help manage a html form to admin data in MySQL. With only some lines of PHP code you get a html form. Features: easy management, customizations, drop down lists easy, and others.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    Create and Host Web Forms For All

    Create and Host Web Forms For All

    Only Text Editing Skills Required - Convert All Paper Based Forms

    Please click the Files Tab above to get all the flavours / related files of this system. ( Right Click Each File, to Open Them in New Tab, one by one, to download them all ) Have a look at the Video below for details. Refer Wiki for more instructions. if you are new to Virtual Machines, then please watch the video below Notes: For Security Reasons, you may change the name of your new ( form ) folder, to a single large word like this: 4R99ElLroGhjA3C9W1w7LZkCYBvHEEYeLmAHCdqX Only people whom we share this folder link with, can then access our form. P.S. This word was generated using the free service : https://www.random.org/strings/ Note: Please use the html required attribute ( search google ) for all form elements, so that users don't skip filling up your input fields.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18

    Easy-Deployer

    Easy to use, but powerful deployment tool using FTP and/or SFTP/SCP

    Easy to use, but powerful deployment tool using FTP and/or SFTP/SCP. It can make backup, show project changes, rollbacks and more. It has powerful user management and project access management by roles.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    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: 1 This Week
    Last Update:
    See Project
  • 20
    TriTan CMS

    TriTan CMS

    TriTan is a developer centric, headless, or nearly headless CMS.

    TriTan is a developer centric, lightweight content management system (CMS) and content management framework (CMF). It is easy to install, easy to manage, and easy to extend. The majority of TriTan's codebase is derived from WordPress, however, TriTan is not a fork of WordPress. It also should not be seen as a replacement for WordPress, Drupal, Joomla or any of the top used CMS's out there. The main purpose of TriTan is to give developer's an option that is geared toward how they think, how they code, and how they build websites. Although you can use TriTan for your traditional CMS needs, you can also use it to build API centric applications. TriTan is pretty stable at the moment, but it is currently in beta and should no be used in production until release 1.0.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    Ascoos Framework 24'

    Ascoos Framework 24'

    This package is a very small part of the Ascoos Cms custom core

    Ascoos Framework 24 - Free Edition This package is a very small part of the Ascoos Cms custom core for use with PHP 8.2 or later. Ascoos Cms 24 consists of several "blocks core code", one of which is the Ascoos Framework 24, as well as phpBCL. In the modern way of programming, the ability of a core code to be modular, gives it the ability to adapt to modern methods and requirements. Now, the new version 24 is now coming to create new data in its modular core.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    A PHP class with which you can build forms more easily than with HTML. Specify server-side validation patterns, customize default presentation templates, shows validation error messages, won't lose submitted field values if validation fails.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Automatic Website Forms Creator & Hoster

    Automatic Website Forms Creator & Hoster

    Create Forms, Surveys, Quizzes, Polls, Questionnaires etc. Locally.

    Have a look at the Video below for details. Refer Wiki for more instructions. New Points: When asked "is this a mandatory field" please enter y to it. This will prevent any distortions in the data.html file. If needed, Please change the charset="UTF-8" to charset="Your Charset" to match your language's charset in the $HOME/autoform/headerfile.txt file. Editing can be done easily using the free FileZilla software. Check Google if you need to know your language's charset value. Notes: For Security Reasons, you may change the name of your new ( form ) folder, to a single large word like this: 4R99ElLroGhjA3C9W1w7LZkCYBvHEEYeLmAHCdqX Only people whom we share this folder link with, can then access our form. P.S. This word was generated using the free service : https://www.random.org/strings/ If you are new to Virtual Machines, then please watch the video below
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    DB form generator, for database-content edition. Based on an existing database structure or an XML-based definition, the tool generates a highly customizable set of tools for editing the database tables (PHP/www and Python/GTK interfaces)
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 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.