-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: rename atoolo-resource-loader to atoolo-resource
- Loading branch information
1 parent
3cf51bd
commit a4dce44
Showing
2 changed files
with
6 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,3 @@ | ||
# Atoolo resource loader | ||
# Atoolo resource | ||
|
||
The primary purpose of the resource loader is to load aggregated data from IES (Sitepark's content management system) and make it available in PHP. | ||
|
||
By using different `ResourceLoaderProviders` different data sources and data formats can be supported. | ||
|
||
Resources can be protected. Therefore also a `SecurityFilterChain` is provided, with which the access rights to the resource can be checked. | ||
|
||
The resource would be specified via a location identifier the form | ||
|
||
`scheme:path` or `scheme:id`. | ||
In the Atoolo context, resources from IES (Sitepark's content management system) are aggregated data that can be handled through this library. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters