Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/laravel-whisper/framework
- Owner: laravel-whisper
- License: mit
- Created: 2017-09-05T19:19:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-05T10:04:33.000Z (over 5 years ago)
- Last Synced: 2024-11-16T17:44:45.475Z (2 months ago)
- Topics: api, eloquent, eloquent-orm-models, laravel, whisper
- Language: PHP
- Homepage:
- Size: 34.2 KB
- Stars: 8
- Watchers: 6
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
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.