https://github.com/CakeDC/tags
Tags Plugin for CakePHP
https://github.com/CakeDC/tags
Last synced: 5 months ago
JSON representation
Tags Plugin for CakePHP
- Host: GitHub
- URL: https://github.com/CakeDC/tags
- Owner: CakeDC
- License: other
- Archived: true
- Created: 2010-02-16T11:21:48.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2017-12-08T22:03:22.000Z (over 8 years ago)
- Last Synced: 2025-12-15T01:56:22.501Z (7 months ago)
- Language: PHP
- Homepage: http://cakedc.com
- Size: 402 KB
- Stars: 132
- Watchers: 27
- Forks: 56
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Tags Plugin for CakePHP
=======================
[](http://travis-ci.org/CakeDC/tags)
[](https://packagist.org/packages/CakeDC/tags)
[](https://packagist.org/packages/CakeDC/tags)
The **Tags** plugin includes the TaggableBehavior that allows you to simply tag everything.
It saves all tags in a single tags table and connects any kind of records to them through the tagged table.
Requirements
------------
* CakePHP 2.5+
* PHP 5.2.8+
Documentation
-------------
For documentation, as well as tutorials, see the [Docs](Docs/Home.md) directory of this repository.
Support
-------
For bugs and feature requests, please use the [issues](https://github.com/CakeDC/tags/issues) section of this repository.
Commercial support is also available, [contact us](http://cakedc.com/contact) for more information.
Contributing
------------
This repository follows the [CakeDC Plugin Standard](http://cakedc.com/plugin-standard). If you'd like to contribute new features, enhancements or bug fixes to the plugin, please read our [Contribution Guidelines](http://cakedc.com/contribution-guidelines) for detailed instructions.
License
-------
Copyright 2007-2014 Cake Development Corporation (CakeDC). All rights reserved.
Licensed under the [MIT](http://www.opensource.org/licenses/mit-license.php) License. Redistributions of the source code included in this repository must retain the copyright notice found in each file.