
Nova seleção com links para notícias e materiais. No lançamento: PHP 8 beta 3, nova sintaxe de atributo adotada no PHP 8, Zephir tudo, um monte de ferramentas úteis, artigos, vídeos, podcasts.
Gostar de ler!
Notícias e lançamentos
- PHP 8 beta 3 - O último beta do ciclo. O próximo lançamento será RC 1, previsto para 17 de setembro.
- PHP 7.4.10 , PHP 7.3.22
- Zephir Phalcon — Zephir PHP- Phalcon , Zephir , Phalcon 5 PHP.
- WordPress PHP. Matt Mullenweg, PHP 5.6 . PHP ≤5.6 21.6% WP.
PHP Internals
[RFC] Shorter Attribute Syntax Change — - . #[Attribute].#[ ORM\Entity, ORM\Table("user") ] class User { #[ORM\Id, ORM\Column("integer"), ORM\GeneratedValue] private $id; #[ORM\Column("string", ORM\Column::UNIQUE)] #[Assert\Email(["message" => "The email '{{ value }}' is not a valid email."])] private $email; }
,@@AttrPR.#[ ], .
// #[ORM\Entity] #[ORM\Table("user")] // #[ ORM\Entity, ORM\Table("user") ]
.
[RFC] any() and all() on iterables — :
any(iterable $input, ?callable $callback = null): bool— , ,true.
all(...)—true,true.
:
// $satisifes_predicate = false; foreach ($item_list as $item) { if (API::satisfiesCondition($item)) { $satisfies_predicate = true; break; } } if (!$satisfies_predicate) { throw new APIException("No matches found"); } // if (!any($item_list, fn($item) => API::satisfiesCondition($item))) { throw new APIException("No matches found"); }
- Pest 0.3 — PHPUnit, . PhpStorm Pest IntelliJ.
- Codeception/Verify 2.0 — PHPUnit Codeception fluent-.
- ramsey/composer-repl —
composer replbobthecow/psysh. - brick/money — . , GMP BCMath. moneyphp/money.
- bassim/super-expressive-php — - . VerbalExpressions/PHPVerbalExpressions.
- phpsci/phpsci-carray — PHP . NumPy.
- github.com/phpwebclient — PSR-18 HTTP-.
- hamlet-framework/type — . , , cast, assert, instanceof . .
Symfony
Laravel
- laravel-orion/laravel-orion — REST API Eloquent- . @alexzarbn.
- Statamic 3 — CMS Laravel.
- Laravel-.
Legacy Laravel: .
Laravel 8 — ? — 8 .
Laravel– (24 – 6 2020)
Laravel Worldwide Meetup #2: Neo Ighodaro and Michael Dyrynda
Yii
- yiisoft/auth — Yii 3 , , PSR-15 middleware .
- yiisoft/strings — .
Async PHP
- PHP- « » — ( , ).
- : 1 — , -.
- unserialize() PHP — .
- (psalm) .
- PHP FFI.
- Xdebug + Docker + PhpStorm, .
- Anna Filina — Anna Filina PHP:
Xdebug Windows Subsystem For Linux 2 (WSL2).
PHP-.
: .
PHP.
. ? — .
Lingualeo PostgreSQL 23 — PHP . : .
20_20 — , — .
/
Tobias Nyholm async-aws/aws AWS.
IT , .
PHP Internals News # 67 - Derik Xdebug fala consigo mesmo sobre uma nova expressão match. Leia mais sobre a históriamatchdo PHP no post .
Podlodka # 180 - PHP - Lançamento do lendário podcast Submarine apresentando Nikita Popov e eu.
Obrigado pela atenção!
Se você notar um erro ou imprecisão, informe-nos pessoalmente .
Perguntas e sugestões por escrito para e - mail ou twitter .
Mais notícias e comentários no canal PHP Digest Telegram .
Enviar link
Links de busca em todos os resumos
← Número anterior: PHP-Digest # 186