Download the PHP package hdnet/cdn-fastly without Composer
On this page you can find all versions of the php package hdnet/cdn-fastly. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download hdnet/cdn-fastly
More information about hdnet/cdn-fastly
Files in hdnet/cdn-fastly
Download hdnet/cdn-fastly
More information about hdnet/cdn-fastly
Files in hdnet/cdn-fastly
Vendor hdnet
Package cdn-fastly
Short Description Extension for handling TYPO3 requests for better CDN integration in fastly.
License GPL-2.0-or-later
Package cdn-fastly
Short Description Extension for handling TYPO3 requests for better CDN integration in fastly.
License GPL-2.0-or-later
Please rate this library. Is it a good library?
Informations about the package cdn-fastly
EXT:cdn_fastly
Extension for handling TYPO3 requests for better CDN integration in fastly.
Installation
Run composer require hdnet/cdn-fastly in your project root.
It will automatically install the extension and all its dependencies.
Development
- Clone repository
git clone [email protected]:HDNET/cdn_fastly.git - Install dependencies
composer install - Run tests
composer test - Or use the Dockerfile instead e.g.
docker run -u $(id -u):$(id -g) -v $(pwd):/app -w /app --rm -it $(docker build -q -f Resources/Private/Build/Dockerfile .) sh
Configuration
- Install the extension (Documentation)
- Include the static TypoScript of the extension
- traditional syntax:
<INCLUDE_TYPOSCRIPT: source="FILE:EXT:cdn_fastly/Configuration/TypoScript/setup.typoscript"> - modern syntax:
@import 'EXT:cdn_fastly/Configuration/TypoScript/setup.typoscript
- traditional syntax:
- Set the following TypoScript variables via constant editor in the TYPO3 Template module
- plugin.tx_cdnfastly.settings.fastly.apiKey
- plugin.tx_cdnfastly.settings.fastly.serviceId
Fastly
TYPO3
PSR Information
All versions of cdn-fastly with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.2||^7.3||^7.4||^8.0||8.1
typo3/cms-core Version ^11.5
typo3/cms-backend Version ^11.5
typo3/cms-extbase Version ^11.5
typo3/cms-core Version ^11.5
typo3/cms-backend Version ^11.5
typo3/cms-extbase Version ^11.5
The package hdnet/cdn-fastly contains the following files
Loading the files please wait ...