Download the PHP package ozi/ozi_script without Composer

On this page you can find all versions of the php package ozi/ozi_script. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package ozi_script

πŸš€ Ozi Script Documentation
Version: 0.5

Ozi Script is an easy-to-use web development framework designed to simplify both front-end and back-end web development. Built on modern development principles, it adopts a component-based architecture, where every element is a reusable component. Ozi Script ensures that your projects follow DRY (Don't Repeat Yourself) and KISS (Keep It Simple, Stupid) principles for efficient coding.


Key Features


Installation

Prerequisites

Ensure you have the following installed on your machine:

Step-by-Step Installation

  1. βœ… Verify PHP and Composer installation:

Both commands should return the installed versions.

  1. πŸ“₯ Install Ozi Script:

Replace projectName with your desired project name.

  1. πŸ“‚ Navigate to the project folder:

  2. πŸš€ Start the development server:

By default, the server runs on port 3000. To use a custom port, specify it like this:

  1. 🌍 Open the app in your browser:
    • For default: http://localhost:3000
    • For custom: http://localhost:5000

Congratulations! πŸŽ‰ Ozi Script is successfully installed.


Folder Structure

Here's an overview of the default folder structure for Ozi Script (v0.5):

Detailed Folder Overview

1. Assets/

This folder stores all your project’s media and styling files.

2. Components/

Houses all your app’s screens (pages) and reusable components.

3. Cores/

All back-end logic resides here.

4. Screens/

Contains app route definitions (e.g., home, about, etc.).

5. System_files/

Stores dependencies and essential files for your project.

6. Others


Widgets

What Are Widgets?

Widgets are reusable UI components that come pre-styled and pre-configured. Examples include Floating Action Buttons (FAB) and navbars.

Installing Widgets

Run the following command to install a widget:

Example (to install FAB):

To remove a widget:

Using Widgets

Once installed, call the widget in your component files.

Example: Calling FAB Widget


Plugins

What Are Plugins?

Plugins add advanced functionalities to your project, such as API integrations or complex processing tools.

Installing Plugins

Run the following command to install a plugin:

Using Plugins

After installation, include the plugin in your desired components.

Example: Using a Plugin


Additional Notes

Start building powerful web apps effortlessly with Ozi Script! πŸš€

OziScript #WebDevelopment #PWA #PHP #OpenSource #TechTools #WebDesign #AppDev #Widgets #Plugins


All versions of ozi_script with dependencies

PHP Build Version
Package Version
Requires php Version >=8.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package ozi/ozi_script contains the following files

Loading the files please wait ....