{"id":17383615,"url":"https://github.com/loadsys/cakephp-uuidshell","last_synced_at":"2026-04-27T23:38:29.549Z","repository":{"id":62518500,"uuid":"44824738","full_name":"loadsys/CakePHP-UuidShell","owner":"loadsys","description":"An incredibly simple Shell that exposes the String::uuid() method to the command line. Convenient for generating new IDs in bulk for seed or development data that use UUIDs as primary keys.","archived":false,"fork":false,"pushed_at":"2015-12-28T17:18:08.000Z","size":0,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-03-27T21:14:42.866Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/loadsys.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-10-23T16:25:30.000Z","updated_at":"2015-12-18T15:38:21.000Z","dependencies_parsed_at":"2022-11-02T13:46:10.207Z","dependency_job_id":null,"html_url":"https://github.com/loadsys/CakePHP-UuidShell","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loadsys%2FCakePHP-UuidShell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loadsys%2FCakePHP-UuidShell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loadsys%2FCakePHP-UuidShell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loadsys%2FCakePHP-UuidShell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/loadsys","download_url":"https://codeload.github.com/loadsys/CakePHP-UuidShell/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245924515,"owners_count":20694730,"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-10-16T07:43:16.196Z","updated_at":"2026-04-27T23:38:29.510Z","avatar_url":"https://github.com/loadsys.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CakePHP-UuidShell\n\n[![Latest Version](https://img.shields.io/github/release/loadsys/CakePHP-UuidShell.svg?style=flat-square)](https://github.com/loadsys/CakePHP-UuidShell/releases)\n[![Build Status](https://img.shields.io/travis/loadsys/CakePHP-UuidShell/master.svg?style=flat-square)](https://travis-ci.org/loadsys/CakePHP-UuidShell)\n[![Coverage Status](https://img.shields.io/coveralls/loadsys/CakePHP-UuidShell/master.svg?style=flat-square)](https://coveralls.io/r/loadsys/CakePHP-UuidShell)\n[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)\n[![Total Downloads](https://img.shields.io/packagist/dt/loadsys/cakephp-uuid-shell.svg?style=flat-square)](https://packagist.org/packages/loadsys/cakephp-uuid-shell)\n\nA CakePHP plugin that provides a Shell to read an app's Configure vars from the command line.\n\n* This is the Cake 3.x version of the plugin, which exists on the `master` branch and is tracked by the `~1.0` semver.\n* For the Cake 2.x version of this plugin, please use the repo's `cake-2.x` branch.\n\n\n## Requirements\n\n* CakePHP 3.0.0+\n* PHP 5.6+\n\n\n## Installation\n\n```bash\n$ composer require loadsys/cakephp-uuid-shell:~1.0\n```\n\nIn your `config/bootstrap.php` file, add:\n\n```php\nPlugin::load('Uuid', ['bootstrap' =\u003e false, 'routes' =\u003e false]);\n```\n\n\n## Usage\n\nTo use this plugin, call it from the command line:\n\n```shell\n$ cd path/to/app/\n$ ./bin/cake uuid\n\n# Generate 15 UUIDs.\n$ ./bin/cake uuid 15\n```\n\n\n## Contributing\n\n### Code of Conduct\n\nThis project has adopted the Contributor Covenant as its [code of conduct](CODE_OF_CONDUCT.md). All contributors are expected to adhere to this code. [Translations are available](http://contributor-covenant.org/).\n\n### Reporting Issues\n\nPlease use [GitHub Isuses](https://github.com/loadsys/CakePHP-UuidShell/issues) for listing any known defects or issues.\n\n### Development\n\nWhen developing this plugin, please fork and issue a PR for any new development.\n\nSet up a working copy:\n```shell\n$ git clone git@github.com:YOUR_USERNAME/CakePHP-UuidShell.git\n$ cd CakePHP-UuidShell/\n$ composer install\n$ vendor/bin/phpcs --config-set installed_paths vendor/loadsys/loadsys_codesniffer,vendor/cakephp/cakephp-codesniffer\n```\n\nMake your changes:\n```shell\n$ git checkout -b your-topic-branch\n# (Make your changes. Write some tests.)\n$ vendor/bin/phpunit\n$ vendor/bin/phpcs -p --extensions=php --standard=Loadsys ./src ./tests\n```\n\nThen commit and push your changes to your fork, and open a pull request.\n\n\n## License\n\n[MIT](https://github.com/loadsys/CakePHP-UuidShell/blob/master/LICENSE.md)\n\n\n## Copyright\n\n[Loadsys Web Strategies](http://www.loadsys.com) 2015\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Floadsys%2Fcakephp-uuidshell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Floadsys%2Fcakephp-uuidshell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Floadsys%2Fcakephp-uuidshell/lists"}