{"id":15025566,"url":"https://github.com/gustavonecore/lautaro","last_synced_at":"2026-03-15T17:47:40.997Z","repository":{"id":94470450,"uuid":"186541434","full_name":"gustavonecore/lautaro","owner":"gustavonecore","description":"Lautaro Framework for Restful API","archived":false,"fork":false,"pushed_at":"2020-04-19T03:34:55.000Z","size":187,"stargazers_count":3,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-19T18:44:00.576Z","etag":null,"topics":["api-rest","containers","microframework","middleware","php-framework","php71"],"latest_commit_sha":null,"homepage":"","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/gustavonecore.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":"2019-05-14T03:56:25.000Z","updated_at":"2020-05-01T03:43:23.000Z","dependencies_parsed_at":"2023-07-14T23:00:40.022Z","dependency_job_id":null,"html_url":"https://github.com/gustavonecore/lautaro","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/gustavonecore%2Flautaro","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gustavonecore%2Flautaro/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gustavonecore%2Flautaro/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gustavonecore%2Flautaro/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gustavonecore","download_url":"https://codeload.github.com/gustavonecore/lautaro/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243324266,"owners_count":20273099,"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":["api-rest","containers","microframework","middleware","php-framework","php71"],"created_at":"2024-09-24T20:02:35.235Z","updated_at":"2025-12-24T17:32:41.486Z","avatar_url":"https://github.com/gustavonecore.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Lautaro Framework for restful API\n=============================\n\nLautaro framework is a light toolset to create restful API in a easy way with only what you need.\n\n\nCurrent status\n--------------\n\n- [x] Add PSR-15 middleware approach\n- [x] Add PSR-7 Http library\n- [x] Add PSR-11 Container\n- [x] Add configuration loader class\n- [x] Add built-in server for development mode\n- [x] Add FastRoute for fixed routes by file\n- [x] Add automatic route resolver by URI/Controller\n\nInstall\n--------------\n\n- **Install the dependencies**\n\n\t`composer install`\n- **Create your environment file**\n\n\t`cp .env.example .env`\n- **Place your local settings**\n\n\t`cp -R config/base config/local`\n- **Configure Phinx migration tool**\n\n\t`cp phinx.default.yml phinx.yml` -\u003e Note: replace with your database settings\n\n- **Configure the Propel ORM inside**\n\n\t`config/local/propel.php`\n\n- **Create the migrations and seed folders required by Phinx**\n\n\t`mkdir etc/migrations`\n\n\t`mkdir etc/seeds`\n\n- **Generate the first schema with**\n\n\t`php bin/update-model.php`\n\n- **Run the local server**\n\n\t `php bin/server.php`\n\nDatabase Migrations\n--------------\n\n- Generate models from existing database schema\n\n\t`php bin/update-model.php`\n- Add a new migration\n\n\t`php vendor/bin/phinx create MyNewMigration`\n- Run migration\n\n\t`php vendor/bin/phinx migrate`\n\nGetting Started\n--------------\n- [Build a blog Restful API](https://github.com/gustavonecore/lautaro/blob/master/blog.md)\n- [Leftaro console commands](https://github.com/gustavonecore/lautaro/blob/master/commands.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgustavonecore%2Flautaro","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgustavonecore%2Flautaro","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgustavonecore%2Flautaro/lists"}