uim ~main

UIM framework for building web applications


To use this package, run the following command in your project's root directory:

Manual usage
Put the following dependency into your project's dependences section:


This package provides sub packages which can be used individually:

uim:core - Core D-Library for the uim framework

uim:oop - D-Library for core OOP functionalities

uim:apps - D-Library for creating and managing apps

uim:caches - D-Library for managing caches

uim:collections - D-Library for collections

uim:commands - D-Library for command management

uim:consoles - D-Library for using consoles

uim:controllers - D-Library for mvc controller management

uim:css - D-Library for working with CSS

uim:entitybases - D-Library for managing entity databases

uim:errors - D-Library for error handling

uim:events - D-Library for event handling

uim:filesystems - D-Library for filesystem management

uim:gui - D-Library for creating guis

uim:html - D-Library for working with HTML

uim:i18n - D-Library for localization

uim:jsonbases - D-Lib for json databases

uim:languages - D-Library for programming languages

uim:logging - D-Library for using logging

uim:models - Libary for mvc models

uim:mvc - D-Library for the mvc pattern

uim:networks - D-Library for creating and managing networks

uim:routings - D-Library for routings in web apps

uim:scriptings - D-Library for scripting

uim:securities - D-Library for secuity management

uim:services - D-Library for handling services

uim:sites - D-Library for creating and managing sites

uim:validations - Validation package for creating and using validators that can easily validate any data.

uim:views - D-Library for view management

uim:web - D-Library for general web uses