PHPackages                             utopia-php/system - 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/system

ActiveLibrary[Framework](/categories/framework)

utopia-php/system
=================

A simple library for obtaining information about the host's system.

0.10.5(1w ago)25316.9k↓22.3%15[2 issues](https://github.com/utopia-php/system/issues)8MITPHPPHP &gt;=8.0.0

Since Jan 21Pushed 3w ago5 watchersCompare

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

READMEChangelog (10)Dependencies (9)Versions (27)Used By (8)

Utopia System
=============

[](#utopia-system)

Important

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

[![Build Status](https://camo.githubusercontent.com/f42b449e9ed9cd32dae98f2e38b3bf419293c3bf1cbdd7647b3f20faf5ca04d2/68747470733a2f2f7472617669732d63692e636f6d2f75746f7069612d7068702f73797374656d2e7376673f6272616e63683d6d61696e)](https://travis-ci.com/utopia-php/system)[![Total Downloads](https://camo.githubusercontent.com/a9053deb7d63759529d42d4c82eda85eb6f154c563af5d2b1d500853ddb8a61f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f75746f7069612d7068702f73797374656d2e737667)](https://camo.githubusercontent.com/a9053deb7d63759529d42d4c82eda85eb6f154c563af5d2b1d500853ddb8a61f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f75746f7069612d7068702f73797374656d2e737667)[![Discord](https://camo.githubusercontent.com/6e418910df1b6eb524c6cbd88dbaf5a5aa294316eeadcd963e11262a319f6321/68747470733a2f2f696d672e736869656c64732e696f2f646973636f72642f3536343136303733303834353135313234343f6c6162656c3d646973636f7264)](https://appwrite.io/discord)

Utopia System library is a simple and lite library to obtain information about the host's system, and provides an easy way to detect on which CPU architecture your code is running. 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 Framework](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
---------------

[](#getting-started)

Install using composer:

```
composer require utopia-php/system
```

Init in your application:

```
