Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nicollassilva/hydraphp
A Habbo emulator made with ReactPHP and PHP (without frameworks)
https://github.com/nicollassilva/hydraphp
assynchronous emulator habbo habbo-emulator php reactphp
Last synced: about 1 month ago
JSON representation
A Habbo emulator made with ReactPHP and PHP (without frameworks)
- Host: GitHub
- URL: https://github.com/nicollassilva/hydraphp
- Owner: nicollassilva
- Created: 2023-08-04T17:09:13.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-10T19:57:17.000Z (12 months ago)
- Last Synced: 2024-01-10T21:15:17.820Z (12 months ago)
- Topics: assynchronous, emulator, habbo, habbo-emulator, php, reactphp
- Language: PHP
- Homepage:
- Size: 391 KB
- Stars: 16
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HydraPHP - Habbo Emulator
#### An emulator for Habbo servers made in PHP. In order to learn how to build concurrent applications using threads and memory management.
**PS**: This will never be a production project, so don't try to use this in your hotel. This project is for learning only!
## Requirements
- PHP ^8.1
## Installation and Running
```cmd
git clone https://github.com/nicollassilva/hydraphp
cd hydraphp
composer install
```Configure the **config.json** file and run the emulator with:
- Windows with **Windows Terminal**:
```cmd
./start.bat
```- Linux:
```cmd
bin\sh ./start.sh
```Or if none of the above work, run directly via **PHP**:
```cmd
php bootstrap.php
```**PS**: The emulator only works with **SWF**. So it doesn't support **Nitro HTML5 version**.
## TODO:
- [x] Parse the configuration file and get all emulator settings via MySQL
- [x] Create a TCP server with client management
- [x] Parse incoming/outgoing packets
- [x] Create a MySQL connection handler
- [x] Create a Cross-Domain Policy handler
- [x] Login with real user data (via MySQL)
- [x] List all rooms in the navigator (publics, populars, and my rooms)
- [x] Enter and exit a room
- [x] Room chat with bubble types
- [x] Room movement (pathfinding)
- [x] Search rooms in the navigator
- [x] List all catalog pages/items
- [x] Load all placed items in the room
- [x] Create a room
- [ ] **WIP**: Room item placement/movement/interaction
- [ ] Buy catalog items
- [ ] Save room data in MySQL
- [ ] Create a Nitro connection handler (HTML5 client)## Discover the Orion project
- [OrionCMS - Modern and secure CMS for Arcturus Emulator made in Laravel 10+ and AlpineJS.](https://github.com/nicollassilva/orioncms)