Skip to content

Commit 046baed

Browse files
committed
Add cool Ascii Text
1 parent b328b8b commit 046baed

File tree

5 files changed

+22
-4
lines changed

5 files changed

+22
-4
lines changed

README.md

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,31 @@
33
[![Latest Version on Packagist](https://img.shields.io/packagist/v/attestto/solana-php-sdk.svg?style=flat-square)](https://packagist.org/packages/attestto/solana-php-sdk)
44
[![GitHub Tests Action Status](https://github.com/Attestto-com/solana-php-sdk/actions/workflows/run-tests.yml/badge.svg?branch=master)](https://github.com/Attestto-com/solana-php-sdk/actions/workflows/run-tests.yml)
55
[![Coverage (CodeCov)](https://codecov.io/github/Attestto-com/solana-php-sdk/graph/badge.svg?token=M12LECZ9QE)](https://codecov.io/github/Attestto-com/solana-php-sdk)
6-
---
76

8-
## notice: Forked from the abandoned repo: [verze-app/solana-php-sdk](https://github.com/verze-app/solana-php-sdk/pull/53)
7+
```js
8+
____ __ ______ _____ ____ __ ___ _ _____ _____ ____ __ __
9+
/ __ \/ / / / __ \ / ___// __ \/ / / | / | / / | / ___// __ \/ //_/
10+
/ /_/ / /_/ / /_/ / \__ \/ / / / / / /| | / |/ / /| | \__ \/ / / / ,<
11+
/ ____/ __ / ____/ ___/ / /_/ / /___/ ___ |/ /| / ___ | ___/ / /_/ / /| |
12+
/_/ /_/ /_/_/ /____/\____/_____/_/ |_/_/ |_/_/ |_| /____/_____/_/ |_|
13+
914

15+
```
16+
Simple PHP SDK for Solana to interact with the RPC.
1017
---
18+
Forked from the Verze repo: [verze-app/solana-php-sdk](https://github.com/verze-app/solana-php-sdk/pull/53)
19+
20+
---
21+
#### Motivations
22+
23+
- To protect RPC API Keys acting as a Hosted Proxy.
24+
- To enable Background Data Processing.
25+
- To enable Descentralized Data & Query Caching.
26+
- To empower PHP Applications to interact with the Solana Network
27+
- To enable Async Jobs and Queries in the Background.
28+
- To enable Decetralized Websockets (Push Notifications & Subscriptions)
29+
- To reduce Client-Sice RPC Polling, aiming at decongesting the mainnet and devnets.
1130

12-
Simple PHP SDK for Solana.
1331

1432
## Installation
1533

docs/DIDSOL.md

Whitespace-only changes.

docs/README.md

Whitespace-only changes.

tests/Feature/.DS_Store

6 KB
Binary file not shown.

tests/Feature/SolanaRpcClientTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public function test_it_generates_random_key()
5353
* @throws Exception
5454
* @throws RequestException
5555
* @throws GenericException
56-
* @throws \Exception
56+
* @throws \Exception|ClientExceptionInterface
5757
*/
5858
#[Test]
5959
public function test_it_validates_response_id()

0 commit comments

Comments
 (0)