An open API service indexing awesome lists of open source software.

https://github.com/utopia-php/system

Lite & fast micro PHP system library that is **easy to use**.
https://github.com/utopia-php/system

hacktoberfest php utopia

Last synced: about 2 months ago
JSON representation

Lite & fast micro PHP system library that is **easy to use**.

Awesome Lists containing this project

README

        

# Utopia System

[![Build Status](https://travis-ci.com/utopia-php/system.svg?branch=main)](https://travis-ci.com/utopia-php/system)
![Total Downloads](https://img.shields.io/packagist/dt/utopia-php/system.svg)
[![Discord](https://img.shields.io/discord/564160730845151244?label=discord)](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

Install using composer:
```bash
composer require utopia-php/system
```

Init in your application:
```php