PHP Package: nette/neon

Nette Neon is a PHP library for working with NEON file format, providing easy parsing and generation functionalities for developers.

Current Version: 3.4.4
Last Updated: 2024-10-04
PHP Requirement: >=7.1
Dependencies: nette/finder, nette/utils
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Nette Neon is a versatile PHP library designed to handle NEON file format effortlessly. It simplifies the parsing and generation of NEON files, offering powerful features for developers. With Nette Neon, managing NEON data becomes efficient and straightforward, enhancing your PHP 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/autoload.php';

use Nette\Neon\Neon;
use Nette\Finder\Finder;
use Nette\Utils\Arrays;


$obj = new Nette\Neon\Neon();
echo "✅ Example created successfully.";

?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.