You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You are using the deprecated option "installed". Only installed packages are shown by default now. The --all option can be used to show all packages.
clue/block-react v1.3.1 Lightweight library that eases integrating async components built for ReactPHP in a traditional, blocking environment.
clue/socks-react v1.0.0 Async SOCKS proxy connector client and server implementation, tunnel any TCP/IP-based protocol through a SOCKS5 or SOCKS4(a) proxy server, built on top of ReactPHP.
react/cache v1.0.0 Async, Promise-based cache interface for ReactPHP
react/dns v1.2.0 Async DNS resolver for ReactPHP
react/event-loop v1.1.1 ReactPHP's core reactor event loop that libraries can use for evented I/O.
react/http-client v0.5.10 Event-driven, streaming HTTP client for ReactPHP
react/promise v2.8.0 A lightweight implementation of CommonJS Promises/A for PHP
react/promise-timer v1.5.1 A trivial implementation of timeouts for Promises, built on top of ReactPHP.
react/socket v1.4.0 Async, streaming plaintext TCP/IP and secure TLS socket server and client connections for ReactPHP
react/stream v1.1.1 Event-driven readable and writable streams for non-blocking I/O in ReactPHP
Which version are you using?
Description of problem
Example https://github.com/unreal4u/telegram-api/blob/master/examples/00.send-message-amp.php works without proxy.
And wget works without proxy
But example https://github.com/unreal4u/telegram-api/blob/master/examples/00.send-message.php don't work without proxy
But it works only with proxy:
The text was updated successfully, but these errors were encountered: