{"id":37236261,"url":"https://github.com/jabernardo/lollipop-php","last_synced_at":"2026-01-15T04:12:47.411Z","repository":{"id":56995338,"uuid":"70789842","full_name":"jabernardo/lollipop-php","owner":"jabernardo","description":"A slim and very flexible framework for PHP","archived":true,"fork":false,"pushed_at":"2018-12-27T13:02:33.000Z","size":519,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"v3.x","last_synced_at":"2025-05-19T22:26:00.682Z","etag":null,"topics":["php-framework","php-library","php7","web","web-framework"],"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/jabernardo.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":"2016-10-13T09:17:54.000Z","updated_at":"2023-01-28T19:25:02.000Z","dependencies_parsed_at":"2022-08-21T13:50:40.323Z","dependency_job_id":null,"html_url":"https://github.com/jabernardo/lollipop-php","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jabernardo/lollipop-php","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jabernardo%2Flollipop-php","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jabernardo%2Flollipop-php/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jabernardo%2Flollipop-php/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jabernardo%2Flollipop-php/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jabernardo","download_url":"https://codeload.github.com/jabernardo/lollipop-php/tar.gz/refs/heads/v3.x","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jabernardo%2Flollipop-php/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28420814,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T10:47:48.104Z","status":"ssl_error","status_checked_at":"2026-01-14T10:46:19.031Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["php-framework","php-library","php7","web","web-framework"],"created_at":"2026-01-15T04:12:46.695Z","updated_at":"2026-01-15T04:12:47.406Z","avatar_url":"https://github.com/jabernardo.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [Lollipop](http://github.com/jabernardo/lollipop-php)\n![Travis: Build Status](https://travis-ci.org/jabernardo/lollipop-php.svg?branch=master \"Travis: Build Status\")\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\nA slim and very flexible framework for PHP\n\n###### IS LOLLIPOP FOR YOU?\nYou can use Lollipop when you're creating a simple and powerful web application. Lollipop removed the weight of large frameworks. Also Lollipop was created to offer cool functionalities and speed.\n\n###### IT's EASY!\n\n\u003e Configure [.htaccess](http://www.htaccess-guide.com/).\nUse below code as the default for your ```.htaccess```\nOr see [Appogato](https://github.com/jabernardo/appogato) for routing using\n[Lollipop](https://github.com/jabernardo/lollipop-php)\n\n```apache\nRewriteEngine On\nRewriteCond %{REQUEST_FILENAME} !-f\nRewriteCond %{REQUEST_FILENAME} !-d\nRewriteRule ^ index.php [QSA,L]\n```\n\nA simple `Hello World` Page\n\n```php\n\u003c?php\n\nrequire('/path/to/lollipop-php/autoload.php');\n\n// Your index page\n\\Lollipop\\HTTP\\Router::get('/', function($request, $response) {\n    return $response-\u003eset('Hello World!');\n});\n\n```\n\n###### DOWNLOAD\nGet the latest version of Lollipop-PHP framework from our Git repository hosted on GitHub\n```bash\ngit clone https://github.com/jabernardo/lollipop-php.git lollipop-php\n```\nor get it via ```composer```\n```bash\ncomposer require \"jabernardo/lollipop-php\"\n```\nand start the development of your projects.\n\n###### RESOURCES\n\nSee documentation [here](https://github.com/jabernardo/lollipop-php/wiki).\n\n## License\n\nThe Lollipop-PHP framework is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjabernardo%2Flollipop-php","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjabernardo%2Flollipop-php","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjabernardo%2Flollipop-php/lists"}