Download the PHP package lizzyman04/fluxor-php without Composer

On this page you can find all versions of the php package lizzyman04/fluxor-php. 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 fluxor-php

Fluxor Logo

Fluxor PHP Framework

The lightweight PHP framework with file-based routing and elegant Flow syntax.

[![Latest Stable Version](https://poser.pugx.org/lizzyman04/fluxor-php/v/stable)](https://packagist.org/packages/lizzyman04/fluxor-php) [![Total Downloads](https://poser.pugx.org/lizzyman04/fluxor-php/downloads)](https://packagist.org/packages/lizzyman04/fluxor-php) [![License](https://poser.pugx.org/lizzyman04/fluxor-php/license)](https://packagist.org/packages/lizzyman04/fluxor-php) [![PHP Version Require](https://poser.pugx.org/lizzyman04/fluxor-php/require/php)](https://packagist.org/packages/lizzyman04/fluxor-php) Powered by Fluxor Core [![Core Version](https://poser.pugx.org/lizzyman04/fluxor/v/stable)](https://packagist.org/packages/lizzyman04/fluxor) [![Core Downloads](https://poser.pugx.org/lizzyman04/fluxor/downloads)](https://packagist.org/packages/lizzyman04/fluxor)

📚 Documentation🐙 GitHub 📦 Packagist


📖 Documentation

Full documentation available at: 👉 https://lizzyman04.github.io/fluxor-php

The documentation includes:

🚀 Quick Start

Visit http://localhost:8000

✨ Features at a Glance

### 🎯 File-based Routing Routes defined by folder structure - like Next.js ### 💎 Elegant Flow Syntax Ultra-clean, chainable route definitions
### 🎨 Views & Layouts Template system with sections and layouts ### 🔧 Controllers Organize your application logic
### 🛡️ Middleware & Security CSRF protection, sessions, request filtering ### 🛠️ Utilities & Helpers Global helpers for common tasks

📁 Project Structure

After installation, your project will contain:

💎 Quick Example

🌟 Key Features

Feature Description
🎯 File-based Routing Routes defined by folder structure - like Next.js
💎 Flow Syntax Ultra-clean, chainable route definitions
🎨 View System Layouts, sections, stacks, and partials
🔧 Controllers MVC architecture with base controller
🛡️ Security First Built-in CSRF, XSS protection, secure sessions
🚦 Middleware Flexible request filtering (global + per-route)
🎭 Error Handling Hierarchical error pages (404, 500, etc.)
🔧 Zero Config Auto-detects base path and URL
🌍 Environment Support Built-in .env file parser with type casting
🛠️ Utilities Global helpers (env(), base_path(), abort(), etc.)
Performance Boot under 10ms, memory footprint ~2MB
📦 Zero Dependencies Just pure PHP, no external packages

📊 Stats & Star History

| Fluxor PHP (Skeleton) | Fluxor Core (Engine) | |:---------------------:|:--------------------:| | ![GitHub Last Commit](https://img.shields.io/github/last-commit/lizzyman04/fluxor-php?style=flat-square) ![Packagist Stars](https://img.shields.io/packagist/stars/lizzyman04/fluxor-php?style=flat-square) | ![Core Release](https://img.shields.io/github/v/release/lizzyman04/fluxor?style=flat-square&label=Release) ![Core Last Commit](https://img.shields.io/github/last-commit/lizzyman04/fluxor?style=flat-square) ![Core Downloads](https://img.shields.io/packagist/dt/lizzyman04/fluxor?style=flat-square) |

Star History Chart

🚦 Requirements

📦 Installation

📄 License

MIT License - see LICENSE file for details.

🙏 Acknowledgments


Fluxor - Build elegant PHP applications with joy! 🎉


All versions of fluxor-php with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1
lizzyman04/fluxor Version ^1.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 lizzyman04/fluxor-php contains the following files

Loading the files please wait ...