An open API service indexing awesome lists of open source software.

https://github.com/utopia-php/servers

A base library for building Utopia style servers. 🧑‍💻
https://github.com/utopia-php/servers

Last synced: 8 months ago
JSON representation

A base library for building Utopia style servers. 🧑‍💻

Awesome Lists containing this project

README

          

# Utopia Servers

![Total Downloads](https://img.shields.io/packagist/dt/utopia-php/servers.svg)
[![Discord](https://img.shields.io/discord/564160730845151244?label=discord)](https://appwrite.io/discord)

Utopia Queue is base library for building Utopia style servers. This library is aiming to be as simple and easy to learn and use. This library is maintained by the [Appwrite team](https://appwrite.io).

Although this library is part of the [Utopia](https://github.com/utopia-php/framework) project it is dependency free and can be used as standalone with any other PHP project or framework.

## Getting Started

Install using composer:

```bash
composer require utopia-php/servers
```

Init in your application:

```php