
Neue Auswahl mit Links zu Nachrichten und Materialien. In der Version: PHP 8 Beta 3, neue Attributsyntax in PHP 8, Zephir alles, eine ganze Reihe nĂŒtzlicher Tools, Artikel, Videos, Podcasts.
Viel SpaĂ beim Lesen!
Nachrichten und Veröffentlichungen
- PHP 8 Beta 3 - Die letzte Beta im Zyklus. Die nÀchste Veröffentlichung wird RC 1 sein, die am 17. September erwartet wird.
- 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 spricht mit sich selbst ĂŒber einen neuen Ausdruck match. Lesen Sie mehr ĂŒber die Geschichtematchin PHP in der Post .
Podlodka # 180 - PHP - Veröffentlichung des legendÀren Podcasts Submarine mit Nikita Popov und mir.
Vielen Dank fĂŒr Ihre Aufmerksamkeit!
Wenn Sie einen Fehler oder eine Ungenauigkeit bemerken, teilen Sie uns dies bitte persönlich mit .
Fragen und VorschlÀge schreiben Sie an Mail oder Twitter .
Weitere Neuigkeiten und Kommentare zum PHP Digest Telegram-Kanal .
Link senden
Links in allen Digests suchen
â Vorherige Ausgabe: PHP-Digest # 186