Popularity
2.5
Stable
Activity
0.0
Stable
146
7
24

Code Quality Rank: L5
Programming language: PHP
License: MIT License
Tags: Markdown     Documentation     Docs     Laravel     Phpdoc     Git     Codex    
Latest version: v2.0.0-beta

Codex alternatives and similar software solutions

Based on the "Wikis" category.
Alternatively, view Codex alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Codex or a related project?

Add another 'Wikis' Software solution

README

Codex 2 - BETA!

GitHub Version Total Downloads Documentation Source License

Introduction

Codex is a file-based documentation platform built on top of Laravel. It's completely customizable and dead simple to use to create beautiful documentation.

Codex is able to do things like transforming markdown or automaticaly fetching documentation from a Bitbucket/Github repositories. Most of it's features are provided by addons. Codex is extenable, themeable, hackable and simple to setup and use.

The package follows the FIG standards PSR-1, PSR-2, and PSR-4 to ensure a high level of interoperability between shared PHP code.

Features

  • Laravel 5
  • Markdown, Creole or custom document parsers
  • Host a unlimited number of projects/manuals with accompanying versions
  • Extenable, themeable, hackable
  • Simple to setup and use
  • Syntax Highlighting
  • Easy navigation defined in YAML
  • SEO Friendly URLs
  • Default theme build on Laravels theme
  • Multiple storage methods (local, dropbox, amazon, etc)
  • Can be installed as stand-alone or sub-component in your own (Laravel) project.
  • (Addon Feature) Github/Bitbucket (auto webhook) synchronisation based on tags/branches.
  • (Addon Feature) Smooth working, custom PHPDoc integration
  • (Addon Feature) Access restriction on projects using Github/Bitbucket login
  • Much, much more!

Documentation

Check out the official documentation.

Installation

composer create-project codex/codex --stability=beta
cd codex
php artisan serve

License

Copyright (c) 2015 Robin Radic, [MIT License](LICENSE.md)


*Note that all licence references and agreements mentioned in the Codex README section above are relevant to that project's source code only.