RAXON

Create Stunning Web Experiences with PHP and Raxon as Your Foundation

Docs Start Introduction

Introduction

Welcome to our powerful and versatile framework, designed to meet the needs of even the most demanding applications.
Built from the ground up for speed, elegance, and ease of use, this framework provides a solid foundation that can be extended to suit any project requirements.

At its core, the framework has a robust base architecture that is further enhanced by our comprehensive set of 22 native packages.
Leveraging an extensive ecosystem of around 50 third-party packages, we've created a robust and flexible platform that empowers developers to create sophisticated applications with minimal overhead.

Features

News

Welcome to the news section of the documentation. Here you will find the latest updates and announcements related to our project.

  • Date: 2025-08-02
  • Title: Restarting on documentation part 2
  • Summary:
    The new parser was not implemented everywhere and it was still under development.
    The parser can now handle both the frontend / backend system.
    The parser can handle static class method calls and object method calls, see below...
    /** sorting a 'directory read' and order it by name in ascending order **/ 
    /* array $dir */
    {{$dir =  dir.read(config('controller.dir.data') + 
        'Markdown' + 
        string.uppercase.first($request.language) + 
        '/Plugin/Category/'
    )}}
    /* class Raxon\Module\Sort */
    /* object $sort */
    {{$sort = Sort::list($dir)}}
    /* array $dir */
    /* object $sort method with */
    {{$dir = $sort->with(['name' => 'asc'])}}
                        
    A workspace repository is created to create a workable demo installation of the backend and frontend.
  • Date: 2025-05-11
  • Title: Restarting on documentation
  • Summary:
    We are excited to announce that the old parser has been fully replaced by the new parser and we now take it easy on re-documenting everything again.