Client API PHP version

Hello,
I’m new to Kaltura and I would like to build an external php CMS to manage and distribute video.

So 2 starting questions:

  • may I use client API PHP in php 7 or php 8?

  • are PHP API available with Kaltura community edition version?

regards,
Matteo

Hello @agodoo71 ,

All Kaltura clients are licensed under AGPLv3 and all PHP clients support both PHP 7 and 8.
They can, and are in fact, used by all of Kaltura’s official web interfaces (Admin Console, KMC, KMS, etc) so yes, you may utilise them in any third party project to interact with the Kaltura API endpoint of any Kaltura ENV (SaaS, CE and OnPrem).

Cheers,