atlas news
    
Reddit : PHP
22  avril     06h00
Weekly help thread
   Hey there This subreddit isn ;t meant for help threads, though there ;s one exception to the rule: in this thread you can ask anything you want PHP related, someone will probably be able to help you out ; submitted by ; u brendt gd link ; comments
23  avril     12h44
Parthenon Is Now Open Source
   ; submitted by ; u that guy iain link ; comments
    18h03
Rethinking Mocking: DIY Approach vs. Frameworks on examples in PHP and Typescript
   ; submitted by ; u sarvendev link ; comments
    03h44
I started from scratch...
   ; submitted by ; u brendt gd link ; comments
22  avril     13h56
s Composer Dependency Analyser: new CI detector of unused, shadow and misplaced composer dependencies with INSANE performance (15 000 files in 2 secs )
   ; submitted by ; u janedbal link ; comments
    21h17
Use GD with Winbinder? Yes, it’s now possible with a new patch.
   ; submitted by ; u ZmotriN link ; comments
21  avril     23h38
PHP: rfc:array find
   ; submitted by ; u SomniaStellae link ; comments
    16h16
Security vulnerability in PHP caused by Glibc
   ; submitted by ; u SomniaStellae link ; comments
    16h16
Tukio Event dispatcher 2.0 released, greatly simplified, super fast
   ; submitted by ; u Crell link ; comments
    16h16
Who should check permissions (caller or callee)?
   Hello everyone, tl;dr: in our application, every method is passed a user object and checks if that user is allowed to call the method. This feels wrong and unintuitive for callers. Do you know an alternative better way In our own application framework, permissions are always checked by the callee....
22  avril     16h19
AESTHETICS] Semantics is primary, type hinting is secondary
   During its emergence, Php followed the most popular practices. Its infancy was influenced by languages like Java and C. So we have variable types before variable names. public lt;type gt; variableName ;sth ;; But recent approach prioritizes semantics like in TypeScript or Swift. public...
21  avril     07h30
How do you solve the problem of a large number of arguments to a class method?
   I recently came across legacy code that Sonar complains about. There were more than arguments to the class method. In addition to the number, there was also a problem that one of the arguments is used in a child class of the same method. Sonar refuses to see this and writes comments on this...
22  avril     01h25
Need book recommendation about advanced PHP book
   I have two years of experience with PHP Laravel especially Laravel . I want to dive deep into PHP. I have a knowledge of OOP, but I don ;t consider myself great at it. Do you have any book recommendation for me ; submitted by ; u ProofComputer link ; comments
    07h24
PHP & Laravel Development VS Code Extensions
   ; submitted by ; u hernandez link ; comments
20  avril     16h22
Is the manual working for anyone else? It appears to be broken
   ; submitted by ; u ln ar link ; comments
19  avril     22h37
Release: sodium compat v2 and the Future of Our Polyfill Libraries
   ; submitted by ; u paragon init link ; comments
    22h04
New package for serializing deserializing PHP arrays as Markdown
   https: packagist.org packages neckberg hashdown Background is that I keep a lot of personal records in .md files, and also had some import export and web scraping projects, the data for which required some manual review and editing. And it just seemed a lot nicer to do that in Markdown than in...
    11h29
Junior, middle and senior php developers
   Hi everyone, how do you determine the seniority of a php dev... can’t be just based on experience right So, what go to questions or tests do you use to figure this out ; submitted by ; u TheMonkiGod link ; comments
    09h38
DDEV Lando and other alternatives?
   We ;re currently using Lando for all our projects but I ;ve had many issues with it randomly breaking and or missing features like using .env variables in config files, but I have not had a single use case that was completely impossible in Lando. So I was wondering: can DDEV or any other...
18  avril     22h08
Created a PHP package dedicated to path management, feedback would be welcome
   I really enjoyed using the path.py lib when I was working with files in python, so I decided to try to create something similar in PHP: path php The objective here is to create a light, standalone, multi platform lib for PHP, allowing to handle paths as objects. Using it allows you to make things...
19  avril     20h07
Is there a template or boilerplate built with PHP that has login, dashboard, payment system for selling a recurring product?
   I want to sell a subscription product a standalone software for windows on an annual basis through a website. User creates an account, pays for the product, gets access to a dashboard where he enters some of his information which is then picked up by the software. And the end of the annual term a...
18  avril     15h31
Healthcheck library conforming to IETF’s healthcheck RFC
   ; submitted by ; u gadelat link ; comments
    10h14
Exploring Go as a PHP Developer: Insights, Experiences, and Comparisons
   Hi, I ;ve been a PHP dev for about years now longer if you count using it as a hobby and am looking to branch out and try another backend language. It seems Go is pretty popular and I have started checking it out. I was wondering if you as a PHP dev have learned Go and have any opinions...
17  avril     23h01
Does Anyone Still Need PHP 5 Support in 2024?
   UPDATE https: github.com paragonie sodium compat pull We ;ve decided to go ahead with a new major version. The original comment is below the line. We maintain polyfill libraries random compat and sodium compat, which many of you use as a recursive dependency . Both...
    18h41
Official Standard way for checking if array is empty
   Recently a small disagreement occurred at a code review when my new colleagues used array for checking if array is empty. I requested a change because I always check for empty array with empty array and I have never honestly seen array used before. I even needed to check if it...
    21h42
Deployer v7.4.0 release
   ; submitted by ; u Elfet link ; comments