PHP Symfony

Open-source PHP projects categorized as Symfony

Top 23 PHP Symfony Projects

  • Symfony

    The Symfony PHP framework

  • Project mention: Using interfaces the wrong way | dev.to | 2024-03-24

    Let's have a look at the class EventSourceHttpClient and try to use it in Symfony\Component\Webhook\Server\Transport. It's an entirely hypothetical example to illustrate the point.

  • 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!

  • 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
  • Wallabag

    wallabag is a self hostable application for saving web pages: Save and classify articles. Read them later. Freely.

  • Project mention: Linkhut: A Social Bookmarking Site | news.ycombinator.com | 2024-01-09

    Wallabag[0] is useful too if you want a self-hosted bookmarking solution. I'm with Pinboard too, but regularly export my bookmarks so I have a backed up local copy of recent bookmarks I've added to Pinboard.

    [0] https://github.com/wallabag/wallabag

    [0] https://wallabag.org/

  • console

    Eases the creation of beautiful and testable command line interfaces

  • http-foundation

    Defines an object-oriented layer for the HTTP specification

  • event-dispatcher

    Provides tools that allow your application components to communicate with each other by dispatching events and listening to them (by symfony)

  • http-kernel

    Provides a structured process for converting a Request into a Response

  • Project mention: Reading bundle configuration inside Symfony Compiler Passes | dev.to | 2023-05-04

    The compiling of the extension configurations is actually done in a compiler pass. This is called the Merge Pass and is the first compiler pass to be processed. Because of this, once our custom compiler pass reads the configuration of off the extension, we can be sure it is already compiled, cached and ready for use.

  • 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
  • polyfill-mbstring

    Symfony polyfill for the Mbstring extension

  • Sylius

    Open Source eCommerce Framework on Symfony

  • Project mention: Laravel considered harmful | /r/PHP | 2023-04-28

    I think it would be difficult (or much harder) to build something like Sylius on top of Laravel. Especially if you want good code-coverage by tests.

  • routing

    Maps an HTTP request to a set of configuration variables

  • process

    Executes commands in sub-processes (by symfony)

  • Symfony VarDumper

    Provides mechanisms for walking through any arbitrary PHP variable

  • translation

    Provides tools to internationalize your application

  • php-pm

    PPM is a process manager, supercharger and load balancer for modern PHP applications.

  • DoctrineBundle

    Symfony Bundle for Doctrine ORM and DBAL

  • filesystem

    Provides basic utilities for the filesystem (by symfony)

  • config

    Helps you find, load, combine, autofill and validate configuration values of any kind (by symfony)

  • Project mention: topoconfig: enhancing config declarations with graphs | dev.to | 2023-10-03

    symfony/config

  • Bolt

    Bolt is a simple CMS written in PHP. It is based on Silex and Symfony components, uses Twig and either SQLite, MySQL or PostgreSQL. (by bolt)

  • Project mention: Bolt VS core - a user suggested alternative | libhunt.com/r/bolt/bolt | 2024-04-13
  • DoctrineMigrationsBundle

    Symfony integration for the doctrine/migrations library

  • flex

    Composer plugin for Symfony (by symfony)

  • Symfony DI

    Allows you to standardize and centralize the way objects are constructed in your application

  • cache

    Provides extended PSR-6, PSR-16 (and tags) implementations (by symfony)

  • polyfill-ctype

    Symfony polyfill for ctype functions

  • 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). The latest post mention was on 2024-04-13.

PHP Symfony related posts

Index

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

Project Stars
1 Symfony 29,274
2 Grav 14,283
3 Wallabag 9,688
4 console 9,644
5 http-foundation 8,565
6 event-dispatcher 8,451
7 http-kernel 8,034
8 polyfill-mbstring 7,781
9 Sylius 7,660
10 routing 7,535
11 process 7,378
12 Symfony VarDumper 7,340
13 translation 6,579
14 php-pm 6,539
15 DoctrineBundle 4,647
16 filesystem 4,543
17 config 4,181
18 Bolt 4,154
19 DoctrineMigrationsBundle 4,153
20 flex 4,119
21 Symfony DI 4,049
22 cache 4,045
23 polyfill-ctype 4,009
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com