Skip to content

Streamline your document signing workflows with this powerful Laravel application integrated with SignNow's e-signature API. Secure, efficient, and easy to use.

Notifications You must be signed in to change notification settings

rishabgoyal368/laravel-signnow

Repository files navigation

Laravel API Implementation with SignNow

This Laravel project demonstrates the implementation of SignNow's electronic signature API. SignNow is a powerful e-signature platform that allows you to manage and automate document signing workflows.

Getting Started

Follow these steps to set up the project:

  1. Clone the Repository:

  2. Install Dependencies:

  3. Environment Variables:

Create a .env file in the project root and configure the following variables:

SIGNNOW_CLIENT_ID=your-signnow-client-id
SIGNNOW_SECRET_ID=your-signnow-client-secret
SIGNNOW_BASIC_TOKEN=your-signnow-basic-token
SIGNNOW_BASE_URL=your-signnow-base-url

  1. Start the Application:

php artisan serve

The Laravel application should now be running and accessible via http://127.0.0.1:8000.

SignNow API Implementation

  • The SignNow API implementation is done in the application's controllers and routes. You can find specific routes and controller methods that interact with SignNow's API to create, manage, and sign documents.

  • Refer to SignNow's API documentation for detailed information on how to use the API: SignNow API Documentation
    Signnow PHP

  • Ensure that you have obtained the required credentials (client ID, client secret, basic token, and base URL) from SignNow to configure your .env variables.

  • This Laravel project serves as an example of how to integrate SignNow into your application. Customize it according to your specific requirements and document workflows.

Contributing

If you have suggestions or improvements for this project, feel free to open issues and submit pull requests.

About

Streamline your document signing workflows with this powerful Laravel application integrated with SignNow's e-signature API. Secure, efficient, and easy to use.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published