Skip to content

Commit adacf18

Browse files
authored
Update README.md
1 parent 0ea7e31 commit adacf18

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# Saloon 🚪🚪
2-
### (Work In Progress)
32

43
*Interact with REST APIs with confidence and elegance.*
54

65
Saloon is a PHP package which introduces a class-based/OOP approach to building connections to APIs. Saloon introduces an easy to understand pattern to help you standardise the way you interact with third-party APIs, reduce repeated code (DRY) and lets you mock API requests for your tests.
76

7+
> Note: Saloon is still a work in progress, some features aren't quite ready yet but are coming soon.
8+
89
```php
910
<?php
1011

@@ -24,7 +25,7 @@ $data = $response->json();
2425
- Lets you update API requests in one place.
2526
- Easily extend with your own functionality.
2627
- Framework agnostic.
27-
- Mocking requests for testing.
28+
- Mocking requests for testing. (work in progress)
2829

2930
> Note on mocking/faking: I'm currently looking for some help with mocking requests in Saloon. If you have any suggestions to make this better, please consider contributing to the issue on the issues page.
3031

0 commit comments

Comments
 (0)