Download the PHP package alexanderpavlov/laravel5-genderize-api-client without Composer
On this page you can find all versions of the php package alexanderpavlov/laravel5-genderize-api-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download alexanderpavlov/laravel5-genderize-api-client
More information about alexanderpavlov/laravel5-genderize-api-client
Files in alexanderpavlov/laravel5-genderize-api-client
Download alexanderpavlov/laravel5-genderize-api-client
More information about alexanderpavlov/laravel5-genderize-api-client
Files in alexanderpavlov/laravel5-genderize-api-client
Vendor alexanderpavlov
Package laravel5-genderize-api-client
Short Description Laravel 5 client for the genderize.io API
License MIT
Homepage https://github.com/pixelpeter/laravel5-genderize-api-client
Package laravel5-genderize-api-client
Short Description Laravel 5 client for the genderize.io API
License MIT
Homepage https://github.com/pixelpeter/laravel5-genderize-api-client
Please rate this library. Is it a good library?
Informations about the package laravel5-genderize-api-client
Laravel 5 Genderize.io API Client
A simple Laravel 5 client for the Genderize.io API. It provides a fluent interface for easy request building.
Version overview
Laravel | php | use branch |
---|---|---|
5.8 | 7.1, 7.2, 7.3 | w.i.p. |
5.7 | 7.1, 7.2, 7.3 | 2.0.x |
5.6 | 7.1, 7.2, 7.3 | 2.0.x |
5.5 | 7.0, 7.1, 7.2 | 1.1.x/2.0.x |
Installation
Step 1: Install Through Composer
Step 2: Add the Service Provider (not needed with v2.x because of auto discovery)
Add the service provider in app/config/app.php
Step 3: Add the Facade
Add the alias in app/config/app.php
Step 4: Publish the configuration file
This is only needed when you have an API key from Genderize.io
Examples
Send requests
Single name
Multiple names (max. 10)
Add language and country options
Working with the response
For single usage
For batch usage
Getting information about the request and limits
More documentation
Refer to Genderize.io API Documentation for more examples and documentation.
Testing
Run the tests with:
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel5-genderize-api-client with dependencies
PHP Build Version
Package Version
The package alexanderpavlov/laravel5-genderize-api-client contains the following files
Loading the files please wait ....