T
T
TostPOST2019-08-13 08:38:21
PHP
TostPOST, 2019-08-13 08:38:21

How to connect the formula parser library to php via composer?

I'm making a math bot for vk. To do this, I need a Byblos formula parser, you can find it on github. Two libraries are already connected, one of them is in the same folder via include, the other bible is in the vendor folder. What should I do, since I don't really know the composer?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
H
hesy, 2019-08-13
@hesy

In console
In code

require_once __DIR__ . '/vendor/autoload.php';
use FormulaParser\FormulaParser;

https://github.com/denissimon/formula-parser#insta...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question