https://github.com/bernskioldmedia/laravel-scrive
A Laravel package to work with the Scrive e-signing service.
https://github.com/bernskioldmedia/laravel-scrive
Last synced: 4 months ago
JSON representation
A Laravel package to work with the Scrive e-signing service.
- Host: GitHub
- URL: https://github.com/bernskioldmedia/laravel-scrive
- Owner: bernskioldmedia
- License: mit
- Created: 2022-05-15T08:33:35.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-09T03:02:29.000Z (over 1 year ago)
- Last Synced: 2024-04-15T20:14:40.206Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# A Laravel package to work with the Scrive e-signing service.
[](https://packagist.org/packages/bernskioldmedia/laravel-scrive)
[](https://github.com/bernskioldmedia/laravel-scrive/actions?query=workflow%3Arun-tests+branch%3Amain)
[](https://github.com/bernskioldmedia/laravel-scrive/actions?query=workflow%3A"Check+%26+fix+styling"+branch%3Amain)
[](https://packagist.org/packages/bernskioldmedia/laravel-scrive)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:
```bash
composer require bernskioldmedia/laravel-scrive
```You can publish the config file with:
```bash
php artisan vendor:publish --tag="laravel-scrive-config"
```This is the contents of the published config file:
```php
return [
];
```## Usage
```php
$laravelScrive = new BernskioldMedia\LaravelScrive();
echo $laravelScrive->echoPhrase('Hello, BernskioldMedia!');
```## Testing
```bash
composer test
```## Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Security Vulnerabilities
Please review [our security policy](../../security/policy) on how to report security vulnerabilities.
## Credits
- [Bernskiold Media](https://github.com/bernskioldmedia)
- [All Contributors](../../contributors)## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.