{"id":20730658,"url":"https://github.com/nimblemvc/migrations","last_synced_at":"2026-04-02T14:55:36.604Z","repository":{"id":234807115,"uuid":"789516175","full_name":"NimbleMVC/Migrations","owner":"NimbleMVC","description":"Migrations for NimblePHP","archived":false,"fork":false,"pushed_at":"2026-03-19T21:26:31.000Z","size":26,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-20T12:38:25.463Z","etag":null,"topics":["composer","database","nimblephp","php"],"latest_commit_sha":null,"homepage":"","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/NimbleMVC.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-04-20T19:12:41.000Z","updated_at":"2026-03-19T21:26:34.000Z","dependencies_parsed_at":"2025-12-13T16:02:00.132Z","dependency_job_id":null,"html_url":"https://github.com/NimbleMVC/Migrations","commit_stats":null,"previous_names":["nimblemvc/migrations"],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/NimbleMVC/Migrations","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NimbleMVC%2FMigrations","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NimbleMVC%2FMigrations/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NimbleMVC%2FMigrations/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NimbleMVC%2FMigrations/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NimbleMVC","download_url":"https://codeload.github.com/NimbleMVC/Migrations/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NimbleMVC%2FMigrations/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31308454,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T12:59:32.332Z","status":"ssl_error","status_checked_at":"2026-04-02T12:54:48.875Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["composer","database","nimblephp","php"],"created_at":"2024-11-17T05:12:20.473Z","updated_at":"2026-04-02T14:55:36.584Z","avatar_url":"https://github.com/NimbleMVC.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# \u003ch1 align=\"center\"\u003eNimblePHP - Migrations\u003c/h1\u003e\nPakiet migracyjny dla frameworka NimblePHP umożliwia automatyczną aktualizację schematu bazy danych za pomocą plików SQL.\nDzięki temu rozwiązaniu możesz łatwo i bezpiecznie wprowadzać zmiany w strukturze bazy danych, co jest nieocenione w \nśrodowiskach produkcyjnych oraz podczas ciągłej integracji. Pakiet zapewnia efektywne zarządzanie wersjami bazy danych, \nminimalizując ryzyko błędów i maksymalizując produktywność.\n\n**Dokumentacja** projektu dostępna jest pod linkiem:\nhttps://nimblemvc.github.io/documentation/extension/migrations/start/#\n\n## Instalacja\n```shell\ncomposer require nimblephp/migrations\n```\n\n## Użycie\n1. W folderze projektu tworzymi plik `update.php` oraz folder `migrations`\n2. w pliku update.php wpisujemy następujący kod:\n```php\n\u003c?php\n\ninclude('../vendor/autoload.php');\n\n$migrations = new \\NimblePHP\\Migrations\\Migrations(__DIR__);\n$migrations-\u003erunMigrations();\n```\n3. W folderze pliku `migrations` możemy utworzyć pliku `.sql` o nazwie `timestamp` (bash: `date +%s`)\n4. Uruchamiamy plik `update.php` w konsoli (`php update.php`)\n\n## Współtworzenie\nZachęcamy do współtworzenia! Masz sugestie, znalazłeś błędy, chcesz pomóc w rozwoju? Otwórz issue lub prześlij pull request.\n\n## Pomoc\nWszelkie problemy oraz pytania należy zadawać przez zakładkę discussions w github pod linkiem:\nhttps://github.com/NimbleMVC/Migrations/discussions","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnimblemvc%2Fmigrations","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnimblemvc%2Fmigrations","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnimblemvc%2Fmigrations/lists"}