{"id":20760924,"url":"https://github.com/cakephp-bootstrap/cakephp4-bootstrap-helpers","last_synced_at":"2025-04-30T05:48:49.342Z","repository":{"id":41900896,"uuid":"313265922","full_name":"CakePHP-Bootstrap/cakephp4-bootstrap-helpers","owner":"CakePHP-Bootstrap","description":" CakePHP 4.x Helpers for Bootstrap 3 and 4.","archived":false,"fork":false,"pushed_at":"2024-08-15T11:26:28.000Z","size":868,"stargazers_count":3,"open_issues_count":4,"forks_count":8,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-30T05:48:43.259Z","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/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":"2020-11-16T10:29:02.000Z","updated_at":"2024-08-15T11:26:31.000Z","dependencies_parsed_at":"2024-08-15T13:04:37.653Z","dependency_job_id":null,"html_url":"https://github.com/CakePHP-Bootstrap/cakephp4-bootstrap-helpers","commit_stats":{"total_commits":513,"total_committers":27,"mean_commits":19.0,"dds":0.3898635477582846,"last_synced_commit":"1167c78be00281002e700a45af7dcf070e15b10f"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CakePHP-Bootstrap%2Fcakephp4-bootstrap-helpers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CakePHP-Bootstrap%2Fcakephp4-bootstrap-helpers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CakePHP-Bootstrap%2Fcakephp4-bootstrap-helpers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CakePHP-Bootstrap%2Fcakephp4-bootstrap-helpers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CakePHP-Bootstrap","download_url":"https://codeload.github.com/CakePHP-Bootstrap/cakephp4-bootstrap-helpers/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251651220,"owners_count":21621702,"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-17T10:16:36.174Z","updated_at":"2025-04-30T05:48:49.317Z","avatar_url":"https://github.com/CakePHP-Bootstrap.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"CakePHP 4.x Helpers for Bootstrap\n=================================\n\n[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)\n[![Travis](https://img.shields.io/travis/Holt59/cakephp3-bootstrap-helpers/4.0.3.svg?style=flat-square)](https://travis-ci.com/Holt59/cakephp3-bootstrap-helpers)\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\nCakePHP 4.x Helpers to generate HTML with @Twitter Boostrap style: `Breadcrumbs`, `Flash`, `Form`, `Html`, `Modal`, `Navbar`,\n`Card` and `Paginator` helpers available!\n\nHow to... ?\n===========\n\n#### Installation\n\nIf you want the **Bootstrap 4** version of the plugin:\n\n- Add the plugin to your `composer.json`:\n\n```bash\n# Stable version:\ncomposer require holt59/cakephp3-bootstrap-helpers:4.0.3\n```\n\n- [Load the helpers](https://book.cakephp.org/3.0/en/views/helpers.html#configuring-helpers) 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\n#### Breaking changes from previous versions\n\n- `FormHelper`:\n  - it is not possible to place error message in a separate column in horizontal form, the error message\n  will always be put below the input.\n\n- `NavbarHelper`:\n  - the following options of the `create()` methods have been removed or have had their meaning changed:\n    - `static` is now `sticky`\n    - `responsive` has been dropped and replace by a `collapse` option with the following meaning: `true`\n    for always collapsed, `false` for never collapsed, or a string representing indicating when the content\n    should collapse (`'lg'` is the default).\n    - `fluid` has been dropped.\n    - `container` is a new option (`bool`, default is `false`) to indicate if the content of the navbar\n    should be wrapped inside a `\u003cdiv class=\"container\"\u003e\u003c/div\u003e`.\n    - `inverse` has been dropped.\n  - a new `theme` option has been added to the `create()` method to control, possible values are `'light'`,\n  `'dark'`, `false` (no theme), or an array `[$theme, $bg]`.\n  - when adding a `link()` to an inner menu, the `$linkOptions` parameters is not usable anymore and the\n  `$options` parameters should be used directly (their are no wrapping `\u003cli\u003e` anymore for inner menu).\n\nThe full plugin documentation is available at 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/Holt59/cakephp3-bootstrap-helpers/tree/master) | 4 | \u003e= 3.7.0 | Current active V4 branch. |\n| [4.0.3](https://github.com/Holt59/cakephp3-bootstrap-helpers/tree/v4.0.3) | 4 | \u003e= 3.7.0 | Current active V4 branch. |\n| [4.0.2](https://github.com/Holt59/cakephp3-bootstrap-helpers/tree/v4.0.2) | 4 | \u003e= 3.7.0 | Latest V4 release. |\n| [3.1.4](https://github.com/Holt59/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/Holt59/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/Holt59/cakephp3-bootstrap-helpers/issues/new) or [**submit a pull request**](https://github.com/Holt59/cakephp3-bootstrap-helpers/pulls) if you find a bug or want a new feature.\n\nWho is using it?\n================\n\nNon-exhaustive list of projects using these helpers, if you want to be in this list, do not hesitate to [email me](mailto:capelle.mikael@gmail.com) or post a comment on [this issue](https://github.com/Holt59/cakephp3-bootstrap-helpers/issues/32).\n\n - [**CakeAdmin**] (https://github.com/cakemanager/cakeadmin-lightstrap), LightStrap Theme for CakeAdmin\n\nCopyright and license\n=====================\n\nThe MIT License (MIT)\n\nCopyright (c) 2013-2020, 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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcakephp-bootstrap%2Fcakephp4-bootstrap-helpers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcakephp-bootstrap%2Fcakephp4-bootstrap-helpers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcakephp-bootstrap%2Fcakephp4-bootstrap-helpers/lists"}