utopia-php/servers
A base library for building Utopia style servers.
Maintainers
Requires
- php: >=8.2
- utopia-php/di: ^0.3
- utopia-php/validators: ^0.2
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-06-12 16:11:29 UTC
README
Important
This repository is a read-only mirror of the utopia-php monorepo. Development happens in packages/servers — please open issues and pull requests there.
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.
Although this library is part of the Utopia project it is dependency free and can be used as standalone with any other PHP project or framework.
Getting Started
Install using composer:
composer require utopia-php/servers
Init in your application:
<?php require_once __DIR__ . '/../../vendor/autoload.php'; // TBD
System Requirements
Utopia Servers requires PHP 8.2 or later. We recommend using the latest PHP version whenever possible.
Copyright and license
The MIT License (MIT) http://www.opensource.org/licenses/mit-license.php
