PHP Website

Open-source PHP projects categorized as Website

Top 23 PHP Website Projects

  • 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: Ask HN: Tips to get started on my own server | news.ycombinator.com | 2024-03-25
  • Grav

    Modern, Crazy Fast, Ridiculously Easy and Amazingly Powerful Flat-File CMS powered by PHP, Markdown, Twig, and Symfony

  • Project mention: Ask HN: What products other than Obsidian share the file over app philosophy? | news.ycombinator.com | 2024-04-03

    There are flat-file CMSes (content management systems) like Grav: https://getgrav.org/

    I guess, in some vague/broad sense, config-as-code systems also implement something similar? Maybe even OpenAPI schemas could count to some degree...?

    In the old days, the "semantic web" movement was an attempt to make more webpages both human- and machine-readable indefinitely by tagging them with proper schema: https://en.wikipedia.org/wiki/Resource_Description_Framework. Even Google was on board for a while, but I guess it never saw much uptake. As far as I can tell it's basically dead now, both because of non-semantic HTML (everything as a React div), general laziness, and LLMs being able to parse things loosely.

    -------------

    Side thoughts...

    Philosophically, I don't know that capturing raw data alone as files is really sufficient to capture the nuances of any particular experience, or the overall zeitgeist of an era. You can archive Geocities pages, but that doesn't really capture the novelty and indie-ness of that era. Similarly, you can save TikTok videos, but absent the cultural environment that created them (and a faithful recreation of the recommendation algorithm), they wouldn't really show future archaeologists how teenagers today lived.

    I worked for a natural history museum for a while, and while we were there, one of the interesting questions (well, to me anyway) was whether our web content was in and of itself worth preserving as a cultural artifact -- both so that future generations can see what exhibits were interesting/apropos for the cultures of our times, but also so they could see how our generation found out about those exhibitions to begin with (who knows what the Web will morph into 50 years later). It wasn't enough to simply save the HTML of our web pages, both because they tie into various other APIs and databases (like zoological collections) and because some were interactive experiences, like games designed to be played with a mouse (before phones were popular), or phone chatbots with some of our specimens. To really capture the experience authentically would've required emulating not just our tech stacks and devices, among other things.

    Like for the earlier Geocities example, sure you could just save the old HTML and render it with a modern browser, but that's not the same as something like https://oldweb.today/?browser=ns3-mac#http://geocities.com/ , which emulates the whole OS and browser too. And that still isn't the same as having to sit in front of a tiny CRT and wait minutes for everything to download over a 14.4k modem, only to be interrupted when mom had to make a call.

    I guess that's a longwinded of critiquing "file over app": It only makes sense for things that are originally files/documents to begin with. Much of our lives now are not flat docs but "experiences" that take much more thought and effort to archive. If the goal is truly to preserve that posterity, it's not enough to just archive their raw data, but to develop ways to record and later emulate entire experiences, both technological and cultural. It ain't easy!

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • Pico

    Pico is a stupidly simple, blazing fast, flat file CMS. (by picocms)

  • Project mention: EZ Question: Image Files in Obsidian Vault | /r/ObsidianMD | 2023-08-08

    I'm cooking up a really cheap publishing solution using Pico CMS ("stupidly simple") and rsync or something from my Obsidian Vault to my PHP server.

  • Bludit

    Simple, Fast, Secure, Flat-File CMS

  • Project mention: Bludit CMS v3.15.0 Released | news.ycombinator.com | 2023-07-21
  • website

    The elementary.io website (by elementary)

  • Project mention: Microsoft Edge ignores user wishes, slurps tabs from Chrome without permission | news.ycombinator.com | 2024-01-31

    I hear you, but they've all moved along in leaps and bounds. Some options if you ever look again -

    * ElementaryOS(https://elementary.io/)

  • htmly

    Simple and fast databaseless PHP blogging platform, and Flat-File CMS

  • Project mention: HTMLy, simple and fast databaseless PHP blogging platform | news.ycombinator.com | 2023-12-28
  • Koko Analytics

    Privacy-friendly, open-source and lightweight analytics for your WordPress site.

  • Project mention: Koko Analytics: privacy-friendly, open-source analytics plugin for WordPress | news.ycombinator.com | 2023-12-15
  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • KLiK-SocialMediaWebsite

    Complete PHP-based Login/Registration system, Profile system, Chat room, Forum system and Blog/Polls/Event Management System.

  • lbry.com

    lbry.com, the website for the LBRY protocol

  • PluXml

    A CMS to create lightweight websites with ease and without database.

  • PineDocs

    A fast and lightweight site for viewing files

  • HAXcms

    HAX with a lightweight CMS backend to manage your microsite universe

  • pokemon-card-generator

    A PHP app that generates Pokemon cards by using GPT and Stable Diffusion. (by robiningelbrecht)

  • Gangster-Legends-V2

    A free to use text-based PBBG / MMORPG script

  • phpunit-pretty-print

    Better PHPUnit CLI output with Collision (by robiningelbrecht)

  • Project mention: PHP libraries and tools | dev.to | 2023-10-18

    robiningelbrecht/phpunit-pretty-print: Better PHPUnit CLI output with Collision

  • CensorDodge

    Censor Dodge Web Proxy

  • Project mention: Can I self-host and configure Traefik to access chatgpt / poe through my web browser at work? | /r/Traefik | 2023-06-09

    You might want to have a look at https://github.com/ryanmab/CensorDodge There is an example docker-compose file and setting up traefik for it seems very manageable (feel free to ask for help)

  • Purl

    Purl (Petite URL) is an open source project with the goal of providing you with your own private URL shortener! (by veloxy)

  • jeffgeerling-com

    Drupal Codebase for JeffGeerling.com

  • Project mention: Blog in Electronics? | news.ycombinator.com | 2023-08-18

    I discovered EDN as a printed magazine at the university library many years ago.

    These days I read it on: https://www.edn.com/

    I also find Jeff Geerling's writings to be informative: https://www.jeffgeerling.com/

  • php-slim-skeleton

    An event-driven Slim 4 Framework skeleton using AMQP and CQRS

  • Project mention: Looking for constructive feedback on a Slim4 skeleton I open sourced | /r/PHP | 2023-05-04

    Thanks for the kinds words. The documentation pages have examples on them, but you're saying these examples are not enough? I also refer to a full working example on https://php-slim-skeleton.robiningelbrecht.be/.

  • getrector-com

    Rector Website

  • framework

    🌸 PHP web development framewrok. Minimum tools to have a functional web application. https://t.me/webfiori (by WebFiori)

  • gazelle

    BioTorrents.de’s version of Gazelle (by biotorrents)

  • Chell-PHP-Portal

    A PHP portal to aggregate all your server services

  • 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 Website related posts

Index

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

Project Stars
1 Matomo 19,039
2 Grav 14,291
3 Pico 3,791
4 Bludit 1,230
5 website 1,229
6 htmly 990
7 Koko Analytics 355
8 KLiK-SocialMediaWebsite 316
9 lbry.com 261
10 PluXml 210
11 PineDocs 141
12 HAXcms 123
13 pokemon-card-generator 86
14 Gangster-Legends-V2 64
15 phpunit-pretty-print 62
16 CensorDodge 58
17 Purl 48
18 jeffgeerling-com 36
19 php-slim-skeleton 32
20 getrector-com 24
21 framework 19
22 gazelle 18
23 Chell-PHP-Portal 11

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com