PHP Package: spiral/framework

Spiral framework is a PHP library providing powerful tools for web development, including ORM, scaffolding, and more.

Current Version: 3.15.5
Last Updated: 2025-03-12
PHP Requirement: >=8.1
Dependencies: None

Package Description

Spiral framework is a comprehensive PHP library designed for modern web applications. It offers a robust ORM, efficient scaffolding, and a flexible architecture. With advanced features like caching, routing, and authentication, the framework empowers developers to build scalable and secure projects. Ensure high performance and code quality with Spiral framework.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 3.15.8

Clock Coming soon

Previous Versions

Code Integration Example

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

<?php
// Example from PHPlibraries.com
require_once 'libs/spiral/framework/3.15.8/loader.php';

use Spiral\Framework\Class1;

$obj = new Class1();
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.