8000 GitHub - andrewdalpino/Tensor: A library and extension that provides objects for scientific computing in PHP.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

andrewdalpino/Tensor

 
 

Repository files navigation

Tensor: Scientific Computing for PHP

PHP from Packagist Latest Stable Version Build Downloads from Packagist GitHub

Tensor is a library and extension that provides objects for scientific computing in PHP.

Installation

Install Tensor into your project with Composer:

$ composer require rubix/tensor

Requirements

  • PHP 7.2 or above

Optional

Additional Requirements for Compiling Extension

See this guide for additional requirements for compiling and installing the PHP extension from source with Zephir.

Compiling the Extension

Clone the repository locally using Git:

$ git clone https://github.com/RubixML/Tensor

Install dependencies using Composer:

$ composer install

To compile the PHP extension from source you can run composer compile:

$ composer compile

Installing the Extension

To compile and install the extension in one command you may call composer install-ext:

$ composer install-ext

Then, add the following line to your php.ini configuration:

extension=tensor

License

The code is licensed MIT and the documentation is licensed CC BY-NC 4.0.

About

A library and extension that provides objects for scientific computing in PHP.

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 43.0%
  • C 33.1%
  • Zephir 22.4%
  • C++ 1.2%
  • Other 0.3%
0