PHP code example of ozi / ozi_script

1. Go to this page and download the library: Download ozi/ozi_script library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

ozi / ozi_script example snippets

  
  
fab(); // Default FAB style  
  
  
PluginName("param1", "param2", "param3", "param4");  
bash  
php --version  
composer --version  
bash  
composer create-project ozi/ozi_script projectName  
bash  
php ozi serve  
bash  
php ozi serve 5000  

projectName/
├── Assets/
├── Components/
│   ├── Comp_files/
│   └── Index.php
├── Cores/
│   ├── Cores_files/
│   └── HandleLogin.php
├── Screens/
├── System_files/
│   ├── ozi_command/
│   ├── Cssd.php
│   ├── Jsd.php
│   ├── Router.php
│   ├── Plugins/
│   └── Widgets/
├── .htaccess
├── Call_bk_request.php
├── Create_bk_request.php
├── Index.php
├── Manifest.json
├── Offline.html
├── Ozi
├── sw.js
├── System_config.php
├── Ui_config.php
└── View.php
bash  
php ozi widget <widget_name> install  
bash  
php ozi widget fab install  
bash  
php ozi widget <widget_name> remove  
bash  
php ozi plugin <plugin_name> install