Skip to content

php-ffi-headers/bass-headers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

759cc0e · Aug 17, 2022

History

16 Commits
Aug 17, 2022
Mar 9, 2022
Mar 11, 2022
Mar 12, 2022
Mar 9, 2022
Aug 17, 2022
Mar 9, 2022
Mar 9, 2022
Mar 12, 2022
Mar 12, 2022
Mar 9, 2022
Mar 9, 2022

Repository files navigation

Latest Stable Version Latest Unstable Version Total Downloads License MIT

Bass Headers

This is a C headers of the Bass Audio adopted for PHP.

Requirements

  • PHP >= 8.1

Installation

Library is available as composer repository and can be installed using the following command in a root of your project.

$ composer require ffi-headers/bass-headers

Usage

use FFI\Headers\Bass;

$headers = Bass::create(
    Bass\Version::V2_4, // Bass Headers Version
);

echo $headers;

Please note that the use of header files is not the latest version:

  • Takes time to download and install (This will be done in the background > during initialization).
  • May not be compatible with the PHP headers library.