PHP Package: spatie/blink

A PHP library for building SEO-optimized applications with great performance and flexibility.

Current Version: 1.4.0
Last Updated: 2023-07-19
PHP Requirement: ^8.0
Dependencies:
spatie/permission
illuminate/support
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Blink is a powerful PHP library designed to enhance your web applications by providing advanced SEO features, optimizing performance, and offering unmatched flexibility. With Blink, you can easily implement cutting-edge techniques to boost your site's search engine visibility and user experience. Whether you're a seasoned developer or just starting out, Blink is the perfect tool to take your projects to the next level.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 1.4.0

Download Download v1.4.0

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/spatie/blink/1.4.0/loader.php';
require_once 'libs/spatie/permission/{lib_version}/loader.php';
require_once 'libs/illuminate/support/12.33.0/loader.php';

use Spatie\Blink\Blink;
use Illuminate\Support\ServiceProvider;

$obj = new Blink();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.