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.11.0(1mo ago)11184.1k↓20.2%6[4 PRs](https://github.com/utopia-php/platform/pulls)2MITPHPPHP &gt;=8.1

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 1mo ago

READMEChangelog (10)Dependencies (13)Versions (61)Used By (2)

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

[](#utopia-platform)

[![Build Status](https://camo.githubusercontent.com/e36d1be1ff215fc1f4e36c54b6661fa5045240071257d97209dc0e1fe5e2020c/68747470733a2f2f7472617669732d63692e6f72672f75746f7069612d7068702f706c6174666f726d2e7376673f6272616e63683d6d6173746572)](https://travis-ci.com/utopia-php/platform)[![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
