PHPackages                             appwrite/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. appwrite/docs

AbandonedArchivedProject

appwrite/docs
=============

The official https://appwrite.io/docs documentation source code 📝

1.30.0(2y ago)853.6k114[16 issues](https://github.com/appwrite/docs/issues)[29 PRs](https://github.com/appwrite/docs/pulls)BSD-3-ClauseHTMLPHP &gt;=7.4.0

Since Mar 2Pushed 2y ago6 watchersCompare

[ Source](https://github.com/appwrite/docs)[ Packagist](https://packagist.org/packages/appwrite/docs)[ RSS](/packages/appwrite-docs/feed)WikiDiscussions main Synced 6d ago

READMEChangelog (10)Dependencies (3)Versions (151)Used By (0)

The Appwrite Docs 📝
===================

[](#the-appwrite-docs-)

The official [Appwrite Documentation](https://appwrite.io/docs) source code.

🚀 Contributing
--------------

[](#-contributing)

1. Clone the repository
2. Update, add, or fix current docs
3. Once content is ready, raise a PR

### Content Guidelines

[](#content-guidelines)

- Use proper title hierarchy (h1-h6) and valid HTML
- All titles must follow the [Chicago style of headline capitalization](https://capitalizemytitle.com/style/Chicago/)
- External links (not ) should be opened in a new tab (`target="_blank"`)
- External links should have an HTML attribute of `rel="noopener"`
- All filenames should be dash-based and nested in such a way that makes sense
- All images should be in PNG format and 2600x1400px. Do not include any sensitive data in images. All screenshots of the Appwrite dashboard should support light and dark mode.
- When creating new content or adjusting docs hierarchy, please consult the Appwrite team by opening a Github Issue in this repository

#### Code Examples

[](#code-examples)

Use the following HTML structure to present code examples:

```

    #ruby code here...

```

As of writing this, these are the supported languages for code examples:

- Markup
- CSS
- CLike
- JavaScript
- Bash
- C#
- Dart
- Go
- GraphQL
- HTTP
- Java
- JSON
- Kotlin
- Markup-templating
- PHP
- Powershell
- Python
- Ruby
- Swift
- TypeScript
- YAML

For showing examples in multiple languages use the list structure:

```

        Node.js

            // node code here...

        PHP

            //php code here..

```

> Don't forget to use proper indenting for all code examples. The indenting of the code examples should be independent from the indentation of the surrounding HTML tags.

#### Notes

[](#notes)

Use the following HTML structure to add important notes inside your docs:

```

  Important Message
  Message content here.

```

#### Images

[](#images)

Use the following HTML structure to add images. You can also add support for dark and light mode versions (recommended!). If no dark mode is provided, light mode will be the fallback. Don't forget to provide alternative text for user accessibility and a description for each image.

```
