{"id":22151339,"url":"https://github.com/src-run/teavee-image-magic-bundle","last_synced_at":"2025-03-24T13:21:47.100Z","repository":{"id":13893206,"uuid":"16591546","full_name":"src-run/teavee-image-magic-bundle","owner":"src-run","description":"Abstraction bundle for image manipulation using the imagemagick library.","archived":false,"fork":false,"pushed_at":"2016-01-26T15:02:18.000Z","size":93,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-01-29T18:23:54.381Z","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/src-run.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-02-06T19:51:58.000Z","updated_at":"2016-02-18T11:13:18.000Z","dependencies_parsed_at":"2022-08-23T15:51:03.413Z","dependency_job_id":null,"html_url":"https://github.com/src-run/teavee-image-magic-bundle","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/src-run%2Fteavee-image-magic-bundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/src-run%2Fteavee-image-magic-bundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/src-run%2Fteavee-image-magic-bundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/src-run%2Fteavee-image-magic-bundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/src-run","download_url":"https://codeload.github.com/src-run/teavee-image-magic-bundle/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245276110,"owners_count":20588895,"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-12-02T00:32:24.376Z","updated_at":"2025-03-24T13:21:47.083Z","avatar_url":"https://github.com/src-run.png","language":"PHP","readme":"# [scr-be] teavee-image-magic-bundle\n\n| Continuous Integration |   Code Quality Review   |    UnitTest Coverage    |\n|:----------------------:|:-----------------------:|:-----------------------:|\n| [![Travis](https://scr.be/teavee-image-magic-bundle/travis_shield)](https://scr.be/teavee-image-magic-bundle/travis) | [![Codacy](https://scr.be/teavee-image-magic-bundle/codacy_shield)](https://scr.be/teavee-image-magic-bundle/codacy) | [![Coveralls](https://scr.be/teavee-image-magic-bundle/coveralls_shield)](https://scr.be/teavee-image-magic-bundle/coveralls) |\n\n## Overview\n\n[Welcome](https://scr.be/go/readme_welcome)!\nThe `scr-be/teavee-image-magic-bundle` package provides\na simple abstraction on the IMagick extension.\n\n### Grouping\n\nThis package is part of the [teavee](https://scr.be/teavee-image-magic-bundle/group)\ngroup ([explanation](https://scr.be/teavee-image-magic-bundle/group_explanation)),\ncomprised of other releases with a concentration in \n*media, HTML, content, generator*,\nand related functionality.\n\n### JTT\n\nThis package represents a single project within a\n[large collection](https://scr.be/go/explore) of open-source code released\nunder the *Scribe* namespace, comprised of framework-agnostic libraries,\nand a number of Symfony bundles. These projects are authored and maintained\nby [Rob Frawley 2nd](https://scr.be/rmf) and \n[collaborators](https://scr.be/teavee-image-magic-bundle/github_collaborators),\noften with the support of [Scribe Inc](https://scr.be/go/scribe-home).\n\n## Quick Start\n\n### Installation\n\nGet the code by requiring it explicitly via the [Composer](https://getcomposer.com)\nCLI, or by editing your *composer.json* to reflect the dependency and updating\nyour project requirements. For example, to explicitly require this project using\nthe CLI, use the following command.\n\n```bash\n$ composer require scr-be/teavee-image-magic-bundle\n```\n\nTo enable the bundle, register it with your Symfony application kernel by\ninstantiating *ScribeTeaveeImageMagicBundle* within the bundle array.\n\n```php\n// app/AppKernel.php\nclass AppKernel extends Kernel {\n    public function registerBundles() {\n        $bundles = [\n            // ...\n            new Scribe\\Teavee\\ImageMagicBundle\\ScribeTeaveeImageMagicBundle(),\n        ];\n        // ...\n    }\n}\n```\n\n### Configuration\n\nAvailable configuration values can be referenced by using the Symfony console command\n`app/console` (assuming the Symfony full-stack framework and bundle registration).\nAdditionally, this bundle provides a bare console executable that can be invoked by calling\nthe following.\n\n```bash\nbin/teavee-image-magic config:dump-reference scribe_teavee_image_magic\n```\n\n## Reference\n\n### API Docs\n\nThis package's API-documentation is available at [scr.be/teavee-image-magic-bundle/api](https://scr.be/teavee-image-magic-bundle/api),\n(as well as linked below via the *Reference* badge found under the *Additional Links*\nheader). All API-reference is build against the *master* Git branch and updated\nautomatically on each Git push---api-reference for *specific releases* will\nbe provided once this package has matured.\n\n\u003e The entire API-reference website is auto-generated using a quick,\n\u003e reliable, and well-developed CLI tool called [Sami](https://scr.be/go/sami).\n\u003e It is rigerously and regularly tested through its use in large, complex projects,\n\u003e such as the [Symfony Full-Stack Framework](https://scr.be/go/symfony) \n\u003e \u003csee: [scr.be/go/api-ref-symfony](https://scr.be/go/symfony-api)\u003e, as well\n\u003e as its use in smaller projects such\n\u003e [Twig](https://scr.be/go/sami-twig)\n\u003e \u003csee: [scr.be/go/api-ref-twig](https://scr.be/go/twig-api)\u003e.\n\u003e Reference Sami's [GitHub page](https://scr.be/go/sami) to learn how to use\n\u003e it with your own projects!\n\n### Examples/Tutorials\n\nCurrently, there is no *\"human-written\"* documentation---outside of this README.\nPending package stability and available resources, a\n[RTD (Read the Docs)](https://scr.be/go/rtd) page will be published with\nadditional information and tutorials, including real use-cases within the Symfony\nFramework.\n\n## Contributing\n\n### Discussion\n\nFor general inquiries or to discuss a broad topic or idea, you can find\n*robfrawley* on Freenode. There is also a *#scribe* channel, which can\nbe joined using the following link\n[irc.choopa.net:6669/scribe](irc://irc.choopa.net:6669/scribe).\n\n### Issues\n\nTo report issues or request a new feature use\n[GitHub](https://scr.be/teavee-image-magic-bundle/github_issues)\nor [GitLab](https://scr.be/teavee-image-magic-bundle/gitlab_issues)\nto start a discussion. Include as much information as possible to aid in\na quick resolution. Feel free to \"ping\" the topic if you don't get a\nresponse within a few days.\n\n### Code\n\nYou created additional functionality during the use of this package? Send\nit back upstream! *Don't hesitate to submit a pull request!* Beyond the\nbrief requirements outlined in the\n[contibuting guide](https://scr.be/teavee-image-magic-bundle/contributing),\nyour [imagination](https://scr.be/go/readme_imagination)\nrepresents the only limitation.\n\n## License\n\nThis project is licensed under the\n[MIT License](https://scr.be/go/mit), an\n[FSF](https://scr.be/go/fsf)-/[OSI](https://scr.be/go/osi)-approved\nand [GPL](https://scr.be/go/gpl)-compatible, permissive free software\nlicense. Review the\n[LICENSE](https://scr.be/teavee-image-magic-bundle/license)\nfile distributed with this source code for additional information.\n\n## Additional Links\n\n|       Purpose | Status        |\n|--------------:|:--------------|\n| *Stable Release*    | [![Packagist](https://scr.be/teavee-image-magic-bundle/packagist_shield)](https://scr.be/teavee-image-magic-bundle/packagist) |\n| *Dev Release*    | [![Packagist](https://scr.be/teavee-image-magic-bundle/packagist_pre_shield)](https://scr.be/teavee-image-magic-bundle/packagist) |\n| *License*    | [![License](https://scr.be/teavee-image-magic-bundle/license_shield)](https://scr.be/teavee-image-magic-bundle/license) |\n| *Reference*  | [![License](https://scr.be/teavee-image-magic-bundle/api_shield)](https://scr.be/teavee-image-magic-bundle/api) |\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsrc-run%2Fteavee-image-magic-bundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsrc-run%2Fteavee-image-magic-bundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsrc-run%2Fteavee-image-magic-bundle/lists"}