A standalone DateTime library originally based off of Carbon
Parse, validate, manipulate, and display dates in PHP w/ i18n support. Inspired by moment.js
Carbon is a date and time manipulation library for PHP that extends the native DateTime class. It provides a set of tools for calculating, formatting, and comparing dates and times using a simplified, human-readable syntax. The library utilizes a fluent interface and static factory methods to allow for chained method calls and intuitive object instantiation. It supports both mutable and immutable state options to manage how date objects are modified and returned. The toolset covers temporal data management, including time zone handling and localization-based formatting to convert date compon
The easy PHP Library for calculating holidays
The main features of azuyalabs/yasumi are: Geolocation and Utilities.
Open-source alternatives to azuyalabs/yasumi include: cakephp/chronos — A standalone DateTime library originally based off of Carbon. fightbulc/moment.php — Parse, validate, manipulate, and display dates in PHP w/ i18n support. Inspired by moment.js. jmikola/geojson — GeoJSON implementation for PHP. knplabs/knpmenu — Menu Library for PHP. kylekatarnls/business-time — Carbon mixin to handle business days and opening hours. briannesbitt/carbon — Carbon is a date and time manipulation library for PHP that extends the native DateTime class. It provides a set of…