{"id":20744274,"url":"https://github.com/sonidelav/php-micro-script","last_synced_at":"2025-07-08T20:37:38.899Z","repository":{"id":144543135,"uuid":"218396826","full_name":"sonidelav/php-micro-script","owner":"sonidelav","description":"PHP Micro Framework for Scripting","archived":false,"fork":false,"pushed_at":"2019-11-01T15:15:53.000Z","size":49,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-18T02:27:45.207Z","etag":null,"topics":["files","framework","merge","micro","php"],"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/sonidelav.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-10-29T22:40:29.000Z","updated_at":"2019-11-01T15:15:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"2e15227b-a181-4c24-ad89-90e22e52687e","html_url":"https://github.com/sonidelav/php-micro-script","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/sonidelav%2Fphp-micro-script","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sonidelav%2Fphp-micro-script/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sonidelav%2Fphp-micro-script/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sonidelav%2Fphp-micro-script/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sonidelav","download_url":"https://codeload.github.com/sonidelav/php-micro-script/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243039584,"owners_count":20226131,"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":["files","framework","merge","micro","php"],"created_at":"2024-11-17T07:14:53.267Z","updated_at":"2025-03-11T12:41:27.985Z","avatar_url":"https://github.com/sonidelav.png","language":"PHP","readme":"\n# Micro Script Framework\n\nThis is a micro php framework to help you write php scripts in a OOP way and merge all required files in a single php file.\n\n### Install\n```bash\n$ composer install\n```\n\n### Build\n```bash\n$ composer build\n```\n\n\n### Compiled Example\n\n```php\n\u003c?php class ArrayHelper{...};class HttpRequest{...};class HttpResponse{...};$routes = array('/' =\u003e function (HttpRequest $req, HttpResponse $res) {$hello = $req-\u003eget('hello');$json = $req-\u003eget('json');if (!empty($hello)) {$res-\u003ebody(\"Hello {$hello}\");if ($json) {$res-\u003ejson();}}return $res;});;class Application{...};(new Application())-\u003erun(); ?\u003e\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsonidelav%2Fphp-micro-script","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsonidelav%2Fphp-micro-script","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsonidelav%2Fphp-micro-script/lists"}