Explorer
home
/
zoteqbgb
/
public_html
/
vendor
/
vonage
/
client-core
/
src
/
Secrets
Location:
/home/zoteqbgb/public_html/vendor/vonage/client-core/src/Secrets
Root path:
/home/zoteqbgb/public_html/config/676626
Editing: ClientFactory.php
<?php /** * Vonage Client Library for PHP * * @copyright Copyright (c) 2016-2022 Vonage, Inc. (http://vonage.com) * @license https://github.com/Vonage/vonage-php-sdk-core/blob/master/LICENSE.txt Apache License 2.0 */ declare(strict_types=1); namespace Vonage\Secrets; use Vonage\Client\APIResource; use Vonage\Client\Credentials\Basic; use Vonage\Client\Credentials\Handler\BasicHandler; use Vonage\Client\Factory\FactoryInterface; class ClientFactory { public function __invoke(FactoryInterface $container): Client { $api = $container->make(APIResource::class); $api->setBaseUri('/accounts') ->setAuthHandler(new BasicHandler()) ->setCollectionName('secrets'); return new Client($api); } }
Save maftirs
Upload
Start Upload
New File
Create File
New Folder
Create Folder
Directory Contents
Name
Size
Perms
Modified
Actions
Client.php
1,214 bytes
0644
2023-10-02 14:26
âï¸
ðï¸
Rename
ClientFactory.php
762 bytes
0644
2023-10-02 14:26
âï¸
ðï¸
Rename
Secret.php
963 bytes
0644
2023-10-02 14:26
âï¸
ðï¸
Rename
Chang
Apply