PHPackages                             iaipes/apiclient - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. iaipes/apiclient

ActiveLibrary[API Development](/categories/api)

iaipes/apiclient
================

REST client for the IAIP API

v0.2.0(7y ago)011MITPHP

Since Sep 27Pushed 7y ago1 watchersCompare

[ Source](https://github.com/iaipes/api-client-php)[ Packagist](https://packagist.org/packages/iaipes/apiclient)[ Docs](https://github.com/iaipes/api-client-php)[ RSS](/packages/iaipes-apiclient/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (7)Versions (5)Used By (0)

ApiClient
=========

[](#apiclient)

[![Latest Version on Packagist](https://camo.githubusercontent.com/417f17f6bbe2c8e5ef3d97320dd74201b6cda43533f34480ee05a4fe27dabac9/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6961697065732f617069636c69656e742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/iaipes/apiclient)[![Total Downloads](https://camo.githubusercontent.com/a2a1af746c2cf858bf8ecc5191a0594b0ec95acc6d5d0c3a286fae48f57d47e4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6961697065732f617069636c69656e742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/iaipes/apiclient)

Client for the REST API at [developers portal](http://developers.iaip.iw.sv/docs) of IAIP.

**Note:** This package is **under development** and **should not be used in production sites**, until version **1.0.0 or above** is released.

Dependencies
------------

[](#dependencies)

- [illuminate/support](https://github.com/illuminate/support)
- [guzzlehttp/guzzle](https://github.com/guzzle/guzzle)
- [vlucas/phpdotenv](https://github.com/vlucas/phpdotenv)

Installation
------------

[](#installation)

Via Composer

```
$ composer require iaipes/apiclient
```

### Configuration

[](#configuration)

#### Laravel

[](#laravel)

Publish configuration

```
php artisan vendor:publish --provider aipes\ApiClient\ApiClientServiceProvider
```

Configure the next variables in you `.env` file:

```
IAIPES_API_TOKEN={token}
IAIPES_API_URL=http://developers.iaip.iw.sv
IAIPES_API_TIMEOUT=10
```

**Note:** replace `{token}` with your developer access token.

Usage
-----

[](#usage)

### PHP

[](#php)

```
// Load dotenv if you have not (Not necessary in Laravel)
$dotenv = new Dotenv\Dotenv(__DIR__);
$dotenv->load();

use Iaipes\ApiClient\Http\Client\Api\V1\InformationRequestClient;

$client = new InformationRequestClient;

$response = $client->index([
        'include' => 'institution',
        'filter' => [
            'profession_cont' => 'Desarrollador'
        ],
        'sort' => 'created_at desc'
    ]);
```

**Note:** For more information about classes and methods, please check the [documentation](http://developers.iaip.iw.sv/docs)

Change log
----------

[](#change-log)

Please see the [changelog](changelog.md) for more information on what has changed recently.

Testing
-------

[](#testing)

Create a `.dot` file inside the `tests` folder

```
IAIPES_API_TOKEN={token}
IAIPES_API_URL=http://developers.iaip.iw.sv
IAIPES_API_TIMEOUT=30
```

**Note:** Replace `{token}` with your developer access token

Run the rest with the next command

```
$ composer test
```

Contributing
------------

[](#contributing)

Please see [contributing.md](contributing.md) for details and a todolist.

Security
--------

[](#security)

If you discover any security related issues, please email author email instead of using the issue tracker.

Credits
-------

[](#credits)

- [IAIP](https://github.com/iaipes)
- [All Contributors](./contributors.md)

License
-------

[](#license)

license. Please see the [license file](license.md) for more information.

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~12 days

Total

3

Last Release

2806d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5176081?v=4)[Emilio Forrer](/maintainers/emilioforrer)[@emilioforrer](https://github.com/emilioforrer)

![](https://www.gravatar.com/avatar/d4227b83eaf83e57557ea3c4c677f7d7b4b21f725188ca3158a10777baac586b?d=identicon)[iaipsv](/maintainers/iaipsv)

![](https://www.gravatar.com/avatar/952b16ea5cc7f43211c89eb6a90e0d07ac29f38c3fb5721513d5fb6760b46faa?d=identicon)[appsiw](/maintainers/appsiw)

---

Top Contributors

[![emilioforrer](https://avatars.githubusercontent.com/u/5176081?v=4)](https://github.com/emilioforrer "emilioforrer (20 commits)")

---

Tags

laravelapiclient

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/iaipes-apiclient/health.svg)

```
[![Health](https://phpackages.com/badges/iaipes-apiclient/health.svg)](https://phpackages.com/packages/iaipes-apiclient)
```

###  Alternatives

[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k38.6M289](/packages/laravel-dusk)[tempest/framework

The PHP framework that gets out of your way.

2.2k31.1k12](/packages/tempest-framework)[jasara/php-amzn-selling-partner-api

A fluent interface for Amazon's Selling Partner API in PHP

1348.1k1](/packages/jasara-php-amzn-selling-partner-api)[simplestats-io/laravel-client

Analytics for Laravel. Track visitors, registrations, and payments. Discover which channels actually drive revenue, not just traffic. Server-side, GDPR compliant, ad-blocker proof.

5019.3k](/packages/simplestats-io-laravel-client)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
