{"id":14987378,"url":"https://github.com/tangix/ci4-zen-zone","last_synced_at":"2025-04-12T00:04:07.991Z","repository":{"id":159693673,"uuid":"320485041","full_name":"tangix/ci4-zen-zone","owner":"tangix","description":"My personal thoughts and ideas related to CodeIgniter4 framework.","archived":false,"fork":false,"pushed_at":"2024-12-20T07:33:03.000Z","size":4448,"stargazers_count":8,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-12T00:03:24.568Z","etag":null,"topics":["codeigniter4","docker","php"],"latest_commit_sha":null,"homepage":"https://codeigniter.com/","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tangix.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-12-11T06:16:58.000Z","updated_at":"2024-12-20T07:33:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"f4eb3a1e-14de-4c84-8869-105eb4714104","html_url":"https://github.com/tangix/ci4-zen-zone","commit_stats":{"total_commits":46,"total_committers":1,"mean_commits":46.0,"dds":0.0,"last_synced_commit":"3831bb5981193c3d6f2d78520a0498443bbd3fb5"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tangix%2Fci4-zen-zone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tangix%2Fci4-zen-zone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tangix%2Fci4-zen-zone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tangix%2Fci4-zen-zone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tangix","download_url":"https://codeload.github.com/tangix/ci4-zen-zone/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248497804,"owners_count":21113984,"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":["codeigniter4","docker","php"],"created_at":"2024-09-24T14:14:31.776Z","updated_at":"2025-04-12T00:04:07.948Z","avatar_url":"https://github.com/tangix.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Welcome to my CodeIgniter4 Zen Zone\n\nThis repository holds my thoughts and understandings related to the CodeIgniter4 (a.k.a \"CI4\") PHP framework.\n\n**DISCLAIMER** The information published here should not be considered recommendations or best-practices. You should use the documentation and your own judgement when developing software.\n\n## Code\n\n* [First release of Apiary Logger](code/apiary-logger.md) (2020-12-15)\n\n## Articles\n\n* [Setting up a container stack for shared development in CodeIgniter](docker-ci4-dev/docker-ci4-dev.md) (2024-12-19)\n* [The VMware vCenter upgrade that went very, very bad](vcenter-reinstallation/vcenter-reinstall.md) (2023-03-01)\n* [Cookie Domain and AWS Load Balancers](cookie-domain-and-elb/cookie-domain-and-elb.md) (2023-02-12)\n* [Office 365 OAuth - Oh' what Joy!](office365-oauth/office365-with-oauth.md) (2023-01-26)\n* [Migrating a CI3 project to CI4](adobelm-service/ci4-migration.md) (2022-12-08)\n* [Effortless PHP upgrade](rethinking-my-php-dev-env/easy-php-update.md) (2022-11-29)\n* [Rethinking My PHP Development Environment - Getting localstack to run (Part 4)](rethinking-my-php-dev-env/part-4-getting-localstack-running.md) (2022-11-18)\n* [Rethinking My PHP Development Environment - Migrating a project to 7.4 (Part 3)](rethinking-my-php-dev-env/part-3-fast-forward-to-2022.md) (2022-11-12)\n* [Rethinking My PHP Development Environment (Part 1)](rethinking-my-php-dev-env/rethinking-my-php-dev-env.md) (2022-11-03)\n* [Rethinking My PHP Development Environment (Part 2)](rethinking-my-php-dev-env/part-2-creating-docker-images.md) (2022-11-08)\n* [Improving Route filters](improve-route-filters/improving-route-filters.md) (2022-10-21)\n* [Testing your CodeIgniter backend API with Postman](postman-testing/testing-backend-with-postman.md) (2022-10-11)\n* [Mocking models while testing](db-testing/mocking-models.md) (2022-06-17)\n* [The hassle of creating a BAMBOO project](creating-bamboo/) (2022-06-07)\n* [Non-destructive Database testing](db-testing/non-destrive-db-testing.md) (2022-05-20)\n* [My use of Filters for Authorization in a RESTful admin interface](routing-filters/) (2020-12-11)\n* [Using CodeIgniter's Custom Casting mechanism](casting/) (2021-07-24)\n\n## Rants and Thoughts\n\n* [CodeIgniter's CURLRequest and HTTP/2 problems](rants/ci-curlrequest-and-http2.md) (2024-07-04)\n* [Using Cuzy/Valinor with JSON containing dashes](rants/valinor-json-dash.md) (2023-06-28)\n* [Migrating MySQL 5.7 to 8.0 on AWS RDS](rants/mysql-migration.md) (2023-05-26)\n* [Implementing a CodeIgniter Registrar for Database config](rants/using-registrars.md) (2023-05-16)\n* [Case-sensitive filesystems are hard](rants/docker-filesystem-case-issues.md) (2023-03-22)\n* [git over ssh problems after upgrading to macOS Ventura](rants/git-ssh-ventura.md) (2022-12-17)\n* [Please just use ULIDs instead of UUIDs](rants/please-just-use-ulids.md) (2022-10-21)\n* [Tenth ring of Hell - troubleshooting Java environments](rants/tenth-ring-of-hell.md) (2022-07-04)\n* [Making JSON parsing more strict](rants/stricter-json.md) (2022-07-01)\n* [Using correct PHP Docker image](rants/using-correct-php-docker.md) (2022-06-14)\n* [PHP 8.1 migration thoughts](rants/php-81-features.md) (2022-06-03)\n* [Namespace problems with Config-files](rants/namespace-problems.md) (2022-06-02)\n* [.env and Docker environment](rants/dotenv-and-docker.md) (2021-01-10)\n* [Writing Controller Tests](rants/controller-tests.md) (2020-12-25)\n* [Nesting route groups may not work as expected](rants/nesting-route-groups.md) (2020-12-13)\n* [The dangers of the .env file](rants/dangers-of-env-file.md) (2020-12-11)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftangix%2Fci4-zen-zone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftangix%2Fci4-zen-zone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftangix%2Fci4-zen-zone/lists"}