G
G
ggrachdev2020-10-08 16:46:01
PHP
ggrachdev, 2020-10-08 16:46:01

There is a Phalcon framework. Can I get the Phalcon\Helper extension from there?

Can I somehow pull out the functionality of https://docs.phalcon.io/4.0/en/helper Phalcon\Helper for a project, for example, on Symfony, Laravel, etc.? What do I need to do? Thanks

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Mikhail Bratenkov, 2020-10-08
@ggrachdev

Phalcon is connected as an extension, so if you want to pull out a piece of code from there that will work "faster in a low-level language", you will have to create your own small extension where only this piece of code will be.
The helper you need is written in marshmallow:
https://github.com/phalcon/cphalcon/blob/master/ph...
Then follow this tutorial , compile your extension, include it in php.ini and use it.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question