PHPackages                             oppara/cakephp-plugin-unix-timestamp - 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. oppara/cakephp-plugin-unix-timestamp

ActiveCakephp-plugin[Utility &amp; Helpers](/categories/utility)

oppara/cakephp-plugin-unix-timestamp
====================================

UnixTimestamp behavior

0.1.0(8y ago)04MITPHP

Since Mar 12Pushed 8y ago1 watchersCompare

[ Source](https://github.com/oppara/cakephp-plugin-unix-timestamp)[ Packagist](https://packagist.org/packages/oppara/cakephp-plugin-unix-timestamp)[ Docs](https://github.com/oppara/cakephp-plugin-unix-timestamp)[ RSS](/packages/oppara-cakephp-plugin-unix-timestamp/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (3)Versions (2)Used By (0)

UnixTimestamp plugin for CakePHP
================================

[](#unixtimestamp-plugin-for-cakephp)

[![Build Status](https://camo.githubusercontent.com/b15a70928ac7312f5abf3787bc773597295dd32760c71818992edc5172484028/68747470733a2f2f7472617669732d63692e6f72672f6f70706172612f63616b657068702d706c7567696e2d756e69782d74696d657374616d702e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/oppara/cakephp-plugin-unix-timestamp)[![codecov](https://camo.githubusercontent.com/9090df77c01d34b0d648f736330c9e2d5dabc332cb93309a6ec76f86598f4768/68747470733a2f2f636f6465636f762e696f2f67682f6f70706172612f63616b657068702d706c7567696e2d756e69782d74696d657374616d702f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/oppara/cakephp-plugin-unix-timestamp)

You can use this UnixTimestampBehavior insted of CakePHP's TimestampBehavior when want to save the unix timestamp

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

[](#installation)

You can install this plugin into your CakePHP application using [composer](http://getcomposer.org).

The recommended way to install composer packages is:

```
composer require oppara/cakephp-plugin-unix-timestamp

```

Enable plugin
-------------

[](#enable-plugin)

You need to enable the plugin your config/bootstrap.php file:

```
