Webflow API wrapper for PHP and Laravel
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"
$webflow = new Svikramjeet\Webflow();
echo $webflow->info();
composer test
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.