PHP Package: nette/neon

Nette Neon is a powerful library for handling NEON files in PHP applications, providing easy and efficient parsing, writing, and manipulation capabilities.

Current Version: 3.4.4
Last Updated: 2024-10-04
PHP Requirement: 8.0 - 8.4
Dependencies: None

Package Description

Nette Neon is a feature-rich PHP library that simplifies working with NEON configuration files. It offers a comprehensive set of tools for reading, writing, and modifying NEON data structures, making it a go-to solution for developers seeking seamless integration and management of configuration files within their projects.

🔗 View on GitHub

Download Latest Version: 3.4.4

Download Download v3.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/nette/neon/3.4.4/loader.php';
use Nette\Neon\Neon;

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