Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Atomic Framework Documentation

Atomic is a modular PHP framework built on Fat-Free Framework. This documentation gives a high-level overview of the framework modules and links to focused docs for specific subsystems.

Installation

composer require atomic/framework

Requirements:

  • PHP >=8.1
  • bcosca/fatfree-core ^3.9.1

Package Overview

Atomic is organized into modules such as:

  • Core
  • App
  • Theme
  • Tools
  • Queue
  • Scheduler
  • Auth
  • Session
  • Hook
  • Event
  • Mail
  • Lang
  • Mutex
  • Files
  • Plugins

Top-level Docs

  • ai_connector.md
  • applications.md
  • assets.md
  • atomic_core.md
  • atomic_methods.md
  • atomic_pdf.md
  • atomic_xls.md
  • cli.md
  • config.md
  • database.md
  • errorhandler.md
  • event.md
  • head.md
  • hook.md
  • i18n.md
  • log.md
  • mailer.md
  • middleware.md
  • migrations.md
  • model.md
  • mutex.md
  • nonce.md
  • notifier.md
  • opengraph.md
  • plugins.md
  • prefly.md
  • queue.md
  • rate_limit.md
  • request.md
  • scheduler.md
  • security.md
  • session.md
  • theme.md
  • testing_guide.md
  • telegram.md
  • telemetry.md
  • template.md
  • transient.md
  • websockets.md

Detailed plugin and subsystem docs also exist in nested documentation folders.