{"id":13534026,"url":"https://github.com/ghostjat/php-iup","last_synced_at":"2025-04-09T20:21:11.035Z","repository":{"id":50777953,"uuid":"223714244","full_name":"ghostjat/php-iup","owner":"ghostjat","description":"php binding for IUP  toolkit","archived":false,"fork":false,"pushed_at":"2021-05-30T04:14:21.000Z","size":576,"stargazers_count":24,"open_issues_count":0,"forks_count":5,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-23T22:12:49.540Z","etag":null,"topics":["ffi","gui","iup","iup-toolkit","php","php-ffi","php-ffi-experiment","php-iup","php7","php74","php8"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ghostjat.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":"2019-11-24T08:31:01.000Z","updated_at":"2024-10-02T05:29:47.000Z","dependencies_parsed_at":"2022-09-11T21:34:13.025Z","dependency_job_id":null,"html_url":"https://github.com/ghostjat/php-iup","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/ghostjat%2Fphp-iup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghostjat%2Fphp-iup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghostjat%2Fphp-iup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghostjat%2Fphp-iup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ghostjat","download_url":"https://codeload.github.com/ghostjat/php-iup/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248104205,"owners_count":21048301,"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":["ffi","gui","iup","iup-toolkit","php","php-ffi","php-ffi-experiment","php-iup","php7","php74","php8"],"created_at":"2024-08-01T07:01:25.514Z","updated_at":"2025-04-09T20:21:11.005Z","avatar_url":"https://github.com/ghostjat.png","language":"C","readme":"# php-iup ![IUP Logo](logo_32x32.png)\n\nphp-ffi experiment\n=========\nphp7.4 interface to the IUP toolkit for building GUI's.\n\nDescription\n-----------\n[IUP-Toolkit](http://www.tecgraf.puc-rio.br/iup) \n\nIUP is a multi-platform toolkit for\nbuilding graphical user interfaces. IUP's purpose is to allow a program\nsource code to be compiled in different systems without any modification.\nIts main advantages are:\n\n* It offers a simple API.\n* High performance, due to the fact that it uses native interface elements.\n* Fast learning by the user, due to the simplicity of its API.\n\nSynopsis\n--------\nWARNING:  \nThis module is in its early stages and should be considered a Work in Progress.\nThe interface is not final and may change in the future.  \n\nSample GUI:\n\n\u003cp align=\"center\"\u003e\n \u003cimg src =\"https://raw.github.com/ghostjat/php-iup/master/test/php-iup.png\" alt =\"php-iup\"/\u003e\n  \u003cimg src =\"https://raw.github.com/ghostjat/php-iup/master/test/cbox.png\" alt =\"cbox\"/\u003e\n \u003cimg src =\"https://raw.github.com/ghostjat/php-iup/master/test/scintilla.png\" alt =\"Scintilla\"/\u003e\n\u003cimg src=\"https://raw.github.com/ghostjat/php-iup/master/test/menu.jpg\" alt=\"Hello World IUP Application\"/\u003e\n\u003c/p\u003e\n\nSample code:\n\n```\u003c?php\nrequire __DIR__.'/../vendor/autoload.php';\nuse iup\\core;\n$iup = new core();\n\n$multiText = $iup-\u003etext(null);\n$vbox = $iup-\u003evbox($multiText);\n$iup-\u003esetAttribute($multiText, \"MULTILINE\", \"YES\");\n$iup-\u003esetAttribute($multiText, \"EXPAND\", \"YES\");\n$dlg = $iup-\u003edialog($vbox);\n$iup-\u003esetAttribute($dlg, 'TITLE', 'php-iup');\n$iup-\u003esetAttribute($dlg, 'SIZE', 'QUARTERxQUARTER');\n$iup-\u003eshowXY($dlg, $iup::IUP_CENTER, $iup::IUP_CENTER);\n$iup-\u003esetAttribute($dlg, 'USERSIZE', null);\n$iup-\u003emainLoop();\n$iup-\u003eclose();\n```\nAuthor\n------\nShubham Chaudhary \u003cghost.jat@gmail.com\u003e\n","funding_links":[],"categories":["Uncategorized"],"sub_categories":["Uncategorized"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fghostjat%2Fphp-iup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fghostjat%2Fphp-iup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fghostjat%2Fphp-iup/lists"}