PHP Package: laminas/laminas-mvc

Laminas MVC is a powerful PHP library for building web applications with robust model-view-controller architecture.

Current Version: 3.8.0
Last Updated: 2024-11-21
PHP Requirement: ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0
Dependencies:
laminas/laminas-servicemanager
laminas/laminas-eventmanager
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Laminas MVC is a feature-rich PHP library that provides developers with a flexible and scalable framework for creating dynamic web applications. It offers a comprehensive set of tools and components to streamline the development process and ensure maintainability and extensibility.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 3.8.0

Download Download v3.8.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/laminas/laminas-mvc/3.8.0/loader.php';
require_once 'libs/laminas/laminas-servicemanager/4.4.0/loader.php';
require_once 'libs/laminas/laminas-eventmanager/3.14.0/loader.php';

use Laminas\Mvc\Application;
use Laminas\Mvc\Controller\AbstractActionController;

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