{"id":15516659,"url":"https://github.com/alexvcasillas/eco","last_synced_at":"2025-10-16T04:06:41.545Z","repository":{"id":82706852,"uuid":"49050066","full_name":"alexvcasillas/Eco","owner":"alexvcasillas","description":"Eco - A PHP Framework","archived":false,"fork":false,"pushed_at":"2016-01-07T09:55:38.000Z","size":25,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-28T19:35:55.715Z","etag":null,"topics":["framework","php"],"latest_commit_sha":null,"homepage":"http://alexvcasillas.github.io/Eco/","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/alexvcasillas.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":"2016-01-05T07:37:45.000Z","updated_at":"2017-03-05T20:53:31.000Z","dependencies_parsed_at":"2023-03-27T21:49:55.074Z","dependency_job_id":null,"html_url":"https://github.com/alexvcasillas/Eco","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/alexvcasillas/Eco","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexvcasillas%2FEco","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexvcasillas%2FEco/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexvcasillas%2FEco/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexvcasillas%2FEco/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alexvcasillas","download_url":"https://codeload.github.com/alexvcasillas/Eco/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexvcasillas%2FEco/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279150146,"owners_count":26114574,"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","status":"online","status_checked_at":"2025-10-16T02:00:06.019Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["framework","php"],"created_at":"2024-10-02T10:09:21.923Z","updated_at":"2025-10-16T04:06:41.497Z","avatar_url":"https://github.com/alexvcasillas.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Eco Framework Logo](http://eco.elitenetwork.es/public/images/logotypes/EcoGitHubLogo256.png)\n\n## Eco - A PHP Framework\n\nEco is a light, ready to use, [PHP](https://php.net) Framework. It has the core things you'll need to start developing your *Server Side Web App*.\n\nWith a low need of configuration is close to a *just upload and develop* framework.\n\n***\n\n## Requirements\n\nWhat are the requirements of Eco? The requirements of this PHP Framework are really simple:\n\n* PHP Versión: 5.3+.\n* Apache's Mod_Rewrite module activated.\n\n***\n\n## Configuration\n\nEco is configure-friendly so there's just a few things you need to change to get ready and put your hands on developing your app.\n\n### Configuring the App Routes\n\nTo start configuring your own *App Routes* you just need to access the following library: `lib.Router.php` and in the *Method* called `AppRoutes()` you'll find the following `Array`:\n\n    $this-\u003eColeccionRutas = [\n        'index' =\u003e [ 'argumentos' =\u003e [ 'titulo' =\u003e 'EcoFramework DashBoard' ] ],\n    ];\n\nLet's say you want to create a route for a view that will be used for your users profile. We can handle it this way:\n\n    $this-\u003eColeccionRutas = [\n        'index' =\u003e [ 'argumentos' =\u003e [ 'titulo' =\u003e 'EcoFramework DashBoard' ] ],\n        'user' =\u003e [ 'argumentos' =\u003e [ 'titulo' =\u003e 'User Profile' ] ]\n    ];\n\nAnd that's all folks, your route is now ready to be used but there's a last thing to prepare because the route is defined but... Which view will it take? At this moment: none. We need to head to `Views` folder and create a *View* called `view.user.php` and fill it with your `HTML` and `PHP`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexvcasillas%2Feco","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexvcasillas%2Feco","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexvcasillas%2Feco/lists"}