{"id":19571753,"url":"https://github.com/loadsys/cakephp-sociallinks","last_synced_at":"2025-10-17T10:43:14.474Z","repository":{"id":11514465,"uuid":"13995138","full_name":"loadsys/CakePHP-SocialLinks","owner":"loadsys","description":null,"archived":false,"fork":false,"pushed_at":"2015-05-08T01:34:11.000Z","size":488,"stargazers_count":1,"open_issues_count":2,"forks_count":1,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-01-09T03:14:46.603Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/loadsys.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-10-30T18:07:52.000Z","updated_at":"2016-04-16T05:14:58.000Z","dependencies_parsed_at":"2022-09-22T23:40:28.680Z","dependency_job_id":null,"html_url":"https://github.com/loadsys/CakePHP-SocialLinks","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loadsys%2FCakePHP-SocialLinks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loadsys%2FCakePHP-SocialLinks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loadsys%2FCakePHP-SocialLinks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loadsys%2FCakePHP-SocialLinks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/loadsys","download_url":"https://codeload.github.com/loadsys/CakePHP-SocialLinks/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240840036,"owners_count":19866164,"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-11T06:19:56.218Z","updated_at":"2025-10-17T10:43:09.439Z","avatar_url":"https://github.com/loadsys.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CakePHP-SocialLinks\n\n[![Latest Version](https://img.shields.io/github/release/loadsys/CakePHP-SocialLinks.svg?style=flat-square)](https://github.com/loadsys/CakePHP-SocialLinks/releases)\n[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)\n[![Build Status](https://travis-ci.org/loadsys/CakePHP-SocialLinks.svg?branch=master\u0026style=flat-square)](https://travis-ci.org/loadsys/CakePHP-SocialLinks)\n[![Coverage Status](https://coveralls.io/repos/loadsys/CakePHP-SocialLinks/badge.svg)](https://coveralls.io/r/loadsys/CakePHP-SocialLinks)\n[![Total Downloads](https://img.shields.io/packagist/dt/loadsys/cakephp_sociallinks.svg?style=flat-square)](https://packagist.org/packages/loadsys/cakephp_sociallinks)\n\nAdds fields to a model for saving social links, eg. Blog, Facebook, Twitter, etc.\n\n## Requirements ##\n\n* PHP 5.3+\n* CakePHP 2.1+\n\n## Installation\n\n### Composer\n\n````bash\n$ composer require loadsys/cakephp_sociallinks:~1.0\n````\n\n## Usage ##\n\n* Add SocialLinks to your application by adding this line to your bootstrap.php\n\n````php\nCakePlugin::load('SocialLinks');\n````\n\n* Add Behavior to the Model, each parameter is the database field name, or `false` to not include that field\n\n````php\npublic $actsAs = array(\n\t'SocialLinks.SocialLinks' =\u003e array(\n\t\t'blog' =\u003e 'blog', //blog field name in the database, or false if you don't have this field\n\t\t'pinterest' =\u003e false, //pinterest field name in the database, or false if you don't have this field\n\t\t'googleplus' =\u003e 'googleplus', //googleplus field name in the database, or false if you don't have this field\n\t\t'youtube' =\u003e 'youtube', //youtube field name in the database, or false if you don't have this field\n\t\t'linkedin' =\u003e 'linkedin', //linkedin field name in the database, or false if you don't have this field\n\t\t'facebook' =\u003e 'facebook', //facebook field name in the database, or false if you don't have this field\n\t\t'twitter' =\u003e 'twitter', //twitter field name in the database, or false if you don't have this field\n\t),\n);\n````\n\n## Contributing\n\n* Fork the plugin to your Github account\n* Checkout the plugin\n* Create a new branch with your changes\n* Issue a PR back to the master branch with your changes\n\n##License\n\nCopyright (c) 2015 Loadsys Web Strategies\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Floadsys%2Fcakephp-sociallinks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Floadsys%2Fcakephp-sociallinks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Floadsys%2Fcakephp-sociallinks/lists"}