{"id":16467286,"url":"https://github.com/irfaardy/app-license-client","last_synced_at":"2026-03-14T21:53:26.676Z","repository":{"id":56993418,"uuid":"315288989","full_name":"irfaardy/app-license-client","owner":"irfaardy","description":"Serial number for client side server","archived":false,"fork":false,"pushed_at":"2021-04-24T02:37:01.000Z","size":18,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-12T11:46:48.415Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/irfaardy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"patreon":"irfa","ko_fi":"irfaardy","custom":["buymeacoff.ee/irfaardy"]}},"created_at":"2020-11-23T11:09:36.000Z","updated_at":"2021-06-05T00:23:49.000Z","dependencies_parsed_at":"2022-08-21T13:20:40.013Z","dependency_job_id":null,"html_url":"https://github.com/irfaardy/app-license-client","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/irfaardy%2Fapp-license-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irfaardy%2Fapp-license-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irfaardy%2Fapp-license-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irfaardy%2Fapp-license-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/irfaardy","download_url":"https://codeload.github.com/irfaardy/app-license-client/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224193131,"owners_count":17271238,"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-10-11T11:46:51.308Z","updated_at":"2026-03-14T21:53:21.601Z","avatar_url":"https://github.com/irfaardy.png","language":"PHP","funding_links":["https://patreon.com/irfa","https://ko-fi.com/irfaardy","buymeacoff.ee/irfaardy","https://www.buymeacoffee.com/OBaAofN","https://ko-fi.com/S6S52P7SN"],"categories":[],"sub_categories":[],"readme":"\n# 🚀 Application License uses a Serial Number for client side\n[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/irfaardy/app-license-client/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/irfaardy/app-license-client/?branch=master) [![Build Status](https://scrutinizer-ci.com/g/irfaardy/app-license-client/badges/build.png?b=master)](https://scrutinizer-ci.com/g/irfaardy/app-license-client/build-status/master) [![Latest Stable Version](https://poser.pugx.org/irfa/app-license-client/v)](//packagist.org/packages/irfa/app-license-client) [![GitHub license](https://img.shields.io/github/license/irfaardy/encrypt-file-laravel?style=flat-square)](https://github.com/irfaardy/encrypt-file-laravel/blob/master/LICENSE) [![Support me](https://img.shields.io/badge/Support-Buy%20me%20a%20coffee-yellow.svg?style=flat-square)](https://www.buymeacoffee.com/OBaAofN) [![ko-fi](https://www.ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/S6S52P7SN)\n\nThis plugin will run if you install a plugin for an endpoint server please visit here https://github.com/irfaardy/app-license-server\n\n\u003cp\u003eThis plugin is used to install the application serial number on the client server\u003cp\u003e\n\u003ch3\u003e🛠️ Installation with Composer \u003c/h3\u003e\n\n\n    composer require irfa/app-license-client\n\n\u003eYou can get Composer [ here]( https://getcomposer.org/download/)\n\n***\n\n\n\u003ch2\u003e🛠️ Laravel Setup \u003c/h2\u003e\n\n\u003ch3\u003eAdd to config/app.php\u003c/h3\u003e\n\n    'providers' =\u003e [\n        ....\n        Irfa\\AppLicenseClient\\AppLicenseClientServiceProvider::class,\n         ];\n\n\n\n\u003ch3\u003eAdd to config/app.php\u003c/h3\u003e\n\n    'aliases' =\u003e [\n             ....\n            'ALC' =\u003e Irfa\\AppLicenseClient\\Facades\\AppLicenseClient::class,\n    \n        ],\n\n  \u003ch2\u003ePublish Vendor\u003c/h2\u003e\n\n\n    php artisan vendor:publish --tag=app-license-client\n\n\u003ch2\u003eConfig File\u003c/h2\u003e\n\n    config/irfa/app-license-client.php\n\n\u003ch2\u003ePlugin Settings\u003c/h2\u003e\n\nTambahkan baris ini di file .env\u003cbr\u003e\nAdd this line to file .env\n\n```php\nAPP_SERIAL_NUMBER=XXXX-XXXX-XXXX-XXXX\nAPP_LICENSE_ENDPOINT=https://example.com/check/license\n```\n\n\u003ch2\u003eSetting Middleware\u003c/h2\u003e\n\nBuka file App\\Http\\Kernel.php\u003cbr\u003e\nOpen file App\\Http\\Kernel.php\u003cbr\u003e\nTambahkan item ini di $routeMiddleware \u003cbr\u003e\nAdd this item in $routeMiddleware\n\n```php\n'licenseCheck' =\u003e \\Irfa\\AppLicenseClient\\Middleware\\AppLicenseChecker::class,\n```\n\n\u003ch2\u003eImplementasi di route\u003c/h2\u003e\n\n```php\nRoute::middleware('licenseCheck')-\u003eget('/example','TestController@index');\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Firfaardy%2Fapp-license-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Firfaardy%2Fapp-license-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Firfaardy%2Fapp-license-client/lists"}