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. 🧑💻
- Host: GitHub
- URL: https://github.com/utopia-php/servers
- Owner: utopia-php
- License: mit
- Created: 2024-04-18T16:52:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-03T21:34:47.000Z (9 months ago)
- Last Synced: 2025-04-03T22:29:49.814Z (9 months ago)
- Language: PHP
- Size: 80.1 KB
- Stars: 3
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Utopia Servers

[](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