{"id":15805998,"url":"https://github.com/chiiya/laravel-cipher","last_synced_at":"2025-03-31T22:42:29.005Z","repository":{"id":62501696,"uuid":"402562680","full_name":"chiiya/laravel-cipher","owner":"chiiya","description":"[WIP] Secure and searchable database encryption for Laravel","archived":false,"fork":false,"pushed_at":"2021-09-06T18:20:21.000Z","size":48,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-10-06T02:41:27.833Z","etag":null,"topics":[],"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/chiiya.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null},"funding":{"github":"chiiya"}},"created_at":"2021-09-02T21:04:30.000Z","updated_at":"2021-09-06T18:29:13.000Z","dependencies_parsed_at":"2022-11-02T12:15:59.567Z","dependency_job_id":null,"html_url":"https://github.com/chiiya/laravel-cipher","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chiiya%2Flaravel-cipher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chiiya%2Flaravel-cipher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chiiya%2Flaravel-cipher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chiiya%2Flaravel-cipher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chiiya","download_url":"https://codeload.github.com/chiiya/laravel-cipher/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246552893,"owners_count":20795836,"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-05T02:41:13.384Z","updated_at":"2025-03-31T22:42:28.991Z","avatar_url":"https://github.com/chiiya.png","language":"PHP","funding_links":["https://github.com/sponsors/chiiya"],"categories":[],"sub_categories":[],"readme":"# This is my package laravel-cipher\n\n[![Latest Version on Packagist](https://img.shields.io/packagist/v/chiiya/laravelcipher.svg?style=flat-square)](https://packagist.org/packages/chiiya/laravelcipher)\n[![GitHub Tests Action Status](https://img.shields.io/github/workflow/status/chiiya/laravelcipher/run-tests?label=tests)](https://github.com/chiiya/laravelcipher/actions?query=workflow%3Arun-tests+branch%3Amain)\n[![GitHub Code Style Action Status](https://img.shields.io/github/workflow/status/chiiya/laravelcipher/Check%20\u0026%20fix%20styling?label=code%20style)](https://github.com/chiiya/laravelcipher/actions?query=workflow%3A\"Check+%26+fix+styling\"+branch%3Amain)\n[![Total Downloads](https://img.shields.io/packagist/dt/chiiya/laravelcipher.svg?style=flat-square)](https://packagist.org/packages/chiiya/laravelcipher)\n\n---\nThis repo can be used to scaffold a Laravel package. Follow these steps to get started:\n\n1. Press the \"Use template\" button at the top of this repo to create a new repo with the contents of this laravelcipher\n2. Run \"./configure-laravelcipher.sh\" to run a script that will replace all placeholders throughout all the files\n3. Remove this block of text.\n4. Have fun creating your package.\n5. If you need help creating a package, consider picking up our \u003ca href=\"https://laravelpackage.training\"\u003eLaravel Package Training\u003c/a\u003e video course.\n---\n\nThis is where your description should go. Limit it to a paragraph or two. Consider adding a small example.\n\n## Support us\n\n[\u003cimg src=\"https://github-ads.s3.eu-central-1.amazonaws.com/LaravelCipher.jpg?t=1\" width=\"419px\" /\u003e](https://spatie.be/github-ad-click/LaravelCipher)\n\nWe invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).\n\nWe highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).\n\n## Installation\n\nYou can install the package via composer:\n\n```bash\ncomposer require chiiya/laravelcipher\n```\n\nYou can publish and run the migrations with:\n\n```bash\nphp artisan vendor:publish --provider=\"Chiiya\\laravel-cipher\\laravel-cipherServiceProvider\" --tag=\"laravelcipher-migrations\"\nphp artisan migrate\n```\n\nYou can publish the config file with:\n```bash\nphp artisan vendor:publish --provider=\"Chiiya\\laravel-cipher\\laravel-cipherServiceProvider\" --tag=\"laravelcipher-config\"\n```\n\nThis is the contents of the published config file:\n\n```php\nreturn [\n];\n```\n\n## Usage\n\n```php\n$laravelcipher = new Chiiya\\laravel-cipher();\necho $laravelcipher-\u003eechoPhrase('Hello, Spatie!');\n```\n\n## Testing\n\n```bash\ncomposer test\n```\n\n## Changelog\n\nPlease see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.\n\n## Contributing\n\nPlease see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.\n\n## Security Vulnerabilities\n\nPlease review [our security policy](../../security/policy) on how to report security vulnerabilities.\n\n## Credits\n\n- [Elisha Witte](https://github.com/chiiya)\n- [All Contributors](../../contributors)\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchiiya%2Flaravel-cipher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchiiya%2Flaravel-cipher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchiiya%2Flaravel-cipher/lists"}