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.
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.
Download Latest Version: 3.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.