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
26  avril     02h58
What can one do with a fiber that it can’t be done with a generator?
   The manual ;s sections about fibers and their use cases are not very good. I searched online, and the examples don ;t really answer the title question. For example, I understand fibers are stackful, where generators are stackless. So one can trivially write code like this: function suspend...
    11h33
Should i switch from Codeigniter?
   I ;m currently interning at a product based company that develops extensive software, such as a cloud based business tool similar to a POS system. My journey started with PHP, and then I ventured into learning Codeigniter from scratch. However, whenever I mention that I ;m using Codeigniter,...
    12h12
Why is this community so negative?
   Most posts get a lot of downvotes, I also get them without any explanation. AI and async php seem taboo topics. Personal projects are not appreciated. Why is that ; submitted by ; u mcharytoniuk link ; comments
25  avril     13h12
What Are the Top PHP Frameworks in Use Today?
   Hey everyone, Could anyone update me on the current top PHP frameworks I ;m looking for something that offers robust features, good community support, and is well suited for both small projects and enterprise solutions. I ;d appreciate insights on their pros and cons based on your personal...
26  avril     04h38
Can’t Download XAMPP
   have tried to download XAMPP to my MacBook for several attempts, but it seems not to be responding. Should I bring my laptop to the Apple Store and ask about this It kept saying, You can’t open the application xampp osx . . installer because it is not responding. ; submitted by ; ...
24  avril     22h49
Simple TS interface generator (from json php array php object)
   ; submitted by ; u ln ar link ; comments
25  avril     07h18
SimpleStats - a lightweight statistics tool for Laravel applications
   ; submitted by ; u Nodohx link ; comments
    09h45
Some misconceptions about GPL infectiousness
   ; submitted by ; u that guy iain link ; comments
    11h45
OOP in php
   i am doing a internship on codeigniter framework and everything is fine but i don ;t know where to use oop i just see the code instances and complete my task but deep down i know i don ;t know OOP in a very good manner. How can i improve this ; submitted by ; u...
    13h58
WAMP.net anyone?
   Has anyone tried wamp.net yet I feel like it ;s new and not a lot of people use it. Was looking for alternatives to Laragon and this one provides everything and it ;s clean. Just wanted to know your opinion. ; submitted by ; u Leutecia link ; comments
24  avril     08h57
Master the Change of legacy PHP projects
   ; submitted by ; u Tomas Votruba link ; comments
    05h08
PIE has forked PHPECC released a new version with security fixes
   ; submitted by ; u paragon init link ; comments
25  avril     11h55
What is your current salary?
   How much do you make Where are you from Years of experience ; submitted by ; u Evening Value link ; comments
23  avril     18h03
Rethinking Mocking: DIY Approach vs. Frameworks on examples in PHP and Typescript
   ; submitted by ; u sarvendev link ; comments
    12h44
Parthenon Is Now Open Source
   ; submitted by ; u that guy iain link ; comments
24  avril     19h33
How to Replace Your Business Logic with AI (Through PHP)
   ; submitted by ; u mcharytoniuk link ; comments
23  avril     03h44
I started from scratch...
   ; submitted by ; u brendt gd link ; comments
24  avril     04h16
Super Simple Roll Your Own MVC Framework in PHP
   ; submitted by ; u Puzzleheaded Ad 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...