{"id":22542560,"url":"https://github.com/devawal/silica","last_synced_at":"2025-03-28T07:43:46.084Z","repository":{"id":96722515,"uuid":"97459338","full_name":"devawal/silica","owner":"devawal","description":"Silica Framework is a fast and lightweight for restful API development","archived":false,"fork":false,"pushed_at":"2021-01-20T09:26:46.000Z","size":9,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-02T08:29:39.293Z","etag":null,"topics":["htaccess","php"],"latest_commit_sha":null,"homepage":"https://abdulawal.me","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/devawal.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":"2017-07-17T09:31:31.000Z","updated_at":"2021-01-20T09:26:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"1cf0a227-862b-4282-a9eb-99e15cc084e6","html_url":"https://github.com/devawal/silica","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/devawal%2Fsilica","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devawal%2Fsilica/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devawal%2Fsilica/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devawal%2Fsilica/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devawal","download_url":"https://codeload.github.com/devawal/silica/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245991561,"owners_count":20706126,"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":["htaccess","php"],"created_at":"2024-12-07T13:11:07.642Z","updated_at":"2025-03-28T07:43:46.065Z","avatar_url":"https://github.com/devawal.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Silica Framework\nSilica Framework is a fast and lightweight for restful API development\n\n## Installation\n\nIt's not required to install via composer, just download the latest source\n\n## Routing\n\nCreate new route in index.php  \n\n```php\n// Routes\n$router-\u003eget('', ['controller' =\u003e 'HomeController', 'action' =\u003e 'index']);\n$router-\u003epost('api', ['controller' =\u003e 'HomeController', 'action' =\u003e 'api']);\n```\n\n## Controller\n\nCreate controller inside Controllers/ directory\n\n```php\n\u003c?php\n\ninclude BASEPATH.'Core\\Controller.php';\n\n/**\n * Home controller\n */\nclass HomeController extends Core\\Controller\n{\n    /**\n     * Show the index page\n     *\n     * @return response\n     */\n    public function index()\n    {\n        echo \"Home page\";\n    }\n}\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevawal%2Fsilica","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevawal%2Fsilica","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevawal%2Fsilica/lists"}