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**.
- Host: GitHub
- URL: https://github.com/utopia-php/system
- Owner: utopia-php
- License: mit
- Created: 2021-01-20T13:17:36.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-09T14:46:36.000Z (8 months ago)
- Last Synced: 2025-03-29T15:09:13.835Z (2 months ago)
- Topics: hacktoberfest, php, utopia
- Language: PHP
- Homepage: https://appwrite.io
- Size: 95.7 KB
- Stars: 23
- Watchers: 6
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Utopia System
[](https://travis-ci.com/utopia-php/system)

[](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