{"id":18369145,"url":"https://github.com/bitfancy/adianti-frameworks","last_synced_at":"2025-07-02T00:09:33.887Z","repository":{"id":217905602,"uuid":"745091065","full_name":"BitFancy/Adianti-Frameworks","owner":"BitFancy","description":null,"archived":false,"fork":false,"pushed_at":"2024-01-18T16:23:46.000Z","size":4003,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-10T21:16:55.909Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BitFancy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2024-01-18T16:18:16.000Z","updated_at":"2024-10-26T20:14:52.000Z","dependencies_parsed_at":"2024-01-18T19:21:05.576Z","dependency_job_id":null,"html_url":"https://github.com/BitFancy/Adianti-Frameworks","commit_stats":null,"previous_names":["fancydeveloper/adianti-frameworks","bitfancy/adianti-frameworks"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BitFancy/Adianti-Frameworks","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BitFancy%2FAdianti-Frameworks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BitFancy%2FAdianti-Frameworks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BitFancy%2FAdianti-Frameworks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BitFancy%2FAdianti-Frameworks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BitFancy","download_url":"https://codeload.github.com/BitFancy/Adianti-Frameworks/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BitFancy%2FAdianti-Frameworks/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263052432,"owners_count":23406106,"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-11-05T23:28:35.650Z","updated_at":"2025-07-02T00:09:33.857Z","avatar_url":"https://github.com/BitFancy.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Adianti Framework Docker Setup\n\nThis repository has the objective of easily setup with Docker an [Adianti Framework](https://www.adianti.com.br/framework) project with MySQL based on [ERP Template 3](https://www.adianti.com.br/framework-template)\n\nYou can access the following applications after the setup:\n- Adianti ERP 3: http://localhost\n- PHP MyAdmin: http://localhost:8183\n\n## Getting Started\n\n\n```\ngit clone  https://github.com/fancydeveloper/Adianti-Framewors.git\ncd adianti-frameworks\n```\nSetup your database credentials in `docker-compose.yml` and `phinx.yml` and run the containers\n```\ndocker-compose up\n```\n\nInstall dependencies with composer\n```\ndocker-compose exec php composer install\n```\n\nAcces PHP MyAdmin http://localhost:8183 and create your database\n\nSetup database with migrations\n```\ndocker-compose exec php php vendor/robmorgan/phinx/bin/phinx migrate -e development\n```\n\nAccess the application: http://localhost\n\n## Creating Migrations\n\nTo create migration [Phinx](https://phinx.org/) was choosed. You can  check the documentation on this [link](http://docs.phinx.org/en/latest/intro.html)\n\nTo create new migrations with docker, run the following command:\n\n```\ndocker-compose exec php php vendor/robmorgan/phinx/bin/phinx create MyNewMigration\n```\n\n## Adding Packages with Composer\n\nYou can add packages to your project with [Composer](https://getcomposer.org/).\n\nTo do this, run the following command:\n```\ndocker-compose exec php composer require robmorgan/phinx\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitfancy%2Fadianti-frameworks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbitfancy%2Fadianti-frameworks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitfancy%2Fadianti-frameworks/lists"}