PHPackages                             m3m0r7/php-os - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. m3m0r7/php-os

ActiveProject[Utility &amp; Helpers](/categories/utility)

m3m0r7/php-os
=============

An operating system written in PHP

0.0.1(1y ago)72234[1 issues](https://github.com/m3m0r7/php-os/issues)MITPHP

Since Jul 22Pushed 1y ago4 watchersCompare

[ Source](https://github.com/m3m0r7/php-os)[ Packagist](https://packagist.org/packages/m3m0r7/php-os)[ RSS](/packages/m3m0r7-php-os/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (3)Versions (2)Used By (0)

PHP-OS
======

[](#php-os)

The PHP-OS is implemented an Operating System written in PHP. This is **not an emulator** for architectures; for example. i386, x86\_64 and so on. This project makes an assembly or image file directly for an operating system.

Moreover, this is very ultra hyper maximum experimental implementation.

Requirements
------------

[](#requirements)

- PHP 8.3+
- qemu
- nasm
- make

Notice
------

[](#notice)

In currently status, this project only implements **Intel x86\_64** architecture. But you can try this architecture with using QEMU on aarch (macOS M1, M2).

Screenshot
----------

[](#screenshot)

 [![](./doc/demo3.png)](./doc/demo3.png)

Quick Start
-----------

[](#quick-start)

1. Install PHP-OS via composer.

```
$ composer require m3m0r7/php-os

```

2. Write an example code as `HelloWorld.php` as following.

```
