Overview

Requirements

  1. Linux x86_64

  2. PHP 8.1+

  3. Datastructures

  4. Eio for File and FileStream

  5. PCNTL

  6. Zlib

Installation

Use Composer to install this package.

# Install Composer
curl -sS https://getcomposer.org/installer | php

Add Orolyn as a dependency:

composer require orolyn/orolyn

To use without composer, you will need require the autoload.php file:

require_once 'path/to/orolyn/autoload.php';

License

This library uses the GNU General Public License 3.0