svikramjeet/webflow

connect with webflow via API

0.1.1 2024-04-24 13:16 UTC

This package is auto-updated.

Last update: 2024-04-29 16:01:33 UTC


README

Latest Version on Packagist Total Downloads

Webflow API wrapper for PHP and Laravel

Installation

You can install the package via composer:

composer require svikramjeet/webflow

You can publish the config file with:

php artisan vendor:publish --tag="webflow-config"

This is the contents of the published config file:

return [
    'token' => env('WEBFLOW_TOKEN'),
];

Optionally, you can publish the views using

php artisan vendor:publish --tag="webflow-views"

Usage

$webflow = new Svikramjeet\Webflow();
echo $webflow->info();

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.