PHP code example of composer-fallback / php-80.symfony-polyfill
1. Go to this page and download the library: Download composer-fallback/php-80.symfony-polyfill library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
composer-fallback / php-80.symfony-polyfill example snippets
shell
composer
shell
composer up
...
Package operations: 2 installs, 0 updates, 0 removals
- Installing acme/lib (1.0)
- Installing composer-fallback/php-80.symfony-polyfill (1.1)
shell
composer up
...
Package operations: 3 installs, 0 updates, 0 removals
- Installing acme/lib (1.0)
- Installing composer-fallback/php-80.symfony-polyfill (1.0)
- Installing symfony/polyfill-php80 (1.0)