{"id":17689233,"url":"https://github.com/m1guelpf/laravel-ssl","last_synced_at":"2025-05-13T00:49:23.314Z","repository":{"id":62521052,"uuid":"81367308","full_name":"m1guelpf/laravel-ssl","owner":"m1guelpf","description":"A Laravel package to enforce HTTPS","archived":false,"fork":false,"pushed_at":"2019-11-16T18:38:10.000Z","size":15,"stargazers_count":7,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-13T00:49:10.245Z","etag":null,"topics":["enforce","laravel","package","security","ssl"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/m1guelpf.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-02-08T19:26:33.000Z","updated_at":"2020-07-19T17:44:51.000Z","dependencies_parsed_at":"2022-11-02T10:31:56.682Z","dependency_job_id":null,"html_url":"https://github.com/m1guelpf/laravel-ssl","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m1guelpf%2Flaravel-ssl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m1guelpf%2Flaravel-ssl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m1guelpf%2Flaravel-ssl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m1guelpf%2Flaravel-ssl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/m1guelpf","download_url":"https://codeload.github.com/m1guelpf/laravel-ssl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253850882,"owners_count":21973672,"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":["enforce","laravel","package","security","ssl"],"created_at":"2024-10-24T11:46:58.716Z","updated_at":"2025-05-13T00:49:23.293Z","avatar_url":"https://github.com/m1guelpf.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Enforce SSL for Laravel\n\n[![Latest Version on Packagist](https://img.shields.io/packagist/v/m1guelpf/laravel-ssl.svg?style=flat-square)](https://packagist.org/packages/m1guelpf/laravel-ssl)\n[![Software License](https://img.shields.io/github/license/m1guelpf/laravel-ssl.svg?style=flat-square)](LICENSE.md)\n[![Total Downloads](https://img.shields.io/packagist/dt/m1guelpf/laravel-ssl.svg?style=flat-square)](https://packagist.org/packages/m1guelpf/laravel-ssl)\n\nLaravel SSL is a Laravel package that allows you to enforce HTTPS in certain parts of your site, or even the entire site!\n\n## Installation\n\nYou can install the package via composer:\n\n``` bash\ncomposer require m1guelpf/laravel-ssl\n```\n\nNext, you must install the service provider:\n\n```php\n// config/app.php\n'providers' =\u003e [\n    ...\n    M1guelpf\\LaravelSSL\\LaravelSSLServiceProvider::class,\n];\n```\n\n## Usage\n\nYour app is now HTTPS-only!\n\n## Changelog\n\nPlease see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.\n\n## Contributing\n\nPlease see [CONTRIBUTING](CONTRIBUTING.md) for details.\n\n## Security\n\nIf you discover any security related issues, please email soy@miguelpiedrafita.com instead of using the issue tracker.\n\n## Credits\n\n- [Miguel Piedrafita](https://github.com/m1guelpf)\n- [All Contributors](../../contributors)\n\n## License\n\nThis package is licensed under the Mozilla Public license. Please see [License File](LICENSE.md) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm1guelpf%2Flaravel-ssl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fm1guelpf%2Flaravel-ssl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm1guelpf%2Flaravel-ssl/lists"}