aoe / asdis
This package is abandoned and no longer maintained.
No replacement package was suggested.
There is no license information available for the latest version (11.2.0) of this package.
Distributes on page assets onto multiple servers.
11.2.0
2024-11-04 14:15 UTC
Requires
- php: ^8.0
- typo3/cms-backend: ^11.5 || ^12.4
- typo3/cms-core: ^11.5 || ^12.4
- typo3/cms-extbase: ^11.5 || ^12.4
- typo3/cms-frontend: ^11.5 || ^12.4
- typo3/cms-reports: ^11.5 || ^12.4
Requires (Dev)
- phpcompatibility/php-compatibility: ^9.3
- phpmd/phpmd: *
- phpstan/phpstan: ^1.10
- rector/rector: ^1.0
- symplify/easy-coding-standard: 12.1.14
- symplify/phpstan-rules: 12.4.8
- typo3/testing-framework: ^7.0 || ^8.0
- dev-main
- 11.2.0
- 11.1.0
- 11.0.17
- 11.0.16
- 11.0.15
- 11.0.14
- 11.0.13
- 11.0.12
- 11.0.11
- 11.0.10
- 11.0.9
- 11.0.8
- 11.0.7
- 11.0.6
- 11.0.5
- 11.0.4
- 11.0.3
- 11.0.2
- 11.0.1
- 11.0
- 9.1.9
- 9.1.8
- 9.1.7
- 9.1.6
- 9.1.5
- 9.1.4
- 9.1.3
- 9.1.2
- 9.1.1
- 9.1.0
- 9.0.1
- 9.0.0
- 8.1.3
- 8.1.2
- 8.1.1
- 8.1.0
- 8.0.1
- 8.0.0
- 7.0.0
- 2.1.1
- 2.1.0
- 2.0.1
- 2.0.0
- 1.1.1
- 1.1.0
- 1.0.9
- 1.0.8
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- 0.1.4
- 0.1.3
- dev-feature/typo3v12
- dev-TYPO3_11
- dev-TYPO3_10
- dev-feature/typo3_11_codestyle
- dev-TYPO3_8
This package is auto-updated.
Last update: 2025-07-24 08:09:59 UTC
README
this project will no longer be developed
Build information
Asset Distribution - A TYPO3 Extension which enables you to rewrite urls of resources to help you integrate CDNs.
Download / Installation
You can download and install this extension from the TER (TYPO3 Extension Repository).
Documentation
The documentation is available online at docs.typo3.org.
License
License: GPLv3 or later. See LICENSE.
Contributing
1. Fork the repository on Github
2. Create a named feature / bugfix branch (like `feature_add_something_new` or `bugfix\thing_which_does_not_work`)
3. Write your change
4. Write tests for your change (if applicable)
5. Run the tests, ensuring they all pass
6. Submit a Pull Request using Github