Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/laravel-whisper/framework

[WIP] Work with external APIs using the Eloquent ORM models.
https://github.com/laravel-whisper/framework

api eloquent eloquent-orm-models laravel whisper

Last synced: about 11 hours ago
JSON representation

[WIP] Work with external APIs using the Eloquent ORM models.

Awesome Lists containing this project

README

        

# Work with external APIs using the Eloquent ORM models.

[![Latest Version on Packagist](https://img.shields.io/packagist/v/laravel-whisper/whisper.svg?style=flat-square)](https://packagist.org/packages/laravel-whisper/whisper)
[![Build Status](https://img.shields.io/travis/Laravel-Whisper/Whisper/master.svg?style=flat-square)](https://travis-ci.org/Laravel-Whisper/Whisper)
[![StyleCI Badge](https://styleci.io/repos/102520788/shield?style=flat-square)](https://styleci.io/repos/102520788)
[![Total Downloads](https://img.shields.io/packagist/dt/laravel-whisper/whisper.svg?style=flat-square)](https://packagist.org/packages/laravel-whisper/whisper)

This is where your description should go. Try and limit it to a paragraph or two, and maybe throw in a mention of what PSRs you support to avoid any confusion with users and contributors.

## Installation

You can install the package via composer:

```bash
composer require laravel-whisper/whisper
```

## Usage

``` php
$skeleton = new LaravelWhisper\Whisper;
echo $skeleton->echoPhrase('Hello, World!');
```

## Testing

``` bash
composer test
```

## Contributing

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

## Credits

- [Miguel Piedrafita](https://github.com/m1guelpf)
- [Sergio Ródenas](https://github.com/Rodenastyle)
- [All Contributors](../../contributors)

## License

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