PHPackages                             sleekdoc/sleekdoc - 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. [API Development](/categories/api)
4. /
5. sleekdoc/sleekdoc

ActiveLibrary[API Development](/categories/api)

sleekdoc/sleekdoc
=================

This generates a documentation based on class doc-block which able to handle XML and REST api's

010PHP

Since May 20Pushed 10y ago1 watchersCompare

[ Source](https://github.com/sleekdoc/sleekdoc)[ Packagist](https://packagist.org/packages/sleekdoc/sleekdoc)[ RSS](/packages/sleekdoc-sleekdoc/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Sleek Doc Generator
===================

[](#sleek-doc-generator)

### Required Annotations

[](#required-annotations)

In your class, you are required to add annotations such as

`@sleekdoc_init` to tell generator to initialize the class provided. The `@sleekdoc_namespace` to have a unified documentation. The `@sleekdoc_category` to separate class functions.

### Web Server

[](#web-server)

Create an `index.php` file to your public folder and copy this.

```
