PHPackages                             braincrafted/human-date-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. braincrafted/human-date-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

braincrafted/human-date-bundle
==============================

Bundle for Symfony2 to transform dates in human readable form

54901PHP

Since May 14Pushed 12y ago1 watchersCompare

[ Source](https://github.com/braincrafted/human-date-bundle)[ Packagist](https://packagist.org/packages/braincrafted/human-date-bundle)[ RSS](/packages/braincrafted-human-date-bundle/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

BraincraftedHumanDateBundle
===========================

[](#braincraftedhumandatebundle)

DEPRECATED IN FAVOR OF [cocur/human-date](https://github.com/cocur/human-date)!
===============================================================================

[](#deprecated-in-favor-of-cocurhuman-date)

[![Build Status](https://camo.githubusercontent.com/5030bcc03792fdeacd09ed173236e6be229708746355f6b28845ff5cc1581416/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f627261696e637261667465642f68756d616e2d646174652d62756e646c652e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/braincrafted/human-date-bundle)

Made in Vienna by [Florian Eckerstorfer](http://florianeckerstorfer.com).

About
-----

[](#about)

Transforms the given `\DateTime` object into a human date.

Installation
------------

[](#installation)

### Composer

[](#composer)

BraincraftedHumanDateBundle is on Packagist: `braincrafted/human-date-bundle`

```
{
    "require": {
        "braincrafted/human-date-bundle": "dev-master"
    }
}

```

### Git

[](#git)

Of course, it is also possible to clone the Git repository:

```
git clone git://github.com/braincrafted/human-date-bundle.git

```

Usage
-----

[](#usage)

For example, assuming that today is `2012-08-18`:

```
