{"id":21028761,"url":"https://github.com/jgmdev/php-webkitgtk","last_synced_at":"2025-05-15T11:31:45.924Z","repository":{"id":150318556,"uuid":"194757567","full_name":"jgmdev/php-webkitgtk","owner":"jgmdev","description":"A php extension that wraps the webkitgtk library.","archived":false,"fork":false,"pushed_at":"2019-07-05T19:32:11.000Z","size":27,"stargazers_count":7,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-03T08:04:59.755Z","etag":null,"topics":["extension","gtk3","php","webkit","webkitgtk"],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jgmdev.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":"2019-07-01T23:53:51.000Z","updated_at":"2023-03-30T18:59:30.000Z","dependencies_parsed_at":"2023-04-04T12:46:50.291Z","dependency_job_id":null,"html_url":"https://github.com/jgmdev/php-webkitgtk","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jgmdev%2Fphp-webkitgtk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jgmdev%2Fphp-webkitgtk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jgmdev%2Fphp-webkitgtk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jgmdev%2Fphp-webkitgtk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jgmdev","download_url":"https://codeload.github.com/jgmdev/php-webkitgtk/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254330720,"owners_count":22053034,"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":["extension","gtk3","php","webkit","webkitgtk"],"created_at":"2024-11-19T11:58:54.734Z","updated_at":"2025-05-15T11:31:45.912Z","avatar_url":"https://github.com/jgmdev.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PHP-WEBKITGTK\n\nA php extension that wraps the [webkitgtk](https://webkitgtk.org/) library and \nallows you to start a new web browser instance from your php scripts. For now \nit doesn't offer much but a window where you can load your webui using the php \nbuilt-in webserver or anything else.\n\nA lot of stuff needs to be done and implemented but for now it gives you a web\nbrowser where you can load your PHP/HTML/CSS/JS Apps!\n\n## Example\n\n```php\n$view = new WebKitGtk\\WebView(\"The initial Window Title\");\n$view-\u003eloadURI(\"http://localhost:8080\");\n$view-\u003eshow();\n```\n\n# Installation\n\nFor now the extension only works on Linux since I don't know the whole process\nneeded to compile gtk and webkitgtk library on anything else...\n\n## Steps to install\n\n```sh\ngit clone https://github.com/jgmdev/php-webkitgtk\ncd php-webkitgtk\nphpize\n./configure\nmake\nsudo make install\n```\n\n# Credits\n\nI used [krakjoe ui](https://github.com/krakjoe/ui) repository as the boiler \nplate to start developing this extension, thanks to him!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjgmdev%2Fphp-webkitgtk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjgmdev%2Fphp-webkitgtk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjgmdev%2Fphp-webkitgtk/lists"}