Symfony
symfony symfonystation 4 months ago 100%
FrankenPHP – Le serveur PHP surpuissant écrit en Go korben.info

FrankenPHP est un serveur d’applications PHP ultra-moderne et performant développé par Kévin Dunglas. Puissant et polyvalent, il boost les performances des apps Symfony, Laravel et API Platfo…

1
0
php
PHP symfonystation 4 months ago 100%
Php Serialização dev.to

Serialização e Desserialização em PHP O que é Serialização?

1
0
php
PHP symfonystation 4 months ago 100%
How to add visibility to 338 Class Constants in 25 seconds tomasvotruba.com

In PHP, we have classes with methods inside them. Would making all your methods `public` be a good idea? No, because some of them should be used only by the class they're in and not anywhere else. What about class constants?

1
0
php
PHP symfonystation 4 months ago 100%
How to switch or update PHP version in Laragon dev.to

Laragon is a portable, isolated, fast & powerful universal development environment for PHP,...

1
0
Symfony
symfony symfonystation 4 months ago 100%
K2 will not be made available for Joomla 4/5 - change of course - JoomlaWorks www.joomlaworks.net

The writing's on the wall. Joomla 4 and 5 are failed CMS releases. They account for around 0.3% of ALL Joomla sites according to W3Techs ([https://w3techs.com/technologies/details/cm-joomla](https://w3techs.com/technologies/details/cm-joomla)). Joomla's official stats (which were introduced near the end of life of Joomla 3 - [https://developer.j](https://developer.j)...

1
0
Symfony
symfony symfonystation 4 months ago 100%
The Symfony Fast Track book updated for Symfony 6.4 (Symfony Blog) symfony.com

The Symfony book, The Fast Track, has been updated to Symfony 6.4.

1
0
Symfony
symfony symfonystation 4 months ago 100%
New in Symfony 7.1: Misc Improvements (part 3) (Symfony Blog) symfony.com

Symfony 7.1 allows to create expiring signed URIs, improves the linter of expressions, maps boolean query string parameters, and allows to define throttling HTTP clients.

1
0
Symfony
symfony symfonystation 4 months ago 100%
How to use the new Symfony Maker command to work with GitHub Webhooks dev.to

Recently I've been working on a tool that would gather some open-source contribution metrics from our...

1
0
Symfony
symfony symfonystation 4 months ago 100%
Let's create an Opensource Headless E-learning using Symfony dev.to

Hello Everyone, let me just present myself... we have a long way together to build The Headless...

1
0
Symfony
symfony symfonystation 4 months ago 100%
New in Symfony 7.1: Misc Improvements (part 2) (Symfony Blog) symfony.com

Symfony 7.1 allows to customize the .env file location, eases the usage of PHP enums in YAML config files, and improves the Clock, EXpressionLanguage and CssSelector components with new features.

1
0
Symfony
symfony symfonystation 4 months ago 100%
How to Enhance Your Website Security with Concrete CMS Add-Ons www.concretecms.com

Protect your Concrete CMS website from cyber threats with essential security add-ons like Radio Captcha, Two Factor Login Security, Macareux Security Header Extended, and Friendly Captcha.

2
0
Symfony
symfony symfonystation 4 months ago 100%
New in Symfony 7.1: Misc Improvements (Symfony Blog) symfony.com

Symfony 7.1 introduces several small yet valuable improvements, such as enhanced locale selection, a new readFile() method, and better email delivery control during application development.

1
0
Symfony
symfony symfonystation 4 months ago 100%
Introducing the TYPO3 Stats Initiative: A New Chapter in Data-Driven Development typo3.org

The TYPO3 community is renowned for its vibrant and innovative spirit, and we’re always on the lookout for ways to enhance user experience and system functionality. In this pursuit, we're excited to announce the launch of the TYPO3 Stats Initiative, a fresh endeavor focused on harnessing the power of data to refine our beloved CMS.

1
0
Symfony
symfony symfonystation 4 months ago 100%
Containerization Tips and Tricks for PHP apps https://dunglas.dev/2024/05/containerization-tips-and-tricks-for-php-apps/

API Platform was one of the first PHP frameworks to provide native support for Docker, Docker Compose, Kubernetes, and, more recently, Skaffold. The API Platform skeleton also served as the basis for Symfony Docker, the most popular solution for containerizing Symfony projects. These years of developing skeletons compatible with dev environments, continuous integration chains, and

1
0
Symfony
symfony symfonystation 4 months ago 100%
Symfony DbToolsBundle - anonymize your data dev.to

Illustrations are taken directly from their website : [https://dbtoolsbundle.readthedocs.io](https://dbtoolsbundle.readthedocs.io) ...

1
0
Symfony
symfony symfonystation 4 months ago 100%
Your first glimpse at Joomla! 5.2.0 Alpha1 developer.joomla.org

The Joomla Project is pleased to announce the availability of Joomla 5.2.0 Alpha 1 for testing.

1
0
Symfony
symfony symfonystation 4 months ago 100%
Joomla 5.1.1 and Joomla 4.4.5 are here! www.joomla.org

The Joomla! Project is pleased to announce the release of Joomla 5.1.1 and Joomla 4.4.5

1
0
Symfony
symfony symfonystation 4 months ago 100%
Simplifying releases with a single Zip https://build.prestashop-project.org/news/2024/new-zip-distribution-channel/

As we continue to evolve and adapt to the global e-commerce landscape, we are implementing changes to streamline our operations and enhance our project’s trajectory. In 2022, we aimed to make PrestaShop a company-neutral open source project. Today, while keeping the project neutral, we are changing how we distribute the PrestaShop solution.

1
0
Symfony
symfony symfonystation 4 months ago 100%
Shopware + PHPStorm: Easier Xdebug in administration winkelwagen.de

You are trying to debug your Shopware 6 but your breakpoints are hit all the time, because the admin worker is doing stuff and turning it off makes everything even worse? Just ignore most of the re…

1
0
Symfony
symfony symfonystation 4 months ago 100%
New in Symfony 7.1: Emoji Improvements (Symfony Blog) symfony.com

Symfony 7.1 introduces a new Emoji component, a Twig filter to render emojis inside text contents and a common catalog for emoji text codes.

1
0
php
PHP symfonystation 4 months ago 100%
The danger of boolean flags in object methods sarah-savage.com

Developers like to use booleans as flags. They're a convenient way to indicate something as on/off, true/false, yes/no. But the problem is that booleans are not clear from calling code exactly what they do. For example: Does anyone in the calling scope have any idea what the defining scope is doing? Absolutely not. The flag

1
0
php
PHP symfonystation 4 months ago 100%
Tagged Singletons - stitcher.io stitcher.io

A blog about modern PHP, the web, and programming in general. Follow my newsletter and YouTube channel as well.

1
0
php
PHP symfonystation 4 months ago 100%
How to Receive Email from HTML Form Using PHP dev.to

In this post, you will learn how to Receive Email from HTML Form Using PHP. What is PHP...

1
0
php
PHP symfonystation 4 months ago 100%
Iconv, set the charset to RCE: Exploiting the glibc to hack the PHP engine (part 1) www.ambionics.io

A few months ago, I stumbled upon a 24 years old buffer overflow in the glibc, the base library for linux programs. Despite being reachable in multiple well-known libraries or executables, it proved rarely exploitable — while it didn't provide much leeway, it required hard-to-achieve preconditions. Looking for targets lead mainly to disappointment. On PHP however, the bug shone, and proved useful in exploiting its engine in two different ways.

1
0
Symfony
symfony symfonystation 4 months ago 100%
SymfonyCon Vienna 2024: All you need to know about accommodation (Symfony Blog) symfony.com

Have a look on the attractive hotel prices for @SymfonyCon Vienna 2024!

1
0
php
PHP symfonystation 4 months ago 100%
Fix Your Code With The Debug Backtrace alexwebdevelop.activehosted.com

It's easy to debug a single...

1
0
Symfony
symfony symfonystation 4 months ago 100%
A Week of Symfony #908 (20-26 May 2024) (Symfony Blog) symfony.com

This week, we continued polishing Symfony 7.1 features and fixing some of its deprecations to prepare for its stable release next week. Meanwhile, we introduced a Symfony Jobs section so you can find ...

1
0
Symfony
symfony symfonystation 4 months ago 100%
DbToolsBundle, enfin un outil pour utiliser légalement nos données de prod en local jolicode.com

"Nul n'est censé ignorer la loi", commençons donc par une piqûre de rappel : Il est illégal d'utiliser les données personnelles de vos utilisateurs ailleurs que sur la prod. Plus précisément, le RGPD1 indique que : Les données à caractère personnel doivent être : traitées

1
0
Symfony
symfony symfonystation 4 months ago 100%
Using a Symfony secret to encode your JWT Tokens dev.to

Introduction In this post, I am going to show you how to generate a secret by using...

1
0
Symfony
symfony symfonystation 4 months ago 100%
Symfony Station Communiqué - 24 May 2024 | Symfony Station https://symfonystation.mobileatom.net/Symfony-Station-Communique-24-May-2024

Welcome to this week's Symfony Station communiqué. It's your review of the essential news in the Symfony and PHP development communities focusing on protecting democracy. That necessitates an opinionated Butlerian jihad against big tech as well as evangelizing for open-source and the Fediverse. We also cover the cybersecurity world. You can't be free without safety and privacy.

1
0
php
PHP symfonystation 4 months ago 100%
How to configure PHP in Airflow? dev.to

Apache Airflow is an open-source platform used for managing complex workflows. It allows users to...

1
0
php
PHP symfonystation 4 months ago 100%
Running PHP blazingly fast at the Edge with WebAssembly · Blog · Wasmer wasmer.io

Running PHP blazingly fast at the Edge with WebAssembly

1
0
Symfony
symfony symfonystation 4 months ago 100%
Status Update on the Asynchronous Image Rendering Initiative for TYPO3 typo3.org

Łukasz Uznański describes the newly implemented solution designed to improve page load times and SEO performance.

1
0
Symfony
symfony symfonystation 4 months ago 100%
How to merge two Sulu instances together sulu.io

When merging two Sulu instances, small things like auto-incrementing table IDs can get in the way. A Sulu customer shares some tips.

1
0
Symfony
symfony symfonystation 4 months ago 100%
SymfonyOnline June 2024: Designing Security-First Symfony Apps (Symfony Blog) symfony.com

Dive into secure software development with Stiven Llupa. Discover how to integrate security seamlessly into your workflow using Symfony, Composer, Doctrine, and Monolog. Join us for practical insights...

1
0
Symfony
symfony symfonystation 4 months ago 100%
Symfony App Config in 2 steps dev.to

Customizing your Symfony application often involves tweaking configurations. For instance, enabling...

1
0
php
PHP symfonystation 4 months ago 100%
Primitive Obsession acairns.co.uk

Discover Primitive Obsession in code: recognize symptoms, understand implications, and learn effective fixes with value objects.

1
0
php
PHP symfonystation 4 months ago 100%
Air Traffic Control: Routing microservices with a single Nginx server sarah-savage.com

In my last post I talked about linking microservices together inside a single Docker network for easy communication between the services. For web developers, this poses an interesting problem: if we want to access the services from our local machines, we need to deal with the fact that we can't have multiple machines bound to

1
0
fediverse Fediverse Mike Macgirvin recounts the depressing history behind Mastodon's rendering of `article` vs `note`
Jump
  • symfonystation symfonystation 5 months ago 100%

    @wakest Mastodon may have started down the enshitification route and heading toward being forked.

    4
  • php PHP Rethinking Mocking: DIY Approach vs. Frameworks on examples in PHP and Typescript - SarvenDev
    Jump
  • symfonystation symfonystation 5 months ago 100%

    @Crell I did not write this but I appreciate your point.

    1
  • php PHP Reducing PHP's CPU usage by nearly 40% by upgrading from Ubuntu 20.04 to 22.04
    Jump
  • symfonystation symfonystation 6 months ago 100%

    @tito_swineflu Not that I know off. You might try contacting the author for the details of their setup.

    2
  • Symfony symfony What to expect when you plan to Migrate Away from CakePHP 2
    Jump
  • symfonystation symfonystation 7 months ago 100%

    @bgrinter
    Yep.

    1
  • technology Technology Six months in, journalist-owned tech publication 404 Media is profitable
    Jump
  • symfonystation symfonystation 7 months ago 100%

    @wise_pancake

    @alyaza I helped them out with a paid subscription. Hopefully more people will.

    24
  • fediverse Fediverse After Radio Silence, Kbin App Artemis Shuts Down
    Jump
  • symfonystation symfonystation 10 months ago 100%

    @deadsuperhero That’s disappointing.

    4
  • Symfony symfony Testing an OpenAPI specification in PHP
    Jump
  • symfonystation symfonystation 10 months ago 100%

    @s_hulard Will do.

    1
  • kbinMeta /kbin meta Is Kbin dying? I wanted to address the deleted thread and provide some insight into the current situation.
    Jump
  • symfonystation symfonystation 1 year ago 100%

    @ernest After 1.0 is released, please take some time off. And try to delegate. Sending you some funds! Hang in there buddy.

    1
  • technology Technology Mark Zuckerberg: Threads users down by more than a half
    Jump
  • symfonystation symfonystation 1 year ago 100%

    @aeternum

    @seasonone Hopefully it fails after killing of shitter first.

    6
  • technology Technology Ex-Facebook Users, What Do You Use Now?
    Jump
  • symfonystation symfonystation 1 year ago 100%

    @curt Friendica

    2
  • kbinMeta /kbin meta /kbin project management costs, financing, future plans
    Jump
  • symfonystation symfonystation 1 year ago 100%

    @ernest Thanks for everything you and the team do. I just sent you a few beers. :) https://www.buymeacoffee.com/kbin for others wanting to contribute.

    17
  • technology Technology Meta and Mastodon: What’s really on people’s minds?
    Jump
  • symfonystation symfonystation 1 year ago 100%

    @giallo I like the “to quote myself from earlier‘, so I will as well.

    I want to address the uproar in the Fediverse about preemptively blocking the Meta ActivityPub product. And whether it should be at the instance or individual user level. A variety of reasons for and against this have been given.

    At the moment, I would go with the latter. But no matter the arguments, the reason every single Fediverse user should block it is that Meta is a box of c*nts.

    They have always been a box of c*nts. And they will always be a box of c^nts. Meta should be trusted as far as I can kick Zuck. About six feet. They will immediately or eventually try to enshitify whatever product they launch. At that point, administrators should block them at the instance level.

    Maybe I am wrong, but maybe the Easter Bunny is real.

    Do I need to remind anyone these are the mofos greenlighting the spread of misinformation of all types, science denial, propaganda from the enemies of democracy, conspiracy theories from every lunatic on earth, election stealing, suicide instigation for teenagers, and the mass genocide of Muslims in Myanmar?

    1
  • fediverse Fediverse Takahē: An efficient ActivityPub Server, for small installs with multiple domains
    Jump
  • symfonystation symfonystation 1 year ago 100%

    @poVoq Very cool.

    1
  • fediverse Fediverse I just joined here and I'm so incredibly confused, to be honest.
    Jump
  • symfonystation symfonystation 1 year ago 100%

    @xavieryaa For Lemmy replace the ! with an @. @bisexual Then you should find it.

    1
  • fediverse Fediverse I made an account on Kbin, and I'm looking at posts from Lemmy and BeeHaw and Kbin and sometimes I forget to even check what the source is.
    Jump
  • symfonystation symfonystation 1 year ago 100%

    @Usernameblankface Yes to all your questions.

    1
  • programming Programming I am working on a new lemmy app for iOS and Android, here's my current progress
    Jump
  • symfonystation symfonystation 1 year ago 100%

    @brunofin If it will only work with Lemmy, you could honor the original by naming it Lemfinity. If it will also work for kbin, maybe Threadfinity. Good luck.

    11
  • fediverse Fediverse I've started [#kbin](https://kbin.social/tag/kbin) and [#lemmy](https://kbin.social/tag/lemmy) accounts to understand both, then eventually chose one. Leaning towards kbin as of now. Any advice?
    Jump
  • symfonystation symfonystation 1 year ago 100%

    @pariscope Stick with kbin. It's more versatile because of its microblogging capabilities. And it definitely looks a shit ton better. And will eventually have a stronger developer community supporting it.

    2
  • kbin /kbin Symfony-based kbin is taking the Threadiverse by Storm via Symfony Station
    Jump
  • symfonystation symfonystation 1 year ago 100%

    @ernest No rush buddy.

    1
  • fediverse Fediverse Is there a "how to" on the fediverse
    Jump
  • symfonystation symfonystation 1 year ago 100%

    @BobFinger Follow @Feditps. I think they have a website.

    1
  • fediverse Fediverse Hey all! I’ve been a mastodon user for a while, but with the recent reddit nonsense I’ve been digging into forum-style Fediverse platforms like Lemmy and Kbin. I don’t know if i understand the distinc
    Jump
  • symfonystation symfonystation 1 year ago 100%

    @Wavebeam Yes on your first question and I would recommend kbin.

    1
  • kbinMeta /kbin meta /kbin contribution and information for instance owners
    Jump
  • symfonystation symfonystation 1 year ago 100%

    @ernest Please set aside some time to rest up. Great job and thanks for bringing Symfony to the Fediverse.

    2
  • fediverse Fediverse What is this? Is it like twitter? Sorry Im new to kbin, trying it out after hearing you guys federated.
    Jump
  • symfonystation symfonystation 1 year ago 100%

    @Rick subreddits = Magazines. It also has microblogging like Mastdon.

    1
  • kbin /kbin Symfony-based kbin is taking the Threadiverse by Storm via Symfony Station
    Jump
  • symfonystation symfonystation 1 year ago 0%

    Hi @ernest when you get time to take a break, please read this article and let me know if I have gotten anything wrong. I will update the article if so. Thanks for everything you do.

    0
  • fediverse Fediverse The "official" Lemmy instance lemmy.ml is currently experiencing downtime.
    Jump
  • symfonystation symfonystation 1 year ago 100%

    @lixus98 The more the merrier. Start some instances people. https://codeberg.org/Kbin/kbin-core/wiki#admin-guide

    1
  • php PHP Curious if anyone here knows why PHP was chosen for kbin's implementation? I know PHP has come a long way, but there's still a lot of uncertainty / dislike for it out there. [@ernest](https://kbin.soc
    Jump
  • symfonystation symfonystation 1 year ago 0%

    @rodhlann It is built with tools from the Symfony ecosystem. Which is strong in Poland. And I am guessing @ernest is a Symfony developer. There are specific API Platform apis to work with Activity Pub. And a schema tool to work with federation.

    0
  • fediverse Fediverse Why did the #TwitterMigration fail?
    Jump
  • symfonystation symfonystation 1 year ago 0%

    @Otome-chan@kbin.social I think there is a magazine called "random".

    @Bloonface

    0
  • fediverse Fediverse Take a bow, developers of kbin.social
    Jump
  • symfonystation symfonystation 1 year ago 0%

    @AucT

    @rgb_leds_are_love Kbin uses Symfony so it can scale as much as it needs to. Ernest knows what he is doing.

    0
  • space Space Space Force to reveal draft for commercial satellite ‘reserve’ service soon
    Jump
  • symfonystation symfonystation 1 year ago 100%

    @stoicandanxious I think that is the idea.

    @Wilshire

    1
  • fediverse Fediverse BlueSky is cosplaying decentralization
    Jump
  • symfonystation symfonystation 1 year ago 100%

    This article is 212 kinds of awesome.

    3
  • kbinMeta /kbin meta /kbin - Sunny June Announcement
    Jump
  • symfonystation symfonystation 1 year ago 100%

    @ernest Don’t over do it, bro.

    2
  • fediverse Fediverse On Reddit and it’s federated rivals, Lemmy and kbin
    Jump
  • symfonystation symfonystation 1 year ago 100%

    @tojikomori This 1000%.

    6