laravel-whisper / whisper
Work with external APIs using the Eloquent ORM models.
Installs: 12 825
Dependents: 1
Suggesters: 0
Security: 0
Stars: 8
Watchers: 6
Forks: 3
Open Issues: 1
Requires
- php: ^7.0
- ext-json: *
- illuminate/contracts: 5.5.*|5.6.*|5.7.*|5.8.*
- illuminate/database: 5.5.*|5.6.*|5.7.*|5.8.*
- illuminate/support: 5.5.*|5.6.*|5.7.*|5.8.*
- nesbot/carbon: ^1.22
Requires (Dev)
- mockery/mockery: ^0.9.9
- phpunit/phpunit: ^6.0
README
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:
composer require laravel-whisper/whisper
Usage
$skeleton = new LaravelWhisper\Whisper; echo $skeleton->echoPhrase('Hello, World!');
Testing
composer test
Contributing
Please see CONTRIBUTING for details.
Credits
License
The MIT License (MIT). Please see License File for more information.