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: 14 days 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 (almost 6 years ago)
- Last Synced: 2025-04-10T00:15:57.549Z (14 days ago)
- Topics: api, eloquent, eloquent-orm-models, laravel, whisper
- Language: PHP
- Homepage:
- Size: 34.2 KB
- Stars: 9
- Watchers: 5
- 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.
[](https://packagist.org/packages/laravel-whisper/whisper)
[](https://travis-ci.org/Laravel-Whisper/Whisper)
[](https://styleci.io/repos/102520788)
[](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.