{"id":18785754,"url":"https://github.com/uzyn/practera-tags","last_synced_at":"2025-06-13T04:32:31.721Z","repository":{"id":22736861,"uuid":"26081914","full_name":"uzyn/practera-tags","owner":"uzyn","description":"Tags for Practera, forked from CakeDC's","archived":false,"fork":false,"pushed_at":"2016-02-09T00:01:51.000Z","size":232,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-06-11T01:48:25.726Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/uzyn.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-11-02T13:57:43.000Z","updated_at":"2016-02-09T00:01:52.000Z","dependencies_parsed_at":"2022-08-21T10:30:34.554Z","dependency_job_id":null,"html_url":"https://github.com/uzyn/practera-tags","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/uzyn/practera-tags","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uzyn%2Fpractera-tags","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uzyn%2Fpractera-tags/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uzyn%2Fpractera-tags/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uzyn%2Fpractera-tags/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uzyn","download_url":"https://codeload.github.com/uzyn/practera-tags/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uzyn%2Fpractera-tags/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259580866,"owners_count":22879742,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-07T20:49:35.387Z","updated_at":"2025-06-13T04:32:31.686Z","avatar_url":"https://github.com/uzyn.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tags Plugin for CakePHP #\n\nVersion 1.2 for cake 2.x\n\nThe tags plugin includes the Taggable Behavior that allows you to simply tag everything.\n\nIt saves all tags in a tags table and connects any kind of records to them through the tagged table.\n\nTo create tables you can use migrations plugin or schema shell. To create tables execute:\n\ncake schema create --plugin Tags --name tags\n\nYou can specify alternate tables for both in the case you get *A LOT* records tagged.\n\n## Usage ##\n\nTo make something taggable you just need to do two things:\n\n* Attach the taggable behavior\n* Add a 'tags' field into your view for the model you just made taggable\n\nThe taggable behavior can be configured using the following parameters\n\n* separator             - separator used to enter a lot of tags, comma by default\n* tagAlias              - model alias for Tag model\n* tagClass              - class name of the model storing the tags\n* taggedClass           - class name of the HABTM association table between tags and models\n* field                 - the field name that contains the raw tags as string\n* foreignKey            - foreignKey used in the HABTM association\n* associationForeignKey - associationForeignKey used in the HABTM association\n* automaticTagging      - if set to true you don't need to use saveTags() manually\n* language              - only tags in a certain language, string or array\n* taggedCounter         - true to update the number of times a particular tag was used for a specific record\n\nThe Tagged model contains a method _findCloud which can be used like any other find $this-\u003eModel-\u003efind('cloud', $options);\n\nThe result contains a \"weight\" field which has a normalized size of the tag occurrence set. The min and max size can be set by passing 'minSize\" and 'maxSize' to the query. This value can be used in the view to control the size of the tag font.\n\nTags can contain special tokens called \"identifiers\" to namespace tags or classify them into categories.\n\nA valid tags string to be saved is \"foo, bar, cakephp:special\".\n\nThe token \"cakephp\" will end up as the identifier or category for the tag \"special\"\n\n## Requirements ##\n\n* PHP version: PHP 5.2+\n* CakePHP version: 1.3 Stable\n\n## Support ##\n\nFor support and feature request, please visit the [Tags Plugin Support Site](http://github.com/cakedc/tags/).\n\nFor more information about our Professional CakePHP Services please visit the [Cake Development Corporation website](http://cakedc.com).\n\n## Branch strategy ##\n\nThe master branch holds the STABLE latest version of the plugin. \nDevelop branch is UNSTABLE and used to test new features before releasing them. \n\nPrevious maintenance versions are named after the CakePHP compatible version, for example, branch 1.3 is the maintenance version compatible with CakePHP 1.3.\nAll versions are updated with security patches.\n\n## Contributing to this Plugin ##\n\nPlease feel free to contribute to the plugin with new issues, requests, unit tests and code fixes or new features. If you want to contribute some code, create a feature branch from develop, and send us your pull request. Unit tests for new features and issues detected are mandatory to keep quality high. \n\n\n## License ##\n\nCopyright 2009-2012, [Cake Development Corporation](http://cakedc.com)\n\nLicensed under [The MIT License](http://www.opensource.org/licenses/mit-license.php)\u003cbr/\u003e\nRedistributions of files must retain the above copyright notice.\n\n## Copyright ###\n\nCopyright 2009-2011\u003cbr/\u003e\n[Cake Development Corporation](http://cakedc.com)\u003cbr/\u003e\n1785 E. Sahara Avenue, Suite 490-423\u003cbr/\u003e\nLas Vegas, Nevada 89104\u003cbr/\u003e\nhttp://cakedc.com\u003cbr/\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuzyn%2Fpractera-tags","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuzyn%2Fpractera-tags","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuzyn%2Fpractera-tags/lists"}