Skip to content

Commit b8824e0

Browse files
fix mispelled PHP
1 parent 23cfe21 commit b8824e0

1 file changed

Lines changed: 11 additions & 33 deletions

File tree

README.md

Lines changed: 11 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,39 @@
11
<div align="center">
22
<a href="https://openapi.com/">
3-
<img alt="Openapi SDK for PHP" src=".github/assets/repo-header-a3.png" >
3+
<img alt="Openapi SDK for Python" src=".github/assets/repo-header-a3.png" >
44
</a>
55

6-
<h1>Openapi® client for PHP</h1>
7-
<h4>The perfect starting point to integrate <a href="https://openapi.com/">Openapi®</a> within your PHP project</h4>
6+
<h1>Openapi® client for Python</h1>
7+
<h4>The perfect starting point to integrate <a href="https://openapi.com/">Openapi®</a> within your Python project</h4>
88

9-
[![Build Status](https://github.com/openapi/openapi-php-sdk/actions/workflows/php.yml/badge.svg)](https://github.com/openapi/openapi-php-sdk/actions/workflows/php.yml)
9+
[![Build Status](https://github.com/openapi/openapi-python-sdk/actions/workflows/python.yml/badge.svg)](https://github.com/openapi/openapi-python-sdk/actions/workflows/python.yml)
1010
[![Packagist Version](https://img.shields.io/packagist/v/openapi/openapi-sdk)](https://packagist.org/packages/openapi/openapi-sdk)
11-
[![PHP Version](https://img.shields.io/packagist/php-v/openapi/openapi-sdk)](https://packagist.org/packages/openapi/openapi-sdk)
12-
[![License](https://img.shields.io/github/license/openapi/openapi-php-sdk?v=2)](LICENSE)
11+
[![PyPI Version](https://img.shields.io/packagist/python-v/openapi/openapi-sdk)](https://packagist.org/packages/openapi/openapi-sdk)
12+
[![License](https://img.shields.io/github/license/openapi/openapi-python-sdk?v=2)](LICENSE)
1313
[![Downloads](https://img.shields.io/packagist/dt/openapi/openapi-sdk)](https://packagist.org/packages/openapi/openapi-sdk)
1414
<br>
1515
[![Linux Foundation Member](https://img.shields.io/badge/Linux%20Foundation-Silver%20Member-003778?logo=linux-foundation&logoColor=white)](https://www.linuxfoundation.org/about/members)
1616
</div>
1717

1818
## Overview
1919

20-
A minimal and agnostic PHP SDK for Openapi, inspired by a clean client implementation. This SDK provides only the core HTTP primitives needed to interact with any Openapi service.
20+
A minimal and agnostic Python SDK for Openapi, inspired by a clean client implementation. This SDK provides only the core HTTP primitives needed to interact with any Openapi service.
2121

2222
## Pre-requisites
2323

24-
Before using the Openapi PHP Client, you will need an account at [Openapi](https://console.openapi.com/) and an API key to the sandbox and/or production environment
24+
Before using the Openapi Python Client, you will need an account at [Openapi](https://console.openapi.com/) and an API key to the sandbox and/or production environment
2525

2626
## Features
2727

2828
- **Agnostic Design**: No API-specific classes, works with any OpenAPI service
29-
- **Minimal Dependencies**: Only requires PHP 8.0+ and cURL
29+
- **Minimal Dependencies**: Only requires Python 3.8+ and `requests`
3030
- **OAuth Support**: Built-in OAuth client for token management
3131
- **HTTP Primitives**: GET, POST, PUT, DELETE, PATCH methods
3232
- **Clean Interface**: Similar to the Rust SDK design
3333

3434
## What you can do
3535

36-
With the Openapi PHP Client, you can easily interact with a variety of services in the Openapi Marketplace. For example, you can:
36+
With the Openapi Python Client, you can easily interact with a variety of services in the Openapi Marketplace. For example, you can:
3737

3838
- 📩 **Send SMS messages** with delivery reports and custom sender IDs
3939
- 💸 **Process bills and payments** in real time via API
@@ -43,9 +43,6 @@ With the Openapi PHP Client, you can easily interact with a variety of services
4343

4444
For a complete list of all available services, check out the [Openapi Marketplace](https://console.openapi.com/) 🌐
4545

46-
47-
48-
4946
# OpenApi IT Python Client
5047

5148
This client is used to interact with the API found at [openapi.it](https://openapi.it/)
@@ -104,25 +101,6 @@ resp = client.request(
104101
resp = oauth_client.delete_token(id=token)
105102
```
106103

107-
## Contributing
108-
109-
Contributions are always welcome!
110-
111-
See `contributing.md` for ways to get started.
112-
113-
Please adhere to this project's `code of conduct`.
114-
115-
116-
## License
117-
118-
[MIT](https://choosealicense.com/licenses/mit/)
119-
120-
121-
## Authors
122-
123-
- [@maiku1008](https://www.github.com/maiku1008)
124-
- [@openapi-it](https://github.com/openapi-it)
125-
126104

127105

128106

@@ -136,7 +114,7 @@ See [docs/contributing.md](docs/contributing.md) for detailed instructions on ho
136114

137115
Meet the project authors:
138116

139-
- L. Paderi ([@lpaderiAltravia](https://www.github.com/lpaderiAltravia))
117+
- Michael Cuffaro ([@maiku1008](https://www.github.com/maiku1008))
140118
- Openapi Team ([@openapi-it](https://github.com/openapi-it))
141119

142120
## Partners

0 commit comments

Comments
 (0)