PHPackages                             utopia-php/platform - 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. [Framework](/categories/framework)
4. /
5. utopia-php/platform

ActiveLibrary[Framework](/categories/framework)

utopia-php/platform
===================

Light and Fast Platform Library

0.13.2(2mo ago)11243.6k↓12.5%6[4 PRs](https://github.com/utopia-php/platform/pulls)2MITPHPPHP &gt;=8.3

Since Aug 22Pushed 1mo ago6 watchersCompare

[ Source](https://github.com/utopia-php/platform)[ Packagist](https://packagist.org/packages/utopia-php/platform)[ RSS](/packages/utopia-php-platform/feed)WikiDiscussions main Synced 3d ago

READMEChangelog (10)Dependencies (19)Versions (86)Used By (2)

Utopia Platform
===============

[](#utopia-platform)

Important

This repository is a read-only mirror of the [utopia-php monorepo](https://github.com/utopia-php/monorepo). Development happens in [`packages/platform`](https://github.com/utopia-php/monorepo/tree/main/packages/platform) — please open issues and pull requests there.

[![Tests](https://github.com/utopia-php/monorepo/actions/workflows/tests.yml/badge.svg)](https://github.com/utopia-php/monorepo/actions/workflows/tests.yml)[![Total Downloads](https://camo.githubusercontent.com/08b8b4cd38b5d0141e99a58a8651b3ebc7002481371cf38fc7394ae876e7ffcf/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f75746f7069612d7068702f706c6174666f726d2e737667)](https://camo.githubusercontent.com/08b8b4cd38b5d0141e99a58a8651b3ebc7002481371cf38fc7394ae876e7ffcf/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f75746f7069612d7068702f706c6174666f726d2e737667)[![Discord](https://camo.githubusercontent.com/6e418910df1b6eb524c6cbd88dbaf5a5aa294316eeadcd963e11262a319f6321/68747470733a2f2f696d672e736869656c64732e696f2f646973636f72642f3536343136303733303834353135313234343f6c6162656c3d646973636f7264)](https://appwrite.io/discord)

An object oriented way of writing Applications using Utopia libraries

Getting Started
---------------

[](#getting-started)

This library contains abstract classes that assist in implementing services and actions for Utopia http framework and CLI. You must implement `Platform`, `Service` and `Action` classes to build your application.

Example
-------

[](#example)

Install using composer

```
composer require utopia-php/platform

```

Implementing a HTTP services using platform.

```
// Action
