Skip to content

webenfold/cyzer-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CYZER - DOCS.

stability-wip CircleCI Open Source Lovesvg1

What is Cyzer

Cyzer is an OSS (Open Source Software). It is a minimalistic build PHP Framework for all types of modern application. It follows the MVC (Model View Controller) architecture.

This Doumentaion is all about Cyzer Installation, Setup and it's Structure Information in Detail. For more Details about Cyzer - Docs Visit https://cyzer-docs.webenfold.com

Preamble

Cyzer is built to create all types of web sites to super powerful web applications. It has minimal inbuilt functionality. Every functionality is carefully selected to just provide a bare bone-structure for your project. Minimalistic framework structure helps the application build over Cyzer to consume low server resource and provide better performance to end-user.

Cyzer needs no extra juice! It is compatible with almost all web server as it requires PHP, my SQL and Apache to run. It is lightweight, so any LAMP server can run Cyzer.

Cyzer supports add-ons. You add additional functionalities for your Cyzer application by installing addons/plugins AKA (also known as) external controllers. You can install official, self-created or 3rd party addons for your project. These add-ons extend Cyzer functionalities and make your application modular. Cyzer addons support export, import, editing and update functionality directly from SU (Super User) Panel.

Cyzer is secure by default. But you can follow the below-listed tips for better security

  • Do Not Install 3rd Party (UnTrusted) Addons
  • Enable Automatic Updates
  • Use VPS (Virtual Private Server)
  • Use strong password for SU Account

Directory Structure

Cyzer has following directory structure.

  • Admin
    • Assets
      • Bootstrap
      • Css
      • Cyzer-icons
      • Js
      • Media
    • Controllers
      • Ajax
        • App-deploy
          • Upload.php
        • App-view
          • Function.php
        • Get-code
          • Function.php
      • Gateway
        • Login.php
        • Logout.php
        • Session-verify.php
      • Panel
        • Application
          • Deployment
            • Main.php
        • Dashboard
          • Main.php
        • Redner
          • Nav.php
        • Setup
          • Apache
            • Setup.php
          • DB
            • Config-constructor.php
            • Setup.php
          • Su
            • Config-constructor.php
            • Setup.php
          • Config-constructor.php
        • Libraries.php
        • Routing.php
      • Views
        • Instances
          • Ajax
            • App-deploy
              • Deploy.php
              • Upload.php
            • App-model
              • Get-jdb-tables.php
            • App-views
              • View.static.php
            • Get-code
              • Get-code.static.php
            • Update.php
          • Editor
            • App-editor
              • Body.php
            • App.editor.php
          • Gateway
            • Templates
              • Body
                • Login.php
              • Footer
                • Footer.php
              • Header
                • Header.php
                • Title.php
            • Login.php
            • Logout.php
          • Panel
            • App-model
              • Jdb
                • Body.php
              • App-model.php
              • Jdb-editor.php
            • App-view
              • Body.php
            • Application
              • Deployment
                • Body.php
              • Deployment.php
            • Dashboard
              • Body.php
            • Profile
              • Profile-body.php
            • App-view.php
            • Dashboard.php
            • Profile.php
          • Setup
            • Templates
              • Body
                • Db-setup.php
                • Error.php
                • Su-setup.php
                • Welcome.php
              • Footer
                • Footer.php
              • Header
                • Header.php
                • Title.php
            • Install.php
          • Templates
            • Footer
              • Footer.php
            • Header
              • Header.php
              • Nav.php
          • Utils
            • Maintenance.php
            • No-app.php
  • Boot
    • Cyz-shutdown.php
    • Cyz-start.php
    • Start-app.php
    • Start-su-panel.php
  • Comp
    • Core
      • Functions
        • Read-header.php
      • Includes
        • App.db.php
    • Database
      • Base.php
      • Main.php
    • Integration
      • App
        • Compiler
          • View.compiler.php
        • Watcher
          • View.watcher.php
        • Main.php
    • Maintenance
      • Functions.php
      • Main.php
      • Maintenance.php
    • Sandbox
      • Main.php
      • Update.app.php
    • Templating
      • Hooks.php
      • Main.php
    • Update
      • Functions.php
      • Main.php
      • Update.php
    • Base64.mod.php
  • Lib
    • Cache
    • Cmd
      • Main.php
    • File-management
      • Main.php
    • File-upload
      • Main.php
    • Form
      • Main.php
    • Jdb
      • Base.php
      • JDB.php
    • Optimize
      • Main.php
    • Security
      • Main.php
    • Smtp
      • Main.php
    • Sniffer
      • Main.php
    • Usm
      • Base.php
      • Main.php
    • Validator
      • Character.php
      • Input.php
  • Routing
    • Cyz-dir.php
    • Cyz-junction.php
    • Cyz-routing.php
    • Cyz-url-fetch.php
    • Cyz-url-rewrite.php
  • Cyz-version.php
  • About

    No description, website, or topics provided.

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published