All Projects → bcinarli → misto

bcinarli / misto

Licence: other
Rapid prototyping for HTML template demos, static webpages or single page apps.

Programming Languages

PHP
23972 projects - #3 most used programming language
ApacheConf
554 projects

About Misto

Misto is a PHP based micro framework for rapid prototyping HTML template demos, static webpages or single page apps.

Why Misto is Different?

It is ready to use, no installation needed. Copy the files and add your pages. Misto has its own router class to parse url and show the related page files.

You can manage displays according to different user types for demo pages with the help of the authentication class. Misto lacks database :) There is no database connection and database related functions. Because of this, it uses a primitive session management to differantiate the user type.

Navigation and Url classes are used for creating site navigations, setting selected menus and building urls on the fly.

Overall, it has all your needs to build scalable website or large documentation files, or html demos for your clients.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].