{"id":33973718,"url":"https://github.com/jdtsoftware/pow","last_synced_at":"2026-05-28T06:39:53.959Z","repository":{"id":56997650,"uuid":"102644012","full_name":"jdtsoftware/pow","owner":"jdtsoftware","description":"Product, Ordering and Wallet system ","archived":false,"fork":false,"pushed_at":"2018-01-18T17:23:09.000Z","size":896,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-04-17T21:32:26.509Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/jdtsoftware.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","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":"2017-09-06T18:29:45.000Z","updated_at":"2017-11-21T00:39:26.000Z","dependencies_parsed_at":"2022-08-21T11:10:16.841Z","dependency_job_id":null,"html_url":"https://github.com/jdtsoftware/pow","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jdtsoftware/pow","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdtsoftware%2Fpow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdtsoftware%2Fpow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdtsoftware%2Fpow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdtsoftware%2Fpow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jdtsoftware","download_url":"https://codeload.github.com/jdtsoftware/pow/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdtsoftware%2Fpow/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27697452,"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-12-12T02:00:06.775Z","response_time":129,"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":"2025-12-13T01:12:07.130Z","updated_at":"2025-12-13T01:12:09.302Z","avatar_url":"https://github.com/jdtsoftware.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WORK IN PROGRESS - DO NOT USE \n\n\n\n\n\n\n\n\n\n\n\n\n[![Latest Version on Packagist][ico-version]][link-packagist]\n[![Software License][ico-license]](LICENSE.md)\n[![Build Status][ico-travis]][link-travis]\n[![Coverage Status][ico-scrutinizer]][link-scrutinizer]\n[![Quality Score][ico-code-quality]][link-code-quality]\n[![Total Downloads][ico-downloads]][link-downloads]\n\n**Note:** Replace ```:author_name``` ```:author_username``` ```:author_website``` ```:author_email``` ```:vendor``` ```:package_name``` ```:package_description``` with their correct values in [README.md](README.md), [CHANGELOG.md](CHANGELOG.md), [CONTRIBUTING.md](CONTRIBUTING.md), [LICENSE.md](LICENSE.md) and [composer.json](composer.json) files, then delete this line. You can run `$ php prefill.php` in the command line to make all replacements at once. Delete the file prefill.php as well.\n\nThis is where your description should go. Try and limit it to a paragraph or two, and maybe throw in a mention of what\nPSRs you support to avoid any confusion with users and contributors.\n\n## Structure\n\nIf any of the following are applicable to your project, then the directory structure should follow industry best practises by being named the following.\n\n```\nbin/        \nconfig/\nsrc/\ntests/\nvendor/\n```\n\n\n## Install\n\nVia Composer\n\n``` bash\n$ composer require :vendor/:package_name\n```\n\n## Usage\n\n``` php\n$skeleton = new League\\Skeleton();\necho $skeleton-\u003eechoPhrase('Hello, League!');\n```\n\n## Change log\n\nPlease see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.\n\n## Testing\n\n``` bash\n$ composer test\n```\n\n## Contributing\n\nPlease see [CONTRIBUTING](CONTRIBUTING.md) and [CODE_OF_CONDUCT](CODE_OF_CONDUCT.md) for details.\n\n## Security\n\nIf you discover any security related issues, please email :author_email instead of using the issue tracker.\n\n## Credits\n\n- [:author_name][link-author]\n- [All Contributors][link-contributors]\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n\n[ico-version]: https://img.shields.io/packagist/v/:vendor/:package_name.svg?style=flat-square\n[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square\n[ico-travis]: https://img.shields.io/travis/:vendor/:package_name/master.svg?style=flat-square\n[ico-scrutinizer]: https://img.shields.io/scrutinizer/coverage/g/:vendor/:package_name.svg?style=flat-square\n[ico-code-quality]: https://img.shields.io/scrutinizer/g/:vendor/:package_name.svg?style=flat-square\n[ico-downloads]: https://img.shields.io/packagist/dt/:vendor/:package_name.svg?style=flat-square\n\n[link-packagist]: https://packagist.org/packages/:vendor/:package_name\n[link-travis]: https://travis-ci.org/:vendor/:package_name\n[link-scrutinizer]: https://scrutinizer-ci.com/g/:vendor/:package_name/code-structure\n[link-code-quality]: https://scrutinizer-ci.com/g/:vendor/:package_name\n[link-downloads]: https://packagist.org/packages/:vendor/:package_name\n[link-author]: https://github.com/:author_username\n[link-contributors]: ../../contributors\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjdtsoftware%2Fpow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjdtsoftware%2Fpow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjdtsoftware%2Fpow/lists"}