Skip to content

Commit a8b3875

Browse files
committed
Moved the framework integration section to top for easier view.
1 parent 28b252e commit a8b3875

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,15 @@ For production, Guzzle is recommended as the HTTP client:
5656
composer require pralhadstha/zipcoder-php guzzlehttp/guzzle
5757
```
5858

59+
## Framework Integration
60+
61+
If you are using a framework, check out our dedicated integration package:
62+
63+
| Framework | Package | Stats |
64+
|-----------|---------|-------|
65+
| [Laravel](https://github.com/pralhadstha/Zipcoder-laravel) | `pralhadstha/zipcoder-laravel` | [![Latest Stable Version](https://img.shields.io/packagist/v/pralhadstha/zipcoder-laravel.svg?style=flat-square)](https://packagist.org/packages/pralhadstha/zipcoder-laravel) [![Total Downloads](https://img.shields.io/packagist/dt/pralhadstha/zipcoder-laravel.svg?style=flat-square)](https://packagist.org/packages/pralhadstha/zipcoder-laravel) |
66+
67+
5968
## Quick Start
6069

6170
Look up a US zip code and get the city and state in 4 lines:
@@ -455,14 +464,6 @@ Zipcoder accepts any PSR-18 compatible HTTP client. The first constructor argume
455464
| Guzzle 7 | `composer require guzzlehttp/guzzle` | `new \GuzzleHttp\Client(['timeout' => 10])` |
456465
| Symfony HttpClient | `composer require symfony/http-client` | PSR-18 adapter |
457466

458-
## Framework Integration
459-
460-
If you are using a framework, check out our dedicated integration package:
461-
462-
| Framework | Package | Stats |
463-
|-----------|---------|-------|
464-
| [Laravel](https://github.com/pralhadstha/Zipcoder-laravel) | `pralhadstha/zipcoder-laravel` | [![Latest Stable Version](https://img.shields.io/packagist/v/pralhadstha/zipcoder-laravel.svg?style=flat-square)](https://packagist.org/packages/pralhadstha/zipcoder-laravel) [![Total Downloads](https://img.shields.io/packagist/dt/pralhadstha/zipcoder-laravel.svg?style=flat-square)](https://packagist.org/packages/pralhadstha/zipcoder-laravel) |
465-
466467
## Testing
467468

468469
```bash

0 commit comments

Comments
 (0)