Skip to content

Commit

Permalink
chore: rename atoolo-resource-loader to atoolo-resource
Browse files Browse the repository at this point in the history
  • Loading branch information
sitepark-veltrup committed Oct 26, 2023
1 parent 3cf51bd commit a4dce44
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 14 deletions.
12 changes: 2 additions & 10 deletions README.md
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.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "atoolo/resource-loader",
"description": "Loading of pre-produced data",
"name": "atoolo/resource",
"description": "Handle pre-produced data",
"license": "MIT",
"type": "library",
"authors": [{
Expand All @@ -9,12 +9,12 @@
}],
"autoload": {
"psr-4": {
"Atoolo\\ResourceLoader\\": "src"
"Atoolo\\Resource\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"Atoolo\\ResourceLoader\\Test\\": "test"
"Atoolo\\Resource\\Test\\": "test"
}
},
"minimum-stability": "dev",
Expand Down

0 comments on commit a4dce44

Please sign in to comment.