PHPackages                             larafony/docs - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. larafony/docs

ActiveLibrary[Framework](/categories/framework)

larafony/docs
=============

Official documentation for Larafony Framework

1.0.0(6mo ago)011MITPHPPHP &gt;=8.1

Since Dec 23Pushed 6mo agoCompare

[ Source](https://github.com/DJWeb-Damian-Jozwiak/larafony-docs)[ Packagist](https://packagist.org/packages/larafony/docs)[ RSS](/packages/larafony-docs/feed)WikiDiscussions main Synced today

READMEChangelog (1)DependenciesVersions (2)Used By (1)

Larafony Documentation
======================

[](#larafony-documentation)

Official documentation for [Larafony Framework](https://larafony.com) - Modern PHP 8.5 framework built for clarity, not complexity.

Structure
---------

[](#structure)

```
larafony-docs/
├── getting-started/     # Introduction, structure, bootstrap
├── architecture/        # Container, config, auth, cache
├── http/               # Controllers, middleware, HTTP client
├── database/           # Schema builder, query builder, models
├── views/              # Blade templates, Inertia.js, validation
├── security/           # Encryption, sessions, cookies
├── communication/      # Mail
├── utilities/          # Logging, events
├── async/              # Queue, jobs, WebSockets
├── debugging/          # DebugBar, error handling
├── bridges/            # Third-party integrations
└── meta.json           # Navigation structure and metadata

```

Usage
-----

[](#usage)

### As Source of Truth

[](#as-source-of-truth)

This repository serves as the single source of truth for all Larafony documentation. It's consumed by:

- **[larafony.com](https://larafony.com)** - Official documentation website
- **[larafony-mcp](https://github.com/DJWeb-Damian-Jozwiak/larafony-mcp-assistant)** - MCP server for AI assistants

### File Format

[](#file-format)

Each documentation file uses Markdown with YAML frontmatter:

```
---
title: "Page Title"
description: "Brief description for SEO"
---

# Page Title

Content goes here...
```

### Navigation Structure

[](#navigation-structure)

The `meta.json` file defines the documentation structure:

```
{
  "sections": [
    {
      "id": "section-id",
      "title": "Section Title",
      "icon": "bootstrap-icon-name",
      "pages": [
        {"file": "page.md", "title": "Page Title", "slug": "url-slug"}
      ]
    }
  ]
}
```

Contributing
------------

[](#contributing)

1. Fork this repository
2. Edit or add Markdown files
3. Update `meta.json` if adding new pages
4. Submit a pull request

License
-------

[](#license)

MIT License. Larafony-docs is open-sourced software licensed under the [MIT license](https://opensource.org/license/MIT).

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance67

Regular maintenance activity

Popularity1

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

193d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/41979fa3adf74e308157185e30a99c93795d8bb8c33f35dbcef030cb3c9865c2?d=identicon)[damek24](/maintainers/damek24)

---

Top Contributors

[![damek24](https://avatars.githubusercontent.com/u/11960180?v=4)](https://github.com/damek24 "damek24 (2 commits)")

### Embed Badge

![Health badge](/badges/larafony-docs/health.svg)

```
[![Health](https://phpackages.com/badges/larafony-docs/health.svg)](https://phpackages.com/packages/larafony-docs)
```

###  Alternatives

[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k39.6M297](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
