PHP Weekly - PHPWeekly October 20th 2022

Curated news all about PHP.  Here's the latest edition Is this email not displaying correctly?
View it in your browser.
PHP Weekly 20th October 2022

Hi everyone,

This week is stacked and full of the best and content about the PHP community that we've gathered from the past week. We have new updates from PHP 8.2, Laravel and Symfony. If you want a good roundup of the features, adoptions and review of PHP 8.1 one year after the launch, Exacat has a blog post about it. In our tutorials section, we have testing Laravel Breeze, Pivot table errors and diving into notifications. Finally, we have new podcast episodes from Maintanable on tackling Tech debt, What to do when you're stuck from the guys at No Compromises and why you should create static APIs from How to Code Well.        

We hope you enjoy this week's newsletter. If you have an article, tutorial or podcast that you would like to be featured in our newsletter, feel free to reach out to us at articles@phpweekly.com.

Do follow us on our social media channels on Twitter and Facebook. You can connect with me on LinkedIn:
https://www.linkedin.com/in/adrianteasdale/

All the best,
Adrian


Please help us by clicking to our sponsor:

encrypt php scriptsProtect your PHP Code
Why not try SourceGuardian 13. Click here to download a 14 Day Trial copy. Protect your code using Windows, Linux or Mac and run everywhere with our free Loaders.

Articles


Signs That Your Php Code Needs Refactoring
It's not uncommon to write "quick and dirty" scripts to test something or in the earliest stages of the project. Besides, legacy projects often contain unoptimized code.

