{"id":15679336,"url":"https://github.com/yusufusta/rasba","last_synced_at":"2025-05-07T10:35:42.349Z","repository":{"id":57088712,"uuid":"312877608","full_name":"yusufusta/RasBa","owner":"yusufusta","description":"RasBa, makes it easy to create web sites with PHP.","archived":false,"fork":false,"pushed_at":"2021-09-19T11:39:30.000Z","size":53,"stargazers_count":10,"open_issues_count":0,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-19T21:24:22.189Z","etag":null,"topics":["framework","javascript","php","php7","web","webframework"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yusufusta.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}},"created_at":"2020-11-14T18:30:42.000Z","updated_at":"2024-10-06T13:38:54.000Z","dependencies_parsed_at":"2022-08-20T16:00:44.705Z","dependency_job_id":null,"html_url":"https://github.com/yusufusta/RasBa","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yusufusta%2FRasBa","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yusufusta%2FRasBa/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yusufusta%2FRasBa/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yusufusta%2FRasBa/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yusufusta","download_url":"https://codeload.github.com/yusufusta/RasBa/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252860492,"owners_count":21815524,"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":["framework","javascript","php","php7","web","webframework"],"created_at":"2024-10-03T16:29:09.074Z","updated_at":"2025-05-07T10:35:42.322Z","avatar_url":"https://github.com/yusufusta.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RasBa\n\nBuild fast, small, uncomplicated websites. Bridge with PHP and JS.\n\n## ✨ Features\n\n\u003e With RasbaHTML, the page is almost blank. All texts and variables are added while the page is loading (with RasbaJS). You can disable it.\n\n- [x] Router\n- [x] Easy, small\n- [x] Anti-Scrap / RasbaJs\n- [x] [DataBase](https://github.com/paragonie/easydb)\n- [x] [Template Engine](https://latte.nette.org/)\n- [ ] More JS function\n\n## 📦 Install\n\nYou can easily install with [Composer](https://getcomposer.org/).\n\n```sh\ncomposer require yusufusta/rasba\n```\n\n## 🔎 Examples\n\nYou should check [examples](https://github.com/Quiec/RasBa/tree/master/examples) folder. Also simple a title:\n\n```php\n\u003c?php\nrequire __DIR__ . '/vendor/autoload.php';\n\n$Rasba = new Rasba\\Router();\n\n$Rasba-\u003eget('/', function ($Rasba) {\n    $Rasba-\u003eh1('Hello World!')-\u003etoBody();\n});\n\n$Rasba-\u003erun();\n```\n\n## ✏ .htaccess\n\nYou need edit `.htaccess` file like this:\n\n```\nRewriteEngine On\nRewriteCond %{REQUEST_FILENAME} !-f\nRewriteRule ^ index.php [QSA,L]\n```\n\n\u003e index.php should be your rasba file.\n\n## ✅ To-Do\n\n- [ ] Documantion\n\n## 👨‍💻 Author\n\n[Yusuf Usta](https://github.com/quiec)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyusufusta%2Frasba","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyusufusta%2Frasba","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyusufusta%2Frasba/lists"}