{"id":18885145,"url":"https://github.com/netgloo/benjamin_core","last_synced_at":"2025-07-29T11:04:49.784Z","repository":{"id":57025545,"uuid":"49745131","full_name":"netgloo/benjamin_core","owner":"netgloo","description":null,"archived":false,"fork":false,"pushed_at":"2016-06-05T22:05:23.000Z","size":81,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-31T10:47:26.138Z","etag":null,"topics":["benjamin","core","onepagewebsite","static-website","web-platform"],"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/netgloo.png","metadata":{"files":{"readme":"readme.md","changelog":"changelog.md","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":"2016-01-15T21:11:40.000Z","updated_at":"2017-02-28T14:05:56.000Z","dependencies_parsed_at":"2022-08-23T15:00:19.886Z","dependency_job_id":null,"html_url":"https://github.com/netgloo/benjamin_core","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/netgloo/benjamin_core","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netgloo%2Fbenjamin_core","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netgloo%2Fbenjamin_core/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netgloo%2Fbenjamin_core/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netgloo%2Fbenjamin_core/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/netgloo","download_url":"https://codeload.github.com/netgloo/benjamin_core/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netgloo%2Fbenjamin_core/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267676967,"owners_count":24126304,"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-07-29T02:00:12.549Z","response_time":2574,"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":["benjamin","core","onepagewebsite","static-website","web-platform"],"created_at":"2024-11-08T07:17:04.230Z","updated_at":"2025-07-29T11:04:49.745Z","avatar_url":"https://github.com/netgloo.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Benjamin Core\n\n\u003c!-- [![Latest Version on Packagist][ico-version]][link-packagist] --\u003e\n\u003c!-- [![Software License][ico-license]](license.md) --\u003e\n\u003c!-- [![Build Status][ico-travis]][link-travis] --\u003e\n\u003c!-- [![Coverage Status][ico-scrutinizer]][link-scrutinizer] --\u003e\n\u003c!-- [![Quality Score][ico-code-quality]][link-code-quality] --\u003e\n\u003c!-- [![Total Downloads][ico-downloads]][link-downloads] --\u003e\n\n**Note:** This is the core code for Benjamin platform. If you need to install Benjamin go [here](http://github.com/netgloo/benjamin) instead.\n\n### Install In Laravel\n\nAdd the package via Composer:\n\n``` bash\n$ composer require netgloo/benjamin_core\n```\n\nAdd the service provider to Laravel, in `config/app.php`:\n\n``` php\n  'providers' =\u003e [\n    \n    //\n\n    Netgloo\\BenjaminCore\\BenjaminCoreServiceProvider::class,\n\n  ]\n```\n\nAdd publish scripts on `post-install-cmd` and `post-update-cmd` events on project's root `composer.json`, to enable auto publishing of public assets:\n\n``` javascript\n  \"scripts\": {\n    \"post-install-cmd\": [\n      //\n      \"php artisan vendor:publish --tag=public --force\"\n    ],\n    \"post-update-cmd\": [\n      //\n      \"php artisan vendor:publish --tag=public --force\"\n    ],\n  }\n```\n\n\u003c!--\n### Usage\n\n``` php\n$skeleton = new League\\Skeleton();\necho $skeleton-\u003eechoPhrase('Hello, League!');\n```\n--\u003e\n\n### Change Log\n\nPlease see [changelog](changelog.md) for more information what has changed recently.\n\n\u003c!--\n## Testing\n\n``` bash\n$ composer test\n```\n--\u003e\n\n### Contributing\n\nPlease see [contributing](contributing.md) and [conduct](conduct.md) for details.\n\n### Security\n\nIf you discover any security related issues, please email info@netgloo.com instead of using the issue tracker.\n\n\u003c!--\n## Credits\n\n- [Netgloo][link-author]\n\n- [All Contributors][link-contributors]\n--\u003e\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/netgloo/benjamin_core.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/netgloo/benjamin_core/master.svg?style=flat-square\n[ico-scrutinizer]: https://img.shields.io/scrutinizer/coverage/g/netgloo/benjamin_core.svg?style=flat-square\n[ico-code-quality]: https://img.shields.io/scrutinizer/g/netgloo/benjamin_core.svg?style=flat-square\n[ico-downloads]: https://img.shields.io/packagist/dt/netgloo/benjamin_core.svg?style=flat-square\n\n[link-packagist]: https://packagist.org/packages/netgloo/benjamin_core\n[link-travis]: https://travis-ci.org/netgloo/benjamin_core\n[link-scrutinizer]: https://scrutinizer-ci.com/g/netgloo/benjamin_core/code-structure\n[link-code-quality]: https://scrutinizer-ci.com/g/netgloo/benjamin_core\n[link-downloads]: https://packagist.org/packages/netgloo/benjamin_core\n[link-author]: https://github.com/netgloo\n[link-contributors]: ../../contributors\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetgloo%2Fbenjamin_core","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnetgloo%2Fbenjamin_core","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetgloo%2Fbenjamin_core/lists"}