{"id":15023295,"url":"https://github.com/boolfalse/php-tcpdf","last_synced_at":"2026-02-19T17:01:53.277Z","repository":{"id":114182180,"uuid":"259999003","full_name":"boolfalse/php-tcpdf","owner":"boolfalse","description":"PHP Auth functionality with usage of TCPDF (PHP 5.3-7.3)","archived":false,"fork":false,"pushed_at":"2020-05-02T21:45:10.000Z","size":16073,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-12T06:37:47.308Z","etag":null,"topics":["php","php-auth","php53","php73","tcpdf"],"latest_commit_sha":null,"homepage":null,"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/boolfalse.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-04-29T17:45:40.000Z","updated_at":"2020-05-02T21:45:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"2ff76d6e-2c1d-439e-8815-ab2c3eb216a6","html_url":"https://github.com/boolfalse/php-tcpdf","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/boolfalse/php-tcpdf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boolfalse%2Fphp-tcpdf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boolfalse%2Fphp-tcpdf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boolfalse%2Fphp-tcpdf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boolfalse%2Fphp-tcpdf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/boolfalse","download_url":"https://codeload.github.com/boolfalse/php-tcpdf/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boolfalse%2Fphp-tcpdf/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29623546,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T13:04:20.082Z","status":"ssl_error","status_checked_at":"2026-02-19T13:03:33.775Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["php","php-auth","php53","php73","tcpdf"],"created_at":"2024-09-24T19:58:55.270Z","updated_at":"2026-02-19T17:01:53.258Z","avatar_url":"https://github.com/boolfalse.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n### About:\n\nPHP AUTH: This is a simple boilerplate for PHP Auth.\n* Login\n* Register\n* Logout\n* Password Reset\n\n### Installation/Info:\n\n - Run this command for cloning the project (otherwise you can download as .zip)\n ```\n git clone https://github.com/boolfalse/php-tcpdf.git\n ```\n \n - Create MySQL 5.* DB\n - Copy the \"env-example.php\" as \"env.php\" and configure DB credentials\n - Unzip \"tcpdf-backup.zip\" and move all the extracted resources to the \"tcpdf\" folder\n - Cop and paste necessary font files (.php, .z)\n - Config your host on root folder (probably it'll be hosted on \\'index.php\\' by default)\n - Run necessary migrations via web page \"/setup.php\"\n - Run necessary seeders via web page \"/seeds.php\"\n - Open the page \"/login\"\n - For User page you can go to the \"/welcome.php\"\n \n### Sources:\n\n- [tutorialrepublic](https://www.tutorialrepublic.com/php-tutorial/php-mysql-login-system.php)\n- [image in tcpdf](https://stackoverflow.com/a/19565455/7574023)\n- [fonts](https://stackoverflow.com/a/12304671/7574023)\n- [jsfiddle resume html](http://jsfiddle.net/KampD/jz8257qt/15/)\n- [armenian fonts](http://www.museum.am/font/font_a.php)\n- [How to implement custom fonts in TCPDF](https://stackoverflow.com/questions/5263588/how-to-implement-custom-fonts-in-tcpdf)\n- [Creating PDFs using TCPDF that supports all languages especially CJK](https://stackoverflow.com/questions/9426983/creating-pdfs-using-tcpdf-that-supports-all-languages-especially-cjk)\n- [arm-fonts.com](https://arm-fonts.com/)\n- [pararani.com](http://pararani.com/armenian-fonts-2/)\n- [ttf font to fpdf or tcpdf online conversion](https://www.xml-convert.com/en/convert-tff-font-to-afm-pfa-fpdf-tcpdf)\n- [TCPDF font converter e.g. for Magento Extension pdfPRINT](http://fonts.snm-portal.com/)\n- [Using Unicode with TCPDF](https://stackoverflow.com/questions/18200919/using-unicode-with-tcpdf)\n- [encode-utf-8-in-tcpdf](https://stackoverflow.com/questions/52286964/how-to-encode-utf-8-in-tcpdf)\n- [tcpdf-fonts](https://stackoverflow.com/questions/27607953/)\n- [utf-8-all-the-way-through](https://stackoverflow.com/questions/279170/utf-8-all-the-way-through)\n- [Font changed](https://stackoverflow.com/a/55722814/7574023)\n\n### TODOs\n\n- Check Auth functionality with uncommenting these code blocks\n```\n//if(!isset($_SESSION[\"loggedin\"]) || $_SESSION[\"loggedin\"] !== true){\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboolfalse%2Fphp-tcpdf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fboolfalse%2Fphp-tcpdf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboolfalse%2Fphp-tcpdf/lists"}