xiscodev/racl

Opinionated RESTful API client for Laravel or Lumen
103 2
Install
composer require xiscodev/racl
Latest Version:v1.0.0
PHP:^7.4|^8.0
License:MIT
Last Updated:Mar 17, 2022
Links: GitHub  ·  Packagist
Maintainer: xiscodev

Opinionated RESTful API client for Laravel or Lumen

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

Installation

You can install the package via composer:

composer require xiscodev/racl

You can publish the config file with:

php artisan vendor:publish --provider="Xiscodev\Racl\RaclServiceProvider" --tag="racl-config"

This is the contents of the published config file:

return [
];

Usage

$racl = new Xiscodev\Racl();
echo $racl->echoPhrase('Hello, Racl!');

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.

Related Packages

atehnix/laravel-vk-requester

Laravel package for Vk.com API

3,446 74
devio/pipedrive

Complete Pipedrive API client for PHP and/or Laravel

1,888,309 171
artisaninweb/laravel-soap

A SoapClient wrapper integration for Laravel

4,826,967 629
zgldh/laravel-kefu5

Kefu5/kf5 RESTFul API for Laravel 5.1/5.2

56 10