{"id":17034562,"url":"https://github.com/caub/azer","last_synced_at":"2025-03-22T22:18:01.160Z","repository":{"id":151002934,"uuid":"61452984","full_name":"caub/azer","owner":"caub","description":"some old php code","archived":false,"fork":false,"pushed_at":"2016-06-18T21:18:52.000Z","size":69,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-28T02:11:12.198Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/caub.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-06-18T21:18:40.000Z","updated_at":"2016-06-18T21:18:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"e71475d1-1f5a-46af-9a2f-3dd0b3cf39c5","html_url":"https://github.com/caub/azer","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/caub%2Fazer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caub%2Fazer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caub%2Fazer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caub%2Fazer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/caub","download_url":"https://codeload.github.com/caub/azer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245026042,"owners_count":20549073,"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-14T08:43:58.147Z","updated_at":"2025-03-22T22:18:01.136Z","avatar_url":"https://github.com/caub.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"azer\n=======\n\nminimal PHP framework\n\n\nnote:\n\nYou will need to set your webserver to redirect all request like \"/myApp/foo/bar\" to index.php\n\nfor ex with an Apache .htaccess in www/myApp/ folder:\n\n\n\t\u003cIfModule mod_rewrite.c\u003e\n\t\tRewriteEngine On\n\t\tRewriteRule ^/?(javascript|css|img) - [L]\n\t\tRewriteCond %{REQUEST_FILENAME} !-f\n\t\tRewriteCond %{REQUEST_FILENAME} !-d\n\t\tRewriteRule . index.php [L]\n\t\u003c/IfModule\u003e\n\nor in your apache sites-enabled config:\n\n\t\u003cIfModule mod_rewrite.c\u003e\n\t\tRewriteEngine On\n\t\tRewriteRule ^/?myApp/(javascript|css|img) - [L,NC]\n\t\tRewriteCond %{REQUEST_URI} ^/?myApp [NC]\n\t\tRewriteCond %{REQUEST_FILENAME} !-f\n\t\tRewriteCond %{REQUEST_FILENAME} !-d\n\t\tRewriteRule . /myApp/index.php [L]\n\t\u003c/IfModule\u003e\n\t\nand finally, you also need to set your server to allow CORS, (ex on Apache http://enable-cors.org/server_apache.html)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaub%2Fazer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcaub%2Fazer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaub%2Fazer/lists"}