We are currently revising lots of libraries, services and APIs in ILIAS. This overview contains also links to legacy or deprecated services if the are still being used in the core ILIAS code and subject to ongoing refactorings.
This list does not contain information on third party libraries being used. You will find these in the libs directory.
ILIAS core libs are located in the src folder. There are special guidelines for contributions to these libs.
- DI: Dependency Injection Container
- Data: Standard Data Types
- Refinery: Input and Data Processing
- HTTP: PSR-7 HTTP Request and Response Handling
- Filesystem: Filesystem Access
- FileUpload: File Upload Handling
- ResourceStorage: Store and manage resources (e.g. uploaded files)
- BackgroundTasks: Background Task Management
- UI: User Interface Framework
- GlobalScreen: Layout Mediator
- KioskMode: Kiosk Mode
- Setup: Mechanics for the Setup, contains the ArtifactBuilder
Services provide general functionalities used in the modules or in other services, e.g. the role based access system or the news system.
Persistence
- Database: Database Access
- ActiveRecord: Active Record
Processing
- Cron: Cron Job Management
Objects and Repository
- Object: Objects Service
- Conditions: Pre-Conditions for Repository Objects
Content and Output
- Template Engine: Core Template Engine
- UI Controller: User Interface Control Flow Management
- Legacy UI: Beside the current UI framework you will still find some legacy UI components in ILIAS code. Their documentation is still available in the development guide.
- COPage: Page Content Editor
- AdvancedMetadata: Advanced Metadata
- Excel: Spreadsheet Service
Communication and Information
Learning Outcomes
- Certificate: Certificate Management
- LearningHistory: Learning History
- Skill: Competence Management
[WIP]