Download the PHP package appwrite/server-ce without Composer

On this page you can find all versions of the php package appwrite/server-ce. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package server-ce

image


Appwrite

Appwrite is an open-source, all-in-one development platform. Use built-in backend infrastructure and web hosting, all from a single place.

Discord X Appwrite Cloud

English | 简体中文

Appwrite is an open-source development platform for building web, mobile, and AI applications. It brings together backend infrastructure and web hosting in one place, so teams can build, ship, and scale without stitching together a fragmented stack. Appwrite is available as a managed cloud platform and can also be self-hosted on infrastructure you control.

With Appwrite, you can add authentication, databases, storage, functions, messaging, realtime capabilities, and integrated web app hosting through Sites. It is designed to reduce the repetitive backend work required to launch modern products while giving developers secure primitives and flexible APIs to build production-ready applications faster.

Find out more at https://appwrite.io.

Table of Contents:

Products

Installation & Setup

The easiest way to get started with Appwrite is by signing up for Appwrite Cloud. While Appwrite Cloud is in public beta, you can build with Appwrite completely free, and we won't collect your credit card information.

Self-Hosting

Appwrite is designed to run in a containerized environment. Running your server is as easy as running one command from your terminal. You can either run Appwrite on your localhost using docker-compose or on any other container orchestration tool, such as Kubernetes, Docker Swarm, or Rancher.

Before running the installation command, make sure you have Docker installed on your machine:

Unix

Windows

CMD

PowerShell

Once the Docker installation is complete, go to http://localhost to access the Appwrite console from your browser. Please note that on non-Linux native hosts, the server might take a few minutes to start after completing the installation.

Docker API version mismatch

If install or upgrade fails with an error like client version 1.52 is too new. Maximum supported API version is 1.42, the Docker CLI inside the Appwrite image is newer than your host Docker Engine. Pass DOCKER_API_VERSION set to the maximum API version from the error (or upgrade Docker on the host):

Use the same --env DOCKER_API_VERSION=... flag with --entrypoint="upgrade" when upgrading.

For advanced production and custom installation, check out our Docker environment variables docs. You can also use our public docker-compose.yml and .env files to manually set up an environment.

Upgrade from an Older Version

If you are upgrading your Appwrite server from an older version, you should use the Appwrite migration tool once your setup is completed. For more information regarding this, check out the Installation Docs.

One-Click Setups

In addition to running Appwrite locally, you can also launch Appwrite using a pre-configured setup. This allows you to get up and running quickly with Appwrite without installing Docker on your local machine.

Choose from one of the providers below:


DigitalOcean

Akamai Compute

AWS Marketplace

Getting Started

Getting started with Appwrite is as easy as creating a new project, choosing your platform, and integrating its SDK into your code. You can easily get started with your platform of choice by reading one of our Getting Started tutorials.

Platform Technology
Web app Quick start for Web
Quick start for Next.js
Quick start for React
Quick start for Vue.js
Quick start for Nuxt
Quick start for SvelteKit
Quick start for Refine
Quick start for Angular
Mobile and Native Quick start for React Native
Quick start for Flutter
Quick start for Apple
Quick start for Android
Server Quick start for Node.js
Quick start for Python
Quick start for .NET
Quick start for Dart
Quick start for Ruby
Quick start for Deno
Quick start for PHP
Quick start for Kotlin
Quick start for Swift
Quick start for Go
Quick start for Rust

SDKs

Below is a list of currently supported platforms and languages. If you would like to help us add support to your platform of choice, you can go over to our SDK Generator project and view our contribution guide.

Client

Server

Looking for more SDKs? - Help us by contributing a pull request to our SDK Generator!

Architecture

Appwrite uses a microservices architecture that was designed for easy scaling and delegation of responsibilities. In addition, Appwrite supports multiple APIs, such as REST, WebSocket, and GraphQL to allow you to interact with your resources by leveraging your existing knowledge and protocols of choice.

The Appwrite API layer was designed to be extremely fast by leveraging in-memory caching and delegating any heavy-lifting tasks to the Appwrite background workers. The background workers also allow you to precisely control your compute capacity and costs using a message queue to handle the load. You can learn more about our architecture in AGENTS.md.

Contributing

All code contributions, including those of people having commit access, must go through a pull request and be approved by a core developer before being merged. This is to ensure a proper review of all the code.

We truly :heart: pull requests! If you wish to help, you can learn more about how you can contribute to this project in the contribution guide.

Security

Please see SECURITY.md for how to report a vulnerability. Do not open a public GitHub issue for security reports.

Follow Us

Join our growing community around the world! Read the Blog, or follow us on Discord, GitHub, X, LinkedIn, YouTube, daily.dev, Bluesky, TikTok, and Instagram.

License

This repository is available under the BSD 3-Clause License.


All versions of server-ce with dependencies

PHP Build Version
Package Version
Requires php Version >=8.5.0
ext-curl Version *
ext-imagick Version *
ext-mbstring Version *
ext-json Version *
ext-yaml Version *
ext-dom Version *
ext-redis Version *
ext-swoole Version 6.*
ext-pdo Version *
ext-openssl Version *
ext-zlib Version *
ext-sockets Version *
appwrite/php-runtimes Version 0.20.*
appwrite/php-clamav Version 2.0.*
utopia-php/abuse Version 2.0.*
utopia-php/agents Version 2.*
utopia-php/audit Version ^4.0
utopia-php/auth Version ^0.10
utopia-php/balancer Version 0.4.*
utopia-php/cache Version ^5.0.0
utopia-php/cdn Version ^0.0.8
utopia-php/cli Version ^0.24
utopia-php/compression Version 0.1.*
utopia-php/config Version 1.*
utopia-php/console Version 0.1.*
utopia-php/database Version ^7.0.0
utopia-php/detector Version 0.2.*
utopia-php/domains Version ^3.0
utopia-php/emails Version 0.8.*
utopia-php/dns Version ^3.0
utopia-php/dsn Version 0.2.1
utopia-php/http Version ^2.0@RC
utopia-php/fetch Version ^1.1
utopia-php/validators Version ^0.6
utopia-php/image Version 0.8.*
utopia-php/locale Version 0.8.*
utopia-php/lock Version 0.3.*
utopia-php/logger Version 0.8.*
utopia-php/messaging Version ^2.1
utopia-php/migration Version ^2.0.0
utopia-php/platform Version 1.0.0-rc18
utopia-php/pools Version 2.*
utopia-php/span Version ^4.2
utopia-php/queue Version ^1.3.0
utopia-php/servers Version 0.4.*
utopia-php/registry Version 0.5.*
utopia-php/storage Version ^4.0
utopia-php/system Version 0.10.*
utopia-php/telemetry Version ^0.4
utopia-php/user-agent Version 0.1.*
mustangostang/spyc Version 0.6.*
utopia-php/vcs Version 5.*.*
utopia-php/websocket Version 2.0.0
dragonmantank/cron-expression Version 3.4.*
chillerlan/php-qrcode Version 4.3.*
adhocore/jwt Version 1.1.*
spomky-labs/otphp Version 11.*
webonyx/graphql-php Version 15.32.*
league/csv Version 9.14.*
enshrined/svg-sanitize Version 0.22.*
utopia-php/client Version ^0.3.0
open-runtimes/sdk-for-php Version 0.13.*
utopia-php/schedule Version ^0.2.0
utopia-php/usage Version ^0.15.0
utopia-php/query Version 0.6.*
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package appwrite/server-ce contains the following files

Loading the files please wait ...