{"id":17135187,"url":"https://github.com/a21ns1g4ts/saas-playground","last_synced_at":"2026-07-18T03:32:46.932Z","repository":{"id":54949099,"uuid":"270468490","full_name":"a21ns1g4ts/saas-playground","owner":"a21ns1g4ts","description":":octopus: Multi tenancy application experiments. See the forks.","archived":false,"fork":false,"pushed_at":"2021-05-02T06:28:29.000Z","size":92,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"no-package","last_synced_at":"2026-06-29T08:31:04.546Z","etag":null,"topics":["hybrid-multi-tenancy","multi-tenancy-application","php","saas-hybrid"],"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/a21ns1g4ts.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-06-08T00:04:45.000Z","updated_at":"2021-05-23T18:41:37.000Z","dependencies_parsed_at":"2022-08-14T07:20:30.020Z","dependency_job_id":null,"html_url":"https://github.com/a21ns1g4ts/saas-playground","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/a21ns1g4ts/saas-playground","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a21ns1g4ts%2Fsaas-playground","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a21ns1g4ts%2Fsaas-playground/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a21ns1g4ts%2Fsaas-playground/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a21ns1g4ts%2Fsaas-playground/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/a21ns1g4ts","download_url":"https://codeload.github.com/a21ns1g4ts/saas-playground/tar.gz/refs/heads/no-package","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a21ns1g4ts%2Fsaas-playground/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35603877,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-18T02:00:07.223Z","response_time":61,"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":["hybrid-multi-tenancy","multi-tenancy-application","php","saas-hybrid"],"created_at":"2024-10-14T19:46:51.330Z","updated_at":"2026-07-18T03:32:46.913Z","avatar_url":"https://github.com/a21ns1g4ts.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# saas-playground\n\n[![MIT](https://badgen.net/github/license/micromatch/micromatch)](LICENSE)\n\nPRs and issues is welcome!\n\n### Requirements\n\n* PHP \u003e= 7.2.5\n* Composer PHP \u003e= 1.9.0\n\nPHP extensions:\n\n* OpenSSL\n* BCMath\n* Fileinfo\n* PDO\n* Mbstring\n* Tokenizer\n* XML\n* Ctype\n* JSON\n\nSupported databases\n\n* MySQL 5.6+\n* PostgreSQL 9.4+\n* SQLite 3.8.8+\n* SQL Server 2017+\n\n### Installation\n\nClone the repository\n\n```bash\ngit clone https://github.com/Atiladanvi/saas-playground.git\n```\n\nSwitch to the repo folder\n\n```bash\ncd saas-playground\n```\n\nInstall all the dependencies using composer\n\n```bash\ncomposer install\n```\n\nCopy the example env file and make the required configuration changes in the .env file\n\n```bash\ncp .env.example .env\n```\n\nGenerate a new application key\n\n```bash\nphp artisan key:generate\n```\n\nSet the database connection in `.env`\n\n```\nDB_CONNECTION=\u003cmysql|pgsql|sqlite|sqlsrv\u003e\nDB_HOST=\u003chost\u003e\nDB_PORT=\u003cport\u003e\nDB_DATABASE=\u003cdatabse name\u003e\nDB_USERNAME=\u003cdatabase user\u003e\nDB_PASSWORD=\u003cdatabase password\u003e\n```\n\nClean the application cache\n\n```bash\nphp artisan optimize \n```\n\nRun the database migrations and seeders\n\n```bash\nphp artisan migrate --seed\n```\n\nStart the local development server\n\n```bash\nphp artisan serve\n```\n\nYou can now access the server at http://localhost:8000\n\n### Contributing\n\nPlease see [CONTRIBUTING](CONTRIBUTING.md) for details.\n\n### Credits\n\n- [Atila Silva](https://github.com/Atiladanvi)\n- [All Contributors](../../contributors)\n\n### License\n\nThe MIT License. Please see [license file](LICENSE) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fa21ns1g4ts%2Fsaas-playground","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fa21ns1g4ts%2Fsaas-playground","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fa21ns1g4ts%2Fsaas-playground/lists"}