Upgrade to PHP 8: Why It’s Crucial to Keep Your eCommerce Website Updated
90% of [Magento websites](90% of Magento websites use unsupported versions of PHP. How can you (we) tackle this problem, and why is it a problem? Should I update to PHP 8?

Manage Multiple Versions of PHP with Homebrew
Using Homebrew is a handy way to install multiple versions of PHP on MacOS. For example, to have both php 7.4 and 8.0 installed, use the brew install command.

Exploration of PHP 7
In this article, we will talk about PHP 7. In my opinion, studying the history of changes along with the introduction of learning resources allows us to get to know something deeper and master it better.

Dangerous and Unnecessary Fears of Strict Types in PHP
Let me convince you why you should embrace Strict Types in PHP, instead of being afraid of it!

Tutorials and Talks


Difference between isset() vs empty() vs is_null() in PHP
There are some built-in PHP functions that are similar to each other, and those are isset(), empty() and is_null().

The Package For Share Symfony Profiler Pages
I recently saw a "share bugs page" feature in the laravel framework, then I started looking for such a feature in symfony, but as it turned out there is no such package.

Test Laravel Breeze Authentication with Cypress
This post is showing some examples that are pretty easy to add to any Laravel project that use Laravel Breeze.

Learn How To Upload Files In Laravel Like A Pro
One of the things that I see many people struggling with is file uploads. How do we upload a file in Laravel?

Generating OTP using PHP
Here I’m writing a simple PHP script for generating an OTP code. It can be used in any scenario for authentication.

Beginner Errors With Pivot Tables In Laravel
We will take a drive through one common beginner error while working with many-to-many relations in Laravel.

Diving into Notifications
In most applications, we need to send notifications, whether in-app, email or slack - these are typically transactional notifications to alert users of some action or event in your application. Let's take a dive.

News and Announcements


PHP 8.2.0 RC 4 Available For Testing
The PHP team is pleased to announce the release of PHP 8.2.0, RC 4. This is the fourth release candidate, continuing the PHP 8.2 release cycle, the rough outline of which is specified in the PHP Wiki.

Laravel 9.35 Released
The Laravel team released 9.35 with an exciting new alternate mailable syntax, an Eloquent "strict mode" feature, and more.

Symfony 6.1.6 Released
Symfony 6.1.6 has just been released. Here is the list of the most important changes since 6.1.5

PhpStorm 2022.3 Early Access #3: Support for PHP 8.2
In this build, we added full support for PHP 8.2.

Phalcon v5.0.4 Released
We are happy to announce that Phalcon v5.0.4 has been released!

A Week of Symfony #824 (10-16 October 2022)
This week, Symfony 4.4.47, 5.4.14, 6.0.14 and 6.1.6 maintenance versions were released. In addition, we added some new features to the upcoming Symfony 6.2 version, such as listing namespaced commands when running only the namespace as the command name and adding new configurable blocks to the Bootstrap 5 form theme.

PHP London October 2022, Tue, Oct 25 · 1:30 AM PHT
We are very excited to be hosting our October event of PHP London meetup in 2022.

Podcasts and Vlogs


How To Code Well 178 - Why You Should Create Static APIs
What are the befits and disadvantages of a static API?

PHP Ugly: 307: Code My Homework, Dad
This week on the podcast, Eric, John, and Thomas talk about the joys of running php[architect] magazine, keyboards, php[tek], pair programming the Python way, JetBrains Fleet, and more...

Laravel News Podcast: Building Mailables, Megaphones, And Sliding Over
Jake and Michael discuss all the latest Laravel releases, tutorials, and happenings in the community.

The Stack Overflow: Beware The Scammers Posing As Tech Recruiters (Ep. 497)
We all have fears when it comes to tech. These are (some of) our stories.

No Compromises Podcast: Isolate The Problem
What do you do when you're stuck? Aaron shares a tip on how he breaks down a problem when he's feeling stuck.

North Meets South Podcast: Encrypted Environments, Encrypted Data, And Magic Constructors
Jake and Michael discuss the new environment encryption functionality in Laravel, encrypting application data, and using (very?) magic named constructors.

Maintainable Podcast: Stefanni Brasil - When Is Tackling Tech Debt Possible?
Robby has a chat with Stefanni Brasil, the Co-founder and Educator at hexdevs about why teams should agree on conventions before coding starts, the value of writing decisions down for our future-selves.

The Rabbit Hole: 276. How To Stand Out as a Software Engineer? (with Dan and Genesis)
Companies receive a large number of applications during the recruitment process which places extra pressure on candidates to stand out amongst the masses.

Developer Tea: Better Goals - Deriving Values from Personal Investment and Risk Tolerance
Having trouble setting goals? Take a look at a different angle with the guided exercise in today's episode.

WP Builds: 299 – When The Client Turns Web Designer (Although We Hardly Talk About That)
Today we are talking about when the client turns into a web designer!

WP Briefing: Episode 41: WordPress 6.1 Sneak Peek with Special Guest Nick Diego
In the forty-first episode of the WordPress Briefing, peek into the upcoming WordPress 6.1 release with our host, Josepha Haden Chomphosy, and the release’s Editor Triage Lead, Nick Diego.

Reading and Viewing


Best IDE For Codeigniter Development To Consider In 2022
A list of IDEs that can help you create an awesome web application with minimal effort.

Laravel Works With Large Database Records Using The Chunk Method
Your application database records will increase by every day. As a developer, we faced performance and server memory issues when working with large table records.

PHP Development Tools for Efficient PHP Developers
Raindrops Infotech and our skilled PHP developers have compiled a list of a few quintessential PHP Development Tools to be used in 2022 for effective services.

There Are Two Types of Developers — Those Who Get Blocked and Those Who Don’t
Good developers find a solution or make a solution, they refuse to get blocked.

The Only 3 Steps You Need To Write Proper Code
Test Driven Development made easy.

PHP 8.1 Features, One Year Later
Closing on one year after PHP 8.1 publication, we can take a look at the published features, and how they are doing in current code.

Interesting Projects, Tools and Libraries


leongrdic/php-dataplater
template engine that uses HTML data-* attributes so your templates look great before rendering.

loipham/assets-management
Assets Management For Laravel.

nberces/coerce
A utility class that straddles the line between validation and sanitization.

blesta/proration
A proration calculator.

choccybiccy/telegrambot
Library for building better Telegram bots.

dflydev/common-domain-model-identity-ramsey
Implementation of identity for domain models using ramsey/uuid.

seromenho/tripadvisor-review-express-api
wrapper for the Tripadvisor Review Express API.

rawphp/laravel-auto-update
Auto-Updater for Laravel Projects.

christianatmoney/livewire-status-board
Livewire component to show models/data according to its current status.

spatie/filament-markdown-editor
A markdown editor for Filament with code highlighting and image uploads.

laravel-shift/curl-converter
Online tool to convert `curl` requests to Laravel `Http` requests.

Jobs

Do you have a position that you would like to fill? PHP Weekly is ideal for targeting developers and the cost is only $75/week for an advert.



Please let me know if you are interested by emailing me at articles@phpweekly.com

Please help us by clicking to our sponsor:

 Better than Managed Cloud HostingBetter than Managed Cloud Hosting
You already know about lots of "Managed cloud hosting" providers. But have you ever thought how much you can save if you can manage all your cloud servers at one place? At least 40%. Try a self-managed cloud hosting once, For FREE.



Sponsor this newsletter

So, how did you like this issue?

Like us on FacebookFollow us on Twitter
We are still trying to grow our list. If you find PHP Weekly useful please tweet about us! Thanks
Also, if you have a site or blog related to PHP then please link through to our site.
unsubscribe from this list  
 

Protect your PHP code with SourceGuardian 13. Free trial.

Copyright © 2022 PHP Weekly, All rights reserved.
Because you signed for it!
Our mailing address is:
PHP Weekly
Rotterdam House
116 Quayside
Newcastle Upon Tyne, NE1 3DY
United Kingdom
 

 

Key phrases

Older messages

PHPWeekly October 13th 2022

Thursday, October 13, 2022

Curated news all about PHP. Here's the latest edition Is this email not displaying correctly? View it in your browser. PHP Weekly 13th October 2022 Hi everyone, Are you the type of person who

PHPWeekly October 6th 2022

Thursday, October 6, 2022

Curated news all about PHP. Here's the latest edition Is this email not displaying correctly? View it in your browser. PHP Weekly 6th October 2022 Hi everyone, The first newsletter for October and

PHPWeekly July 7th 2022

Thursday, July 7, 2022

Curated news all about PHP. Here's the latest edition Is this email not displaying correctly? View it in your browser. PHP Weekly 7th July 2022 Hi everyone, Hope you're all having a good week.

PHPWeekly June 30th 2022

Thursday, June 30, 2022

Curated news all about PHP. Here's the latest edition Is this email not displaying correctly? View it in your browser. PHP Weekly 30th June 2022 Hi everyone, This week has been a fun week in terms

PHPWeekly June 23rd 2022

Thursday, June 23, 2022

Curated news all about PHP. Here's the latest edition Is this email not displaying correctly? View it in your browser. PHP Weekly 23rd June 2022 Hi everyone, First of all we would like to thank the

You Might Also Like

Akira Ransomware Gang Extorts $42 Million; Now Targets Linux Servers

Saturday, April 20, 2024

THN Daily Updates Newsletter cover Webinar -- The Future of Threat Hunting Is Powered by Generative AI From Data to Defense: Step Into the Next Era of Cybersecurity with CensysGPT Download Now

Dot Leap 2024-7: Fat Stacks and Race Tracks

Saturday, April 20, 2024

Thank you for taking the Dot Leap!We cover Polkadot, Kusama, Polkadot-SDK, and all related Web 3.0 projects! Want your content featured? X ... ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌

📧 Introduction to Distributed Tracing With OpenTelemetry in .NET

Saturday, April 20, 2024

​ Introduction to Distributed Tracing With OpenTelemetry in .NET Read on: m​y website / Read time: 5 minutes BROUGHT TO YOU BY ​ Shesha: The .NET Open-Source Low-Code Framework ​ Introducing Shesha, a

a16z’s Infrastructure team gets a new general partner

Friday, April 19, 2024

Post News is shutting down and Wall Street isn't feeling a Salesforce-Informatica pairing View this email online in your browser By Christine Hall Friday, April 19, 2024 Image Credits: Andreessen

New Roundtable! Additive for Mass Production Applications

Friday, April 19, 2024

The Outlook for the Future View this email in your browser engineering.com Roundtable - Additive for Mass Production Applications: The Outlook for the Future 6 Considerations for Choosing the Right

📷 What to Know About Macro Photography — Why You Should Buy a Budget Motherboard

Friday, April 19, 2024

Also: How to Automatically Highlight Values in Excel, and More! How-To Geek Logo April 19, 2024 📩 Get expert reviews, the hottest deals, how-to's, breaking news, and more delivered directly to your

Is the wind going out of the AI sails?

Friday, April 19, 2024

Rippling vacuums up venture capital and Ramp bags more millions View this email online in your browser By Haje Jan Kamps Friday, April 19, 2024 Image Credits: Getty Images / Carol Yepes Welcome to

Llama 3 is out - Weekly News Roundup - Issue #463

Friday, April 19, 2024

Plus: brand-new, all-electric Atlas; AI Index Report 2024; Microsoft pitched GenAI tools to US military; Humane AI Pin reviews are in; debunking Devin; and more! ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏

Daily Coding Problem: Problem #1417 [Easy]

Friday, April 19, 2024

Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Wayfair. You are given a 2 x N board, and instructed to completely cover the board with

Charted | How Hard Is It to Get Into an Ivy League School? 🎓

Friday, April 19, 2024

We detail the admission rates and average annual cost for Ivy League schools, as well as the median SAT scores required to be accepted. View Online | Subscribe Presented by: Discover the motivations