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

ActiveLibrary[API Development](/categories/api)

lighth7015/laravel-appwrite
===========================

A Laravel package for AppWrite, using the AppWrite PHP SDK

624PHP

Since Jul 20Pushed 3y ago3 watchersCompare

[ Source](https://github.com/lighth7015/laravel-appwrite)[ Packagist](https://packagist.org/packages/lighth7015/laravel-appwrite)[ RSS](/packages/lighth7015-laravel-appwrite/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

AppWrite Integration for Laravel
================================

[](#appwrite-integration-for-laravel)

A Laravel package for the [Firebase PHP Admin SDK](https://github.com/lighth7015/laravel-appwrite).

[![Current version](https://camo.githubusercontent.com/61cd6e37cddbe45a39daf52c3cd3efbf6a8038ed3a5f961de08f9ad2e7ecef4a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6c6967687468373031352f6c61726176656c2d61707077726974652e7376673f6c6f676f3d636f6d706f736572)](https://packagist.org/packages/lighth7015/laravel-appwrite)[![Monthly Downloads](https://camo.githubusercontent.com/705975b33241956cbe2b7b81ac60aecf7dede29f233088efa46954b04d8588a7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646d2f6c6967687468373031352f6c61726176656c2d61707077726974652e737667)](https://packagist.org/packages/lighth7015/laravel-appwrite/stats)[![Total Downloads](https://camo.githubusercontent.com/9ea844e9c1fe28daa0b14a153fccca99da5c9f333536959e807e40ff809e39a3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6c6967687468373031352f6c61726176656c2d61707077726974652e737667)](https://packagist.org/packages/lighth7015/laravel-appwrite/stats)[![Tests](https://github.com/lighth7015/laravel-appwrite/workflows/Tests/badge.svg?branch=main)](https://github.com/lighth7015/laravel-appwrite/actions)[![codecov](https://camo.githubusercontent.com/7cf7c9d516214a826a57eaeb51673dc3f27e64ddcd649434e2724a2c9b1fe3f5/68747470733a2f2f636f6465636f762e696f2f67682f6c6967687468373031352f6c61726176656c2d61707077726974652f6272616e63682f6d61696e2f67726170682f62616467652e737667)](https://codecov.io/gh/lighth7015/laravel-appwrite)[![Discord](https://camo.githubusercontent.com/0480b6713a46ce013353de96f5f3a120656b3bbdc7e17c0b5fe76a0bfa7ace28/68747470733a2f2f696d672e736869656c64732e696f2f646973636f72642f3136353837303631343831393633353230302e7376673f636f6c6f723d373238396461266c6f676f3d646973636f7264)](https://discord.gg/9HyVzxr)[![Sponsor](https://camo.githubusercontent.com/1004a94551d1edaf2a6da4d45ba217b79a46eb18dd7dd2d7825add0a2a8ddc4f/68747470733a2f2f696d672e736869656c64732e696f2f7374617469632f76313f6c6f676f3d476974487562266c6162656c3d53706f6e736f72266d6573736167653d25453225394425413426636f6c6f723d666636396234)](https://github.com/sponsors/lighth7015)

- [Installation](#installation)
    - [Laravel](#laravel)
    - [Lumen](#lumen)
- [Configuration](#configuration)
- [Usage](#usage)
    - [Multiple projects](#multiple-projects)
- [Support](#support)
- [License](#license)

Installation
------------

[](#installation)

This package requires Laravel 8.x and higher or Lumen 8.x and higher.

```
composer require lighth7015/laravel-appwrite
```

If you use Lumen or don't use Laravel's package auto-discovery, add the following service provider in `config/app.php` (Laravel) or `bootstrap/app.php` (Lumen):

### Laravel

[](#laravel)

```
