An open API service indexing awesome lists of open source software.

https://github.com/ziming/laravel-get-response

PHP Laravel GetResponse API Library
https://github.com/ziming/laravel-get-response

getresponse getresponse-api laravel php

Last synced: about 1 month ago
JSON representation

PHP Laravel GetResponse API Library

Awesome Lists containing this project

README

          

# A PHP Laravel Library for GetResponse API

[![Latest Version on Packagist](https://img.shields.io/packagist/v/ziming/laravel-get-response.svg?style=flat-square)](https://packagist.org/packages/ziming/laravel-get-response)
[![GitHub Tests Action Status](https://img.shields.io/github/actions/workflow/status/ziming/laravel-get-response/run-tests.yml?branch=main&label=tests&style=flat-square)](https://github.com/ziming/laravel-get-response/actions?query=workflow%3Arun-tests+branch%3Amain)
[![GitHub Code Style Action Status](https://img.shields.io/github/actions/workflow/status/ziming/laravel-get-response/fix-php-code-style-issues.yml?branch=main&label=code%20style&style=flat-square)](https://github.com/ziming/laravel-get-response/actions?query=workflow%3A"Fix+PHP+code+style+issues"+branch%3Amain)
[![Total Downloads](https://img.shields.io/packagist/dt/ziming/laravel-get-response.svg?style=flat-square)](https://packagist.org/packages/ziming/laravel-get-response)

A PHP Laravel library for GetResponse API

Still in progress, to be updated

## Support

- Laravel 10.x, 11.x, 12.x, and 13.x

## Installation

You can install the package via composer:

```bash
composer require ziming/laravel-get-response
```

You can publish the config file with:

```bash
php artisan vendor:publish --tag="laravel-get-response-config"
```

This is the contents of the published config file:

```php
return [
];
```

## Usage

```php
// Still in Progress. To be updated
```

## Testing

```bash
composer test
```

## Changelog

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

## Contributing

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

## Security Vulnerabilities

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

## Credits

- [ziming](https://github.com/ziming)
- [All Contributors](../../contributors)

## License

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.