Fresh selection with links to news and materials. In the release: Laravel 7 and CodeIgniter 4 releases, v2 attributes and other RFC sentences from PHP Internals, a portion of useful tools, videos, podcasts and much more.
Enjoy reading!
News and Releases
- CodeIgniter 4.0 β 5 . , . PHP 7.2+, PSR-1,3,4.
- :
β’ , 12 : BeerPHP
β’ -, 13 : BeerPHP SPB Meetup #2
β’ , 16 : 2- PHP-
β’ , 26 : 3- PHP-
β’ , 28 : 2- PHP-
β’ skyeng/php-communities β PHP-, .
PHP Internals
- [RFC] Attributes v2 β PHP
<<...>>
. . , .use Doctrine\ORM\Mapping as ORM;
<<ORM\Entity(["repositoryClass" => UserRepository::class])>>
<<ORM\Table("users")>>
class User
{
<<ORM\Id, ORM\Column, ORM\GeneratedValue>>
public int $id;
<<ORM\Column(["unique" => true])>>
public string $email;
<<ORM\ManyToOne()>>
public ?Address $address;
}
- [RFC] Increment/Decrement Fixes β , / . :
<?php
$a = [];
$a = ++$a;
$a = $a + 1;
PHP 8 TypeError
. - [RFC] Stringable β Nicolas Grekas . PHP 8 union-
string|Stringable
, , __toString()
. . - [PR] Make sorting stable β PHP . , (). . , .

Symfony
Laravel
Yii
Laminas
Async PHP

/
Thank you for the attention!
If you notice a mistake or inaccuracy - please inform me in PM .
Questions and suggestions write to mail or twitter .
More news and comments on the PHP Digest Telegram Channel .
Send link
Search links for all digests
β Previous release: PHP Digest No. 174