PHP Package: spiral/core

Spiral Core is a powerful PHP library for building web applications with advanced features and high performance.

Current Version: 1.4.4
Last Updated: 2019-12-27
PHP Requirement: ^7.2
Dependencies:
spiral/core-dependency1
spiral/core-dependency2
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Spiral Core is a robust PHP library designed to facilitate web application development with a focus on scalability, security, and flexibility. It provides a wide range of tools and utilities to streamline development processes and enhance overall project efficiency, making it an ideal choice for modern PHP projects of any size.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 1.4.4

Download Download v1.4.4

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/core/1.4.4/loader.php';
require_once 'libs/spiral/core-dependency1/{lib_version}/loader.php';
require_once 'libs/spiral/core-dependency2/{lib_version}/loader.php';

use Spiral\Core\Class1;
use spiral/core-dependency1\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.