https://github.com/slub/slub-profile-service
SitePackage, Configuration of the SLUB Profile Service
https://github.com/slub/slub-profile-service
Last synced: 5 months ago
JSON representation
SitePackage, Configuration of the SLUB Profile Service
- Host: GitHub
- URL: https://github.com/slub/slub-profile-service
- Owner: slub
- License: gpl-3.0
- Created: 2021-10-07T14:13:33.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-12-18T09:32:43.000Z (over 1 year ago)
- Last Synced: 2025-10-25T09:35:53.471Z (9 months ago)
- Language: PHP
- Size: 20.5 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TYPO3 Extension `slub_profile_service`
[](https://typo3.org/)
SitePackage extension for the SLUB Profile Service.
## 1 Usage
### 1.1 Installation using Composer
The recommended way to install the extension is using [Composer][1].
Run the following command within your Composer based TYPO3 project:
```
composer require slub/slub-profile-service
```
## 2 Administration corner
### 2.1 Release Management
News uses [semantic versioning][2], which means, that
* **bugfix updates** (e.g. 1.0.0 => 1.0.1) just includes small bugfixes or security relevant stuff without breaking changes,
* **minor updates** (e.g. 1.0.0 => 1.1.0) includes new features and smaller tasks without breaking changes,
* **major updates** (e.g. 1.0.0 => 2.0.0) breaking changes wich can be refactorings, features or bugfixes.
[1]: https://getcomposer.org/
[2]: https://semver.org/