PHP Package: brick/date-time

Efficient PHP library for date and time management, ensuring precision and flexibility in handling temporal data.

Current Version: 0.7.0
Last Updated: 2024-06-23
PHP Requirement: ^8.1
Dependencies: None

Package Description

The 'brick/date-time' library offers comprehensive functionality for managing date and time in PHP applications. With a focus on precision and flexibility, it provides robust features to simplify date-related operations. This library is optimized to enhance performance and accuracy in handling temporal data, making it an ideal choice for developers working with time-sensitive applications.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 0.7.0

Download Download v0.7.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/brick/date-time/0.7.0/loader.php';
use Brick\DateTime\Instant;

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