{"id":36980076,"url":"https://github.com/mitakeck/ulidtype","last_synced_at":"2026-01-13T22:49:42.642Z","repository":{"id":57017632,"uuid":"210999653","full_name":"mitakeck/ulidtype","owner":"mitakeck","description":"UlidType plugin for CakePHP","archived":false,"fork":false,"pushed_at":"2019-10-01T07:12:35.000Z","size":5,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-16T00:26:39.611Z","etag":null,"topics":["cakephp-plugin","cakephp3"],"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/mitakeck.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}},"created_at":"2019-09-26T04:28:42.000Z","updated_at":"2024-05-31T02:02:50.000Z","dependencies_parsed_at":"2022-08-22T12:00:22.178Z","dependency_job_id":null,"html_url":"https://github.com/mitakeck/ulidtype","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/mitakeck/ulidtype","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitakeck%2Fulidtype","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitakeck%2Fulidtype/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitakeck%2Fulidtype/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitakeck%2Fulidtype/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mitakeck","download_url":"https://codeload.github.com/mitakeck/ulidtype/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitakeck%2Fulidtype/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28403750,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-13T21:51:37.118Z","status":"ssl_error","status_checked_at":"2026-01-13T21:45:14.585Z","response_time":56,"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":["cakephp-plugin","cakephp3"],"created_at":"2026-01-13T22:49:41.921Z","updated_at":"2026-01-13T22:49:42.636Z","avatar_url":"https://github.com/mitakeck.png","language":"PHP","readme":"# UlidType plugin for CakePHP\n\n## Setup\n\n### Install\n\n```bash\n$ composer require mitakeck/ulidtypes\n```\n\n### Bootstrap\n\n- add plugin load command in `config/bootstrap.php`\n\n```php\n...\nPlugin::load('mitakeck/UlidTypes', ['bootstrap' =\u003e true]);\n...\n```\n\n### Model\n\n- add `_initializeSchema()` method to `Model\\Table` class to make id `ulid` type\n\n```php\n...\nuse Cake\\Database\\Schema\\TableSchema;\n...\nclass XXXXXXXXTable extends Table\n{\n    protected function _initializeSchema(TableSchema $table)\n    {\n        parent::_initializeSchema($table);\n        $table-\u003esetColumnType('id', 'ulid'); // set ulid type for id\n\n        return $table;\n    }\n}\n...\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmitakeck%2Fulidtype","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmitakeck%2Fulidtype","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmitakeck%2Fulidtype/lists"}