File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -56,6 +56,15 @@ For production, Guzzle is recommended as the HTTP client:
5656composer 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
6170Look 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
You can’t perform that action at this time.
0 commit comments