# bazalt-old **Repository Path**: mirrors_esvit/bazalt-old ## Basic Information - **Project Name**: bazalt-old - **Description**: This is enviroment for create web applications (CMF) the base of which developed content management system (CMS) - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-03-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README BAZALT [![Build Status](https://travis-ci.org/Equalteam/bazalt.png)](https://travis-ci.org/Equalteam/bazalt) [![Still Maintained](http://stillmaintained.com/stillmaintained/stillmaintained.png)](http://stillmaintained.com/Equalteam/bazalt) ====== ![BAZALT](https://github.com/Equalteam/bazalt/wiki/assets/images/bazalt-logo.png) This is enviroment for create web applications (CMF) the base of which developed content management system (CMS). Using the framework BAZALT allows you to create websites and web applications for different purposes and levels of complexity. The structure framework implements the principles of MVC and allows efficient separate functional development of parts management, algorithmic processing, and implementation of user interface. Features -------- - simple, fast and easy to use (extremely lightweight); - easy access to the database because of its lightweight and simple ORM; - MVC implementation; - templates for using Twig and native PHP; - multisite on one and the same engine; - multi-language interface and content; - modularity; - RBAC (Role Based Access Control); - search-engine friendly URLs + flexible URI routing; - error logging; - 100% Object Oriented Programming with autoloading; Technologies (Integrated features) ------------ * Javascript - RequireJS (AMD modules) - jQuery and AngularJS build-in frontend * PHP - REST [Tonic](http://peej.github.io/tonic/) - [Imagine](http://imagine.readthedocs.org/en/latest/) - [lessphp](http://leafo.net/lessphp/) - [Twig](http://twig.sensiolabs.org/) Development ----------- At first download and install [npm manager](https://npmjs.org/) ``` git clone https://github.com/Equalteam/bazalt.git . npm install bower install php composer install grunt ```