
Nova seleção com links para notĂcias e materiais. No lançamento: O candidato a lançamento do PHP 8.0 mais recente antes do lançamento final e materiais novos sobre PHP 8, RFCs e discussĂ”es do PHP Internals, uma porção de ferramentas Ășteis, fluxos, podcasts e artigos.
Gostar de ler!
NotĂcias e lançamentos
- PHP 8.0 RC 4 â - PHP 8, 26 .
PHP 8:
- Larry Garfield: .
PHP 8 Spatie.- PHP 8 `@` , :
E_ERROR,E_CORE_ERROR,E_COMPILE_ERROR,E_USER_ERROR,E_RECOVERABLE_ERROR,E_PARSE. - WeakMap PHP 8 .
- JIT PHP 8.
, PHP 8 PECL. - Dockerfile, . PECL FriendsOfPHP/pickle.RUN curl -L -o /tmp/pickle.phar https://github.com/FriendsOfPHP/pickle/releases/latest/download/pickle.phar; \ mv /tmp/pickle.phar /usr/local/bin/pickle; \ chmod +x /usr/local/bin/pickle; \ pickle install xdebug; \ RUN echo "extension=xdebug.so" >> $PHP_INI_DIR/conf.d/php.ini; \
:RUN mkdir -p /usr/src/php/ext/xdebug && \ curl -fsSL https://pecl.php.net/get/xdebug | \ tar xvz -C "/usr/src/php/ext/xdebug" --strip 1 && docker-php-ext-install xdebug
- phpcommunity.ru â PHP- , , .
: PHP- , 19 ; Online- PHP SimbirSoft, 20 .
PHP Internals
- [Draft] Closure self reference â .
$lambda, .$this.$fibonacci = function (int $n) use (&$fibonacci) { if ($n === 0) return 0; if ($n === 1) return 1; return $fibonacci($n-1) + $fibonacci($n-2); }; // => $fibonacci = function (int $n) { if ($n === 0) return 0; if ($n === 1) return 1; return $lambda($n-1) + $lambda($n-2); }; - [PR] Support for <func>::function syntax â
::function(::fn)::class. , . - [Discussion] Alias for `int|float` â
numbernumericint | float. , TypeScript:type Number = Foo|Bar;.
- mnavarrocarter/php-fetch â fetch WebApi PHP . HTTP- :
use function MNC\Http\fetch; $response = fetch('https://habr.com'); echo $response->status()->code(); // 200 echo buffer($response->body()); // or while (($chunk = $response->body()->read()) !== null) { echo $chunk; } - themsaid/ibis â PDF markdown-.
- i582/phpstats â PHP. VKCOM/noverify, Go.
- mihaeu/dephpend â , .
- httpsoft/http-message â #PSR-7 #PSR-17.
- spatie/crypto â openssl / . .
- icanhazstring/systemctl-php â PHP- systemctl.
Symfony
Laravel
- laravel/breeze â . , Laravel + Tailwind CSS + .
. - spatie/laravel-settings â . .
- ksassnowski/venture â Laravel.
Laravel Podcast S4:E17 â C Christoph Rumpel - Laravel.
spatie/laravel-event-sourcing PHP 8.
Laravel Idea PhpStorm.
Laravelâ (2â8 2020)
Yii
Yii 2020, 7 â Yii 2, Yii 3, Yii 1 .
Async PHP
- clue/reactphp-term â .
- clue/reactphp-utf8 â UTF-8.
PhpStorm
- PhpStorm 2020.3 EAP #6 â Tailwind CSS Xdebug 3.
- PhpStorm .
- IntelliJ Alpine.js â .
- Elephpant Progress Bar â .

VKCOM/kphp â PHP. , .- PHP 7.4 PHP 7.1 rectorphp/rector GitHub Actions. , .
- PHP 8 Psalm.
- php-fig-rectified/fig-rectified-standards â . , PSR-2-R .
/
- PHP Internals News â , Derick Rethans (Xdebug) RFC.
Episode 69: Short Functions â C Larry Garfield / .
Episode 70: Explicit Octal Literal â C George Peter Banyard PHP.
â .
PHPBenelux Virtual Meetup: Damien Seguy â Modernize your PHP with Exakat, Wim Godden â Why and How of moving to PHP 8.
- PHP Docker Compose.
« PHP»: â Yii: , â Cycle ORM , â .
- vincentpontier.com/elephpant/ â ! .
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 # 191