scripting language focused on web development
PHP is a general-purpose scripting language geared towards web development. It was created by Danish-Canadian programmer Rasmus Lerdorf in 1993 and released in 1995. The PHP reference implementation is now produced by … Wikipedia
Factsheet
Designed by Rasmus Lerdorf
Developer The PHP Development Team, Zend Technologies, PHP Foundation
Factsheet
Designed by Rasmus Lerdorf
Developer The PHP Development Team, Zend Technologies, PHP Foundation
🌐
Packagist
packagist.org
Packagist.org
Packagist is the main Composer repository. It aggregates public PHP packages installable with Composer. ... For more information about packages versions usage, see the composer documentation. ... Or download composer.phar into your project root.
🌐
GitHub
github.com › php › php-src
GitHub - php/php-src: The PHP Interpreter · GitHub
The PHP source code is located in the Git repository at github.com/php/php-src.
Starred by 40K users
Forked by 8K users
Languages   C 69.8% | PHP 27.7% | C++ 0.9% | Shell 0.4% | M4 0.4% | Lua 0.2%
Discussions

New free Private PHP Package Repository Manager for PHP is now live
Including: Free Proxy / CDN for packagist (80% faster download times [tested]) Free private packages for composer (very easy to use, just few steps to add your own) Free behind your firewall downloadable version More on reddit.com
🌐 r/PHP
49
138
April 21, 2020
Ubuntu & PHP, What's The Deal?
Why is Ubuntu behind in PHP version for the official APT repositories, That's how stable distros like Ubuntu work. and why is everybody using some random guys private repository to stay up to date? Are you talking about this PPA ? Ondřej Surý is the maintainer of PHP in Debian, so not exactly "some random guy". More on reddit.com
🌐 r/Ubuntu
46
4
May 1, 2024
Is there a place to host a PHP website for free?
Hi, I'm not sure you'll find free PHP hosting. I've never come across any But if it's just a personal portfolio site (or 2 or 3 such sites), you might not need PHP, A static site could do. Digital Ocean allows up to 3 free static sites through their Cloud App Platform, which is very easy to set up. I use a static site builder Astro and then I just push my site (with the dist folder (you'll need to remove it from the .gitignore), that's important) to GitHub, and it automatically deploys to Digital Ocean and it's all free. Digital Ocean knows to take what is in the dist folder anytime I push and deploy it. It's even easier than, WordPress or any CMS, and much faster performance-wise too! You can read how to set all that up on the Digital Ocean docs here More on reddit.com
🌐 r/PHP
107
13
January 7, 2024
Are there any plans on making PHP 8 a normal apt repository?
Interesting, I never had a problem with the installation from Ondrej's PPA. https://www.isc.org/blogs/isc-profile-sury/ More on reddit.com
🌐 r/PHP
58
31
May 12, 2023
🌐
GitHub
github.com › php
php.net · GitHub
php/infrastructure’s past year of commit activity · Shell 7 2 5 1 Updated · Apr 16, 2026 · View all repositories · View all · Loading… · There was an error while loading. Please reload this page. php hacktoberfest ·
🌐
PHP
pear.php.net
PEAR - PHP Extension and Application Repository
Search for in the Packages This site (using Yahoo!) Developers Developer mailing list General mailing list SVN commits mailing list · PEAR is a framework and distribution system for reusable PHP components
🌐
Sury
deb.sury.org
DEB.SURY.ORG
The PHP packages in my Ubuntu PPA and Debian DPA matches the official packages in Debian. Basically I am saying that you can’t get any closer than that. I publish the most important changes in the packaging and interesting news in dedicated Mastodon feed at deb@sury.org. All packaging work is either done directly in the Debian unstable, or it will be in the unstable sooner or later. The main repositories now contain both PHP 5.6, PHP 7.0-7.4 and PHP 8.0-8.3 coinstallable together.
🌐
GitHub
github.com › ziadoz › awesome-php
GitHub - ziadoz/awesome-php: A curated list of amazingly awesome PHP libraries, resources and shiny things. · GitHub
A curated list of amazingly awesome PHP libraries, resources and shiny things. - ziadoz/awesome-php
Starred by 32.5K users
Forked by 5.1K users
🌐
PHPGurukul
phpgurukul.com › home › php projects free downloads
Free PHP Projects with Source Code, Download PHP Project Free for beginners
February 16, 2026 - PHP (Pre-Processor Hypertext) is a server-side scripting language, which is considered best for developing the dynamic web pages. At PHPGurukul students can easily download the FREE PHP projects on varied topics according to their requirements. This list of projects in PHP with source code aims to enhance the user’s skills with the dynamic and attractive web application.
Find elsewhere
🌐
repman.io
repman.io
Private Packages | repman.io | Private PHP Package Repository Manager
The service is free of charge. Sponsored by Buddy CI/CD · All sources are available on GitHub under MIT license. We love open source! You can use the cloud version or install it on your own server. Easy setup with Composer PHP and access token. Add private packages from the most popular VCS's. Add your private package in 2 clicks. Manage your packages using REST API. Speed up downloading Composer dependencies thanks to our global CDN.
🌐
Code4berry
code4berry.com › php-projects.php
Download 30 Best Free PHP Projects with Source Code - code4berry
Several online repositories are offering PHP project code for learning purposes. The best places to find PHP projects code are: Github · You can dig up the internet to find more great places to get the PHP project code for learning the popular scripting language. If you don’t want to github, you can download free php projects with clean source code
🌐
GitHub
github.com › marketplace › repman-php-repository-manager
Repman - PHP Repository Manager - GitHub Marketplace
Self-hosted instance Repman on-premises lets you to manage all PHP dependencies in your organization in a fast and secure way.$0 · Repman - PHP Repository Manager is provided by a third-party and is governed by separate terms of service, privacy ...
🌐
PHP: The Right Way
phptherightway.com
PHP: The Right Way | Reference for PHP best practices
With these steps, your system will be able to install the latest PHP packages from the bikeshed. On RPM-based distributions (CentOS, Fedora, RHEL, etc.) you can use the Remi’s RPM repository to install the latest PHP version or to have multiple PHP versions simultaneously available.
🌐
SourceForge
sourceforge.net › projects › php-src.mirror
php-src download | SourceForge.net
Download php-src for free. The PHP Interpreter. This is the official source repository of PHP, a popular open-source server-side scripting language primarily used for web development.
🌐
Reddit
reddit.com › r/php › new free private php package repository manager for php is now live
r/PHP on Reddit: New free Private PHP Package Repository Manager for PHP is now live
April 21, 2020 - It would be even more useful if this was a separate tool (like https://github.com/sensiolabs/security-checker), because then you could make it a part of project's CI (project may be using different package versions than latest in the repository). ... I don't judge a configuration file using the JSON file. This is just another use case. The question was what are the differences ;) As for the proxy: Repman works as proxy for packagist.org using high speed global CDN (public instance). If you choose to use self-hosted version then you can also speed up your build, because the packages will be downloaded from your local instance.
🌐
Doctrine
doctrine-project.org
Doctrine: PHP Open Source Project
Many other popular PHP projects use libraries from Doctrine. Some use the full ORM and others may only use one small library such as the Inflector. Here are some projects that use Doctrine. Doctrine 1 is unmaintained and isn't supposed to be used for many years, which is why we decided to remove it from our website. If you still need a copy of the documentation, then you can find it here as a downloadable zip file.
🌐
GitHub
github.com › ozh › top_100_PHP_projects
GitHub - ozh/top_100_PHP_projects: 💯 The 𝗧𝗼𝗽 𝟭𝟬𝟬 𝗣𝗛𝗣 Projects on Github
March 2, 2026 - 💯 The 𝗧𝗼𝗽 𝟭𝟬𝟬 𝗣𝗛𝗣 Projects on Github. Contribute to ozh/top_100_PHP_projects development by creating an account on GitHub.
Starred by 71 users
Forked by 8 users
Languages   Ruby
🌐
Launchpad
launchpad.net › ~ondrej › +archive › ubuntu › php
PPA for PHP : Ondřej Surý
Co-installable PHP versions: PHP 5.6, PHP 7.x, PHP 8.x and most requested extensions are included. Packages are provided for *Current* Ubuntu *LTS* releases (https://wiki.ubuntu.com/Releases). Expanded Security Maintenance releases ARE NOT supported. Debian stable, oldstable and Debian LTS packages are provided from a separate repository: https://deb.sury.org/#debian-dpa You can get more information about the packages at https://deb.sury.org BUGS&FEATURES: This PPA has a issue tracker: ht...
🌐
Hotscripts
hotscripts.com › category › scripts › php › scripts-programs › software-repository
PHP Software Repository Scripts | Search & Download Software Free
Software download script with 18000+ software listings. You can now start a software repository on your own site. With this script you will be able to create a software listings directory that allows your visitors to download as well as add their own software listings, apps, freeware, shareware etc.
🌐
Project Tunnel
projecttunnel.com › blogs › php-projects-free-download
php projects free download
By clicking on the below links you can download PHP Projects from projects tunnel for free.
🌐
openSUSE
download.opensuse.org › repositories › devel: › languages: › php:
/repositories/devel:/languages:/php: - openSUSE Download
repositories · devel: · languages: · Legal notice Source code Report issue MirrorCache 1.104
🌐
PHP
windows.php.net › download
PHP For Windows: Binaries and sources Releases
PHP is a popular general-purpose scripting language that powers everything from your blog to the most popular websites in the world.