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
- Host: GitHub
- URL: https://github.com/ziming/laravel-get-response
- Owner: ziming
- License: mit
- Created: 2025-03-18T06:59:04.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-18T08:21:20.000Z (about 1 year ago)
- Last Synced: 2025-03-18T08:30:36.114Z (about 1 year ago)
- Topics: getresponse, getresponse-api, laravel, php
- Language: PHP
- Homepage: https://www.getresponse.com/?a=CWFQvGnyXN
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# A PHP Laravel Library for GetResponse API
[](https://packagist.org/packages/ziming/laravel-get-response)
[](https://github.com/ziming/laravel-get-response/actions?query=workflow%3Arun-tests+branch%3Amain)
[](https://github.com/ziming/laravel-get-response/actions?query=workflow%3A"Fix+PHP+code+style+issues"+branch%3Amain)
[](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.