{"id":16674875,"url":"https://github.com/hackzilla/barcodebundle","last_synced_at":"2025-08-23T06:03:40.823Z","repository":{"id":7475491,"uuid":"8823621","full_name":"hackzilla/BarcodeBundle","owner":"hackzilla","description":"Barcode Generator for Symfony2","archived":false,"fork":false,"pushed_at":"2018-12-11T13:01:26.000Z","size":203,"stargazers_count":10,"open_issues_count":1,"forks_count":6,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-08-23T06:03:20.104Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://hackzilla.org","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/hackzilla.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":"2013-03-16T18:43:55.000Z","updated_at":"2024-05-19T03:24:53.000Z","dependencies_parsed_at":"2022-09-12T12:03:08.612Z","dependency_job_id":null,"html_url":"https://github.com/hackzilla/BarcodeBundle","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/hackzilla/BarcodeBundle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackzilla%2FBarcodeBundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackzilla%2FBarcodeBundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackzilla%2FBarcodeBundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackzilla%2FBarcodeBundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hackzilla","download_url":"https://codeload.github.com/hackzilla/BarcodeBundle/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackzilla%2FBarcodeBundle/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271745659,"owners_count":24813515,"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","status":"online","status_checked_at":"2025-08-23T02:00:09.327Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-10-12T12:44:44.744Z","updated_at":"2025-08-23T06:03:40.782Z","avatar_url":"https://github.com/hackzilla.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Barcode Bundle\n==============\n\nGenerate barcodes as html, image or text.\n\nFork of Folke Ashberg's PHP Barcode v0.4 [http://www.ashberg.de/php-barcode/]\n\n\nFor usage and examples see: [Examples](Resources/doc/index.md)\n\n[![Build Status](https://travis-ci.org/hackzilla/BarcodeBundle.png?branch=master)](https://travis-ci.org/hackzilla/BarcodeBundle)\n[![SensioLabsInsight](https://insight.sensiolabs.com/projects/50162040-3677-46d3-a99a-aea600924eb1/mini.png)](https://insight.sensiolabs.com/projects/50162040-3677-46d3-a99a-aea600924eb1)\n\n### Requirements\n\n* PHP 5.3.2\n\n\n#### Optional\n\n* GD Lib\n* genbarcode\n\nIf you want to generate not only EAN-12/EAN-13/ISBN-Codes you have to install\ngenbarcode, a small unix-commandline tool which uses GNU-Barcode.\ngenbarcode is available http://www.ashberg.de/php-barcode , read genbarcodes\nREADME for installation.\nIf you have installed genbarcode not to ```/usr/local/bin``` call ```$barcode-\u003esetGenbarcodeLocation('/usr/local/bin/genbarcode')```\n\n\n\n### Step 1: Installation\n\nInstall Composer\n\n```\ncurl -sS https://getcomposer.org/installer | php\nmv composer.phar /usr/local/bin/composer\n```\n\nNow tell composer to download the bundle by running the command:\n\n``` bash\n$ composer require hackzilla/barcode-bundle ~2.0\n```\n\nComposer will add the bundle to your composer.json file and install it into your project's `vendor/hackzilla` directory.\n\n\n### Step 2: Enable the bundle\n\nEnable the bundle in the kernel:\n\n``` php\n\u003c?php\n// app/AppKernel.php\n\npublic function registerBundles()\n{\n    $bundles = array(\n        // ...\n        new Hackzilla\\BarcodeBundle\\HackzillaBarcodeBundle(),\n    );\n}\n```\n\n### Step 3: Further documentation\n\n* [examples list](Resources/doc/index.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhackzilla%2Fbarcodebundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhackzilla%2Fbarcodebundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhackzilla%2Fbarcodebundle/lists"}