PHP

Open-source projects categorized as PHP

Top 23 PHP Open-Source Projects

  • Laravel

    Laravel is a web application framework with expressive, elegant syntax. We’ve already laid the foundation for your next big idea — freeing you to create without sweating the small things.

    Project mention: Dynamic named slots in Vue 3 | dev.to | 2024-11-21

    I’ve recently been re-building an admin panel in a personal Laravel-based project, convering it from “traditional” Blade views to an Inertia-based solution. As part of this, I’ve been identifying repeating elements that can be extracted into reusable Vue components.

  • Cloudways

    Cloudways' Black Friday Offer - 1st Choice of Developers. Cloudways: Devs' 1st choice for managed hosting! Pick from top-tier Cloud providers like DigitalOcean, AWS, and GCE. Limited-time deal: 40% OFF for 4 Months + 40 Free Migrations.

    Cloudways logo
  • awesome-cheatsheets

    👩‍💻👨‍💻 Awesome cheatsheets for popular programming languages, frameworks and development tools. They include everything you should know in one single file.

    Project mention: 10 Useful GitHub Repos Made for Front-End Developers in 2024 | dev.to | 2024-10-07

    Awesome Cheat Sheets

  • coolify

    An open-source & self-hostable Heroku / Netlify / Vercel alternative.

    Project mention: Weekly Indie Log #16 | dev.to | 2024-11-14

    With the advent of people moving away from serverless and pushing more towards self-hosted solutions around VPS from provided like Hetzner and using deployment tools like Coolify , I’ve been wanting to have a cool monitoring app which not only monitor uptime but also disk space, CPU pressure, memory pressure, networking and more and throw alerts when something looks outside of the allowable thresholds.

  • Laravel

    The Laravel Framework.

    Project mention: Laravel Reverb in Production Environment | dev.to | 2024-11-20
  • awesome-php

    A curated list of amazingly awesome PHP libraries, resources and shiny things.

    Project mention: Top 10 Websites to Get Help When You Are Stuck as a Developer | dev.to | 2023-12-13

    7. Awesome PHP - Awesome PHP is a curated list of amazingly awesome PHP libraries, resources, and tools. It's a great resource for finding solutions to PHP-related problems.

  • Symfony

    The Symfony PHP framework

    Project mention: Creating focused domain applications. A Symfony approach (Saving the entity) | dev.to | 2024-11-15

    If you like my content and enjoy reading it and you are interested in learning more about PHP, you can read my ebook about how to create an operation-oriented API using PHP and the Symfony Framework. You can find it here: Building an Operation-Oriented Api using PHP and the Symfony Framework: A step-by-step guide

  • Composer

    Dependency Manager for PHP

    Project mention: Using php7-mysql-shim to Address `mysql_*` Function Compatibility in PHP 7 | dev.to | 2024-12-02

    Install Composer: If you don't already have Composer installed, you can install it by following the instructions at getcomposer.org.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • Nextcloud

    ☁️ Nextcloud server, a safe home for all your data

    Project mention: The Home Server Journey - 6: Your New Blogging Career | dev.to | 2024-10-08

    If complete self-hosting is a must, I now need some file server capable of generating shareable links, to be used in my Markdown image components. In summary, Syncthing is great for Dropbox-style backups, but can't share links, NextCloud is too resource-heavy and Seafile is interesting but apparently has proprietary encryption, which left me with the lightweight Filebrowser

  • Guzzle

    Guzzle, an extensible PHP HTTP client

    Project mention: Accessing Azure storage with a shared key in php | dev.to | 2024-06-28

    The microsoft offical libraries are deprecated, so I made a the project caiofior/azure_storage using guzzle to access at this resources with a shared key.

  • Monica

    Personal CRM. Remember everything about your friends, family and business relationships.

    Project mention: Selfhosting services to make life easier for my parents? | /r/selfhosted | 2023-12-09
  • PHPMailer

    The classic email sending library for PHP

    Project mention: Deliver Emails Safely with PHP: A Guide to Using SMTP for Spam-Free Emails | dev.to | 2024-09-27

    If you don’t have Composer, you can download PHPMailer manually from GitHub and include it in your project.

  • Monolog

    Sends your logs to files, sockets, inboxes, databases and various web services

    Project mention: I don't understand error_log | /r/PHP | 2023-12-10

    To add onto this, what's more commonly done these days is to use a library like Monolog which can be configured with multiple log handlers. One of the handlers which are typically enabled is one which writes to error_log. You can add more which write directly to a logging service like Sentry or whatever, or even in dev write an HTTP header paired with a browser extension which puts your backend log messages in your browser console (see the handler + install the extension for chrome or firefox)

  • Matomo

    Empowering People Ethically with the leading open source alternative to Google Analytics that gives you full control over your data. Matomo lets you easily collect data from websites & apps and visualise this data and extract insights. Privacy is built-in. Liberating Web Analytics. Star us on Github? +1. And we love Pull Requests!

    Project mention: Show HN: Vince – A self hosted alternative to Google Analytics | news.ycombinator.com | 2024-11-28
  • PHPUnit

    The PHP Unit Testing framework.

    Project mention: Integration tests on Symfony with Testcontainers | dev.to | 2024-09-11

    One of biggest advantages of Symfony is the support to do tests integrated with PHPUnit and with a functional kernel to do the bootstrap necessary for the tests.

  • WordPress

    WordPress, Git-ified. This repository is just a mirror of the WordPress subversion repository. Please do not send pull requests. Submit pull requests to https://github.com/WordPress/wordpress-develop and patches to https://core.trac.wordpress.org/ instead.

    Project mention: Level Up Your WordPress Skills with WebAssembly | dev.to | 2024-11-28

    At Macronimous, we've been building with WordPress since the early days – way back in 2007! We've seen it evolve from a simple blogging platform to a powerful content management system that powers a huge chunk of the web. And while PHP, JavaScript, and MySQL remain the core of WordPress development, there's a new kid on the block that's worth exploring: WebAssembly (Wasm)., While not essential for every project, Wasm offers exciting new possibilities for developers looking to push the boundaries of what's possible with WordPress.

  • Swoole

    🚀 Coroutine-based concurrency library for PHP

    Project mention: FrankenPHP: The Modern PHP App Server | news.ycombinator.com | 2024-05-29
  • CodeIgniter

    Open Source PHP Framework (originally from EllisLab)

    Project mention: Modern PHP Development in 2024 | dev.to | 2024-06-02

    CodeIgniter

  • HHVM

    A virtual machine for executing programs written in Hack.

    Project mention: THT v0.8.1 – A modern re-design of PHP | news.ycombinator.com | 2024-10-18

    $hayStack.contains('needle')

    This looks more or less like a new language ? It must be amazing amount of time and energy to rewrite PHP in to this.

    I don't see the benefits. I understand the Facebook's HHVM had some. (https://hhvm.com/)

    Or Swoole (https://openswoole.com/) has it.

    But i'm not clear of THT (also typical apple vs oranges benchamrkTM included).

    2cents

  • ANTLR

    ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files.

    Project mention: How to develop code analyzer in 48 hours | dev.to | 2024-08-14

    We've chosen ANTLR v4. The tool is also written in Java, which makes it really easy to use. Over many years of development, it has started to fare very well.

  • PHP Parser

    A PHP parser written in PHP

    Project mention: PHP 8.4 Released | news.ycombinator.com | 2024-11-21

    Once rector gets 8.4 rules out, this will be pretty awesome:

    https://github.com/rectorphp/rector/issues/8701

    https://github.com/nikic/PHP-Parser/commit/7b0384cdbe03431c4...

  • Firefly III

    Firefly III: a personal finances manager

    Project mention: GnuCash 5.9 Released | news.ycombinator.com | 2024-09-30

    I use Firefly III (https://firefly-iii.org). It's a self-hosted web app which is nice for me because I tend to use it from my phone most of the time. It does have a pretty extensive API, perhaps not as easy to do bulk edits as a text file, but should be fairly straightforward. It also has a rule system that could be used to do bulk edits too.

  • Bagisto

    Free and open source laravel eCommerce platform

  • BookStack

    A platform to create documentation/wiki content built with PHP & Laravel

    Project mention: BookStack: Simple and Free Wiki Software | news.ycombinator.com | 2024-09-26
  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

PHP discussion

Log in or Post with

PHP related posts

  • Using php7-mysql-shim to Address `mysql_*` Function Compatibility in PHP 7

    1 project | dev.to | 2 Dec 2024
  • AIpi Now Supports XAI

    1 project | news.ycombinator.com | 29 Nov 2024
  • Level Up Your WordPress Skills with WebAssembly

    3 projects | dev.to | 28 Nov 2024
  • Matomo-org/device-detector: Universal Device Detection library from User Agent

    5 projects | news.ycombinator.com | 27 Nov 2024
  • Please comment on installation instructions given in README of my open source project

    1 project | dev.to | 26 Nov 2024
  • Is Your CSS Logical?

    1 project | dev.to | 26 Nov 2024
  • Php.net Is Down

    3 projects | news.ycombinator.com | 24 Nov 2024
  • A note from our sponsor - SaaSHub
    www.saashub.com | 4 Dec 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source PHP projects? This list will help you:

Project Stars
1 Laravel 78,941
2 awesome-cheatsheets 40,465
3 coolify 34,817
4 Laravel 32,703
5 awesome-php 31,032
6 Symfony 29,839
7 Composer 28,658
8 Nextcloud 27,541
9 Guzzle 23,219
10 Monica 21,799
11 PHPMailer 21,113
12 Monolog 21,045
13 Matomo 19,933
14 PHPUnit 19,710
15 WordPress 19,620
16 Swoole 18,475
17 CodeIgniter 18,265
18 HHVM 18,204
19 ANTLR 17,275
20 PHP Parser 17,064
21 Firefly III 16,373
22 Bagisto 15,591
23 BookStack 15,480

Sponsored
Cloudways' Black Friday Offer - 1st Choice of Developers
Cloudways: Devs' 1st choice for managed hosting! Pick from top-tier Cloud providers like DigitalOcean, AWS, and GCE. Limited-time deal: 40% OFF for 4 Months + 40 Free Migrations.
platform.cloudways.com