{"id":15636485,"url":"https://github.com/mevdschee/php-crud-ui","last_synced_at":"2025-04-06T02:10:09.455Z","repository":{"id":46396776,"uuid":"59549622","full_name":"mevdschee/php-crud-ui","owner":"mevdschee","description":" Single file PHP script that adds a UI to a PHP-CRUD-API project","archived":false,"fork":false,"pushed_at":"2024-09-24T22:10:22.000Z","size":2759,"stargazers_count":125,"open_issues_count":18,"forks_count":56,"subscribers_count":11,"default_branch":"main","last_synced_at":"2025-04-04T12:43:29.745Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/mevdschee.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":"2016-05-24T07:17:57.000Z","updated_at":"2025-03-22T03:55:52.000Z","dependencies_parsed_at":"2024-10-22T17:51:53.279Z","dependency_job_id":null,"html_url":"https://github.com/mevdschee/php-crud-ui","commit_stats":{"total_commits":285,"total_committers":6,"mean_commits":47.5,"dds":0.1228070175438597,"last_synced_commit":"2a42d68a5acd0d28cf7d38d3b28acfebfc156df8"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mevdschee%2Fphp-crud-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mevdschee%2Fphp-crud-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mevdschee%2Fphp-crud-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mevdschee%2Fphp-crud-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mevdschee","download_url":"https://codeload.github.com/mevdschee/php-crud-ui/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247423515,"owners_count":20936626,"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":[],"created_at":"2024-10-03T11:04:23.091Z","updated_at":"2025-04-06T02:10:09.418Z","avatar_url":"https://github.com/mevdschee.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PHP-CRUD-UI\n\nSingle file PHP script that adds a UI to a [PHP-CRUD-API](https://github.com/mevdschee/php-crud-api) project\n\n## Requirements\n\n  - PHP 7.0 or higher with PDO drivers for MySQL, PgSQL or SqlSrv enabled\n\n## Installation\n\nThis is a single file application! Upload \"`ui.php`\" somewhere and enjoy!\n\nFor local development you may run PHP's built-in web server:\n\n    php -S localhost:8080\n\nTest the script by opening the following URL:\n\n    http://localhost:8080/ui.php/\n\nDon't forget to modify the configuration at the bottom of the file.\n\n## Compilation\n\nYou can install all dependencies of this project using the following command:\n\n    php install.php\n\nYou can compile all files into a single \"`ui.php`\" file using:\n\n    php build.php\n\nNB: The install script will patch the dependencies in the vendor directory for PHP 7.0 compatibility.\n\n### Development\n\nYou can access the non-compiled code at the URL:\n\n    http://localhost:8080/src/posts/list\n\nThe non-compiled code resides in the \"`src`\" and \"`vendor`\" directories. The \"`vendor`\" directory contains the dependencies.\n\n### Updating dependencies\n\nYou can update all dependencies of this project using the following command:\n\n    php update.php\n\nThis script will install and run [Composer](https://getcomposer.org/) to update the dependencies.\n\nNB: The update script will patch the dependencies in the vendor directory for PHP 7.0 compatibility.\n\n## Local or remote API\n\nThis script is powered by [PHP-CRUD-API](https://github.com/mevdschee/php-crud-api) and embeds this project. Alternatively, it can run against a remote (live) installation.\n\nIf you want to run this against a remote installation, then replace the 'api' config parameter with one called 'url' that holds the base URL of your [PHP-CRUD-API](https://github.com/mevdschee/php-crud-api) installation.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmevdschee%2Fphp-crud-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmevdschee%2Fphp-crud-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmevdschee%2Fphp-crud-ui/lists"}