Download the PHP package sagleft/utopialib-php without Composer
On this page you can find all versions of the php package sagleft/utopialib-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package utopialib-php
PHP library for Utopia Network API.
Installation with Composer
Usage
result:
How to run examples
Then enter your data in .env
to connect to the client.
Then open the examples
folder.
Example (in command line):
You can find out more about all the methods in the interface of the main class.
For convenience, all methods in the library have the same names as in the Utopia API.
Additional methods:
- checkClientConnection(): bool;
- isUserMyContact($pkOrNick): bool;
- getNetworkSummary(): array;
- isCryptonEngineReady(): bool;
- isNATDetectionON(): bool;
- isUPNPDetectionON(): bool;
- isChannelDatabaseReady(): bool;
- getChannelDecription($channelid): string;
- getChannelOwnerPubkey($channelid): string;
- getChannelTitle($channelid): string;
- getChannelType($channelid): string;
- getNetworkChannelsCount(): int;
- getTotalChannelsCount(): int;
- getLastDownloadedChannelTitle(): string;
- getMyPubkey(): string;
- getMyNick(): string;
- getMyAvatarHash(): string;
- isPOSenabled(): bool;
- findChannelsByPubkey($pubkey): array;
- isNetworkEnabled(): bool;
License
UtopiaLib is licensed under The MIT License.
:globe_with_meridians: Telegram канал
All versions of utopialib-php with dependencies
PHP Build Version
Package Version
The package sagleft/utopialib-php contains the following files
Loading the files please wait ....