Computer Science
Doctrine dbal-schema as an alternative to the ORM: v1.1 now integrates with Doctrine Migrations
no comments yet Be the first to share what you think! Members Online source
no comments yet Be the first to share what you think! Members Online source
That’s actually a great thing. Nowadays I often find myself in a situation when the actual fix in the code takes 5 minutes but following all the routine to deploy it takes half an hour. Read more…
I’m not sure if possible, yet it sounds simple :_) I made this plugin for Woocommerce and I’m going to offer it to users of a platform i manage. Yet, the market is competitive and Read more…
https://github.com/Imagick/imagick/issues/271 No PHP8 for me yet 🙁 https://github.com/Imagick/imagick/issues/271#issuecomment-733929731 is kind of funny ngl If you or your company wants to help the development of the extension: https://github.com/sponsors/Danack Rector? Damn near killed her. Nice! Well, there Read more…
Cool. Why are you announcing this to r/php? its also usable for php Just want to say thank you for 100 000 npm downloads! Thank you to all contributors – every feedback was noticed! Thank Read more…
Every time I see “amazing classes” I smell an outdated shitcode full of century-old vulnerabilities. And my nose didn’t fail me again Not to mention the post is a blatant spam. Dude, you are trying Read more…
Selam! Due to the COVID-19 pandemic, we have transformed PHPKonf Istanbul PHP Conference 2020 into an online event. On December 12th we will offer a 1-day, multi-track event free of charge for all attendees! Go Read more…
Seems overly complex to me. If you’re handing out API keys, you have the developers e-mail addresses. Log requests sent to deprecated end points, and have your system drop said developers an e-mail once a Read more…
I created https://github.com/EekoS/php-fpm-cli For all the people (like me) that need to run a PHP script through a cronjob, but have php-fpm installed on their server so they can’t simply call “php <script>”. Lemme know Read more…
What’s your opinion on if(0 == count($users)) I have developer following this style but it looks odd to me 😀 I understand it’s to prevent “bugs” but is it really worth to add such code Read more…