PHP Reddit – Telegram
PHP Reddit
34 subscribers
287 photos
36 videos
24.7K links
Channel to sync with /r/PHP /r/Laravel /r/Symfony. Powered by awesome @r_channels and @reddit2telegram
Download Telegram
PHPBB Forum

Alguém tem um noscript extensão de pontos e loja para forum phpbb? Onde o usuário ganha pontos por posts e pode trocar por itens na loja tipo badges ou Nick animado etc...

https://redd.it/1onk68o
@r_php
PHP 8.5 piping operator

I really want to use the shiny pipe operator they introduce and yet I don't know the ergonomics of |> as the operator. I whish they kept the PHP naming system and used "pipe" instead of |>. What do you think of this?

https://redd.it/1onnnfe
@r_php
I've Curated a List of 30+ Large Laravel/PHP Projects

Hello guys,

I realized that Laravel/PHP have a brand/showcase problem (had a few videos/tweets about it), so decided to collect Laravel-based projects (focusing on LARGE ones) with stories of real people talking about them.

So, here's a public GitHub repository:
https://github.com/LaravelDaily/Large-Laravel-PHP-Project-Examples

https://preview.redd.it/pe1vivtrbhzf1.png?width=1918&format=png&auto=webp&s=2e45e9199df586eec688ce1a49bc92270ad321bd

I know about BuiltWithLaravel.com by Matt Stauffer, but here I have a bit different angle: I don't want to talk about brands, but my goal is real stories, including numbers whenever possible.

Let me know if that repo can be improved for better readability, or if you know projects that could be added to that list.

https://redd.it/1opahh7
@r_php
I curated a list of 30+ Large PHP/Laravel Projects

Hello guys,

I realized that PHP has a brand/showcase problem (had a few videos/tweets about it).

Decided to research and collect PHP-based projects (focusing on LARGE ones) with stories of real people talking about them.

So, here's a public GitHub repository:
https://github.com/LaravelDaily/Large-Laravel-PHP-Project-Examples

As a Laravel developer, naturally I was focused on Laravel projects, so I need your help to add more PHP projects to the list that are framework-agnostic, or Symfony, or other frameworks.

Let me know if that repo can be improved for better readability, or if you know projects that could be added to that list.

Generally speaking, I think we PHP devs should showcase our projects, to make it more popular (again), because the new generation of devs start learning with JS/Python in uni/bootcamps or even when they use AI or vibe-code. So I wanna change something about it, any ideas welcome.(https://www.reddit.com/submit/?sourceid=t31opahh7)

https://redd.it/1opao4g
@r_php
Are you using FFI, and how?

Hey everyone!

Been writing PHP for years, and recently got a bit deeper into C. While poking around, I stumbled across PHP's FFI (Foreign Function Interface), something I've totally overlooked til now. Great to be learning new things about PHP everyday.

Seems like a powerful feature to offload C functions straight from PHP, I've got a few ideas, such as offloading performance-heavy stuff, playing with native libraries, etc. But I'm curious of others experience with this feature, and if it's all that.

So, yeah, if you've used it:
\- What kinds of things have you built?
\- Anything made it into production?
\- Is it a feature that is production-ready or more for experimental usecases?
\- Heaven/Horror stories using it?

Would love to hear people's stories and what kind of use cases people have found for it.

https://redd.it/1optg8a
@r_php
I built a static site generator in pure php

I've been working on PHPSSG recently, it's a pure php static site generator with cool features like component based routing, lifecycle hooks, caching, incremental builds, etc. Take a look, you might get some use out of it. It's minimal in design and completely configurable. It leaves a lot of decisions up to you. Templates are written in plain php but you can easily overwrite the renderer and use something like twig or blade instead if you want. PHPSSG can be your entire codebase or just a small part of it, I built it playing to PHP's strengths. I would really appreciate any feedback you have about the project, I'm completely open to suggestions and criticism.

https://redd.it/1opy148
@r_php