{"id":14972225,"url":"https://github.com/cakephp-bootstrap/cakephp3-bootstrap-helpers","last_synced_at":"2025-04-04T07:05:50.860Z","repository":{"id":19125846,"uuid":"22355273","full_name":"CakePHP-Bootstrap/cakephp3-bootstrap-helpers","owner":"CakePHP-Bootstrap","description":"CakePHP 3.x Helpers for Bootstrap 3 and 4.","archived":false,"fork":false,"pushed_at":"2023-04-06T06:48:07.000Z","size":3923,"stargazers_count":130,"open_issues_count":20,"forks_count":77,"subscribers_count":23,"default_branch":"master","last_synced_at":"2025-04-04T07:05:43.858Z","etag":null,"topics":["bootstrap","bootstrap3","bootstrap4","cakephp","cakephp-helper","cakephp3","php"],"latest_commit_sha":null,"homepage":"https://holt59.github.io/cakephp3-bootstrap-helpers/","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/CakePHP-Bootstrap.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-07-28T19:37:19.000Z","updated_at":"2023-09-30T18:39:30.000Z","dependencies_parsed_at":"2024-06-18T13:58:45.703Z","dependency_job_id":"d60bec36-44f1-4506-a9f0-2120dbafe087","html_url":"https://github.com/CakePHP-Bootstrap/cakephp3-bootstrap-helpers","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CakePHP-Bootstrap%2Fcakephp3-bootstrap-helpers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CakePHP-Bootstrap%2Fcakephp3-bootstrap-helpers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CakePHP-Bootstrap%2Fcakephp3-bootstrap-helpers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CakePHP-Bootstrap%2Fcakephp3-bootstrap-helpers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CakePHP-Bootstrap","download_url":"https://codeload.github.com/CakePHP-Bootstrap/cakephp3-bootstrap-helpers/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247135143,"owners_count":20889420,"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":["bootstrap","bootstrap3","bootstrap4","cakephp","cakephp-helper","cakephp3","php"],"created_at":"2024-09-24T13:46:35.388Z","updated_at":"2025-04-04T07:05:50.830Z","avatar_url":"https://github.com/CakePHP-Bootstrap.png","language":"PHP","readme":"# CakePHP 3.x Helpers for Bootstrap\n\n[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)\n[![Packagist](https://img.shields.io/packagist/dt/holt59/cakephp3-bootstrap-helpers.svg?style=flat-square)](https://packagist.org/packages/holt59/cakephp3-bootstrap-helpers)\n\u003c!-- [![Travis](https://img.shields.io/travis/Holt59/cakephp3-bootstrap-helpers/master.svg?style=flat-square)](https://travis-ci.com/Holt59/cakephp3-bootstrap-helpers) --\u003e\n\nCakePHP 3.x Helpers to generate HTML with @Twitter Boostrap style: `Breadcrumbs`,\n`Flash`, `Form`, `Html`, `Modal`, `Navbar`, `Panel` and `Paginator` helpers available!\n\n## How to... ?\n\n### Installation\n\nIf you want the latest **Bootstrap 3** version of the plugin:\n\n- Add the plugin to your `composer.json` (see below if you want to use another branch / version):\n\n```bash\ncomposer require holt59/cakephp3-bootstrap-helpers:dev-master\n# or the following if you want to use the Bootstrap 4 version (alpha)\ncomposer require holt59/cakephp3-bootstrap-helpers:dev-4.0.3\n```\n\n- Load the plugin in your `config/bootstrap.php`:\n\n```php\nPlugin::load('Bootstrap');\n```\n\n- [Load the helpers](https://book.cakephp.org/3.0/en/views/helpers.html#configuring-helpers)\n  you want in your `View/AppView.php`:\n\n```php\n$this-\u003eloadHelper('Html', [\n    'className' =\u003e 'Bootstrap.Html',\n    // Other configuration options...\n]);\n```\n\nThe full plugin documentation is available at\n[https://cakephp-bootstrap.github.io/cakephp3-bootstrap-helpers/](https://cakephp-bootstrap.github.io/cakephp3-bootstrap-helpers/).\n\n### Table of version and requirements\n\n| Version | Bootstrap version | CakePHP version | Information |\n|---------|-------------------|-----------------|-------------|\n| [master](https://github.com/cakephp-bootstrap/cakephp3-bootstrap-helpers/tree/master) | 3 | \u003e= 3.7.0 | Current active V3 branch. |\n| [4.0.3](https://github.com/cakephp-bootstrap/cakephp3-bootstrap-helpers/tree/v4.0.3) | 4 | \u003e= 3.7.0 | Current active V4 branch. |\n| [4.0.2](https://github.com/cakephp-bootstrap/cakephp3-bootstrap-helpers/tree/v4.0.2) | 4 | \u003e= 3.7.0 | Latest V4 release. |\n| [3.1.4](https://github.com/cakephp-bootstrap/cakephp3-bootstrap-helpers/tree/v3.1.2) | 3 | \u003e= 3.7.0 | Open issue(s) if necessary. |\n| \u003c= [3.1.2](https://github.com/cakephp-bootstrap/cakephp3-bootstrap-helpers/tree/v3.1.1) | 3 | \u003c 3.4.0 | Deprecated. |\n\n## Contributing\n\nDo not hesitate to [**post a github issue**](https://github.com/cakephp-bootstrap/cakephp3-bootstrap-helpers/issues/new) or [**submit a pull request**](https://github.com/cakephp-bootstrap/cakephp3-bootstrap-helpers/pulls) if you find a bug or want a new feature.\n\n### Who is using it?\n\nNon-exhaustive list of projects using these helpers, if you want to be in this list,\npost a comment on [this issue](https://github.com/cakephp-bootstrap/cakephp3-bootstrap-helpers/issues/32).\n\n- [**CakeAdmin**] (https://github.com/cakemanager/cakeadmin-lightstrap), LightStrap Theme for CakeAdmin\n\n## Copyright and license\n\nThe MIT License (MIT)\n\nCopyright (c) 2013-2023, Mikaël Capelle.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nSee [LICENSE](LICENSE).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcakephp-bootstrap%2Fcakephp3-bootstrap-helpers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcakephp-bootstrap%2Fcakephp3-bootstrap-helpers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcakephp-bootstrap%2Fcakephp3-bootstrap-helpers/lists"}