We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

Connect to external API

Hello everybody :-)

i've been learning phalcon since 2 weeks and i have a question right now, i am also using Volt. So i am an absolutely beginner,but with PHP/SQL/jQuery/BS3 knowledges.

Ok, how can i connect to external API like this with phalcon and use their functions, sorry this is only available in German:

https://github.com/ImmobilienScout24/restapi-php-sdk/wiki/Einf%C3%BChrung

It is a SDK for real estates from www.immobilenscout24.de ( https://api.immobilienscout24.de ).

Thank you for your answers ;-)

P.S. PHALCON IS AWESOME!!!



8.1k

Because Phalcon has PSR-0 support, you can import namespaces of 3d-party library into your project namespace.

See how-to https://docs.phalcon.io/en/latest/reference/loader.html#registering-namespaces



60.0k

Thx Oleg for your fast answer, i will try that :-)