cms-token/@core/vendor/xgenious/xgapiclient
mincreng1 062c41b4d3 Initial commit: add CMS Launchpad module 2025-04-25 10:11:30 +07:00
..
Helpers Initial commit: add CMS Launchpad module 2025-04-25 10:11:30 +07:00
config Initial commit: add CMS Launchpad module 2025-04-25 10:11:30 +07:00
database Initial commit: add CMS Launchpad module 2025-04-25 10:11:30 +07:00
resources/views Initial commit: add CMS Launchpad module 2025-04-25 10:11:30 +07:00
routes Initial commit: add CMS Launchpad module 2025-04-25 10:11:30 +07:00
src Initial commit: add CMS Launchpad module 2025-04-25 10:11:30 +07:00
tests Initial commit: add CMS Launchpad module 2025-04-25 10:11:30 +07:00
.DS_Store Initial commit: add CMS Launchpad module 2025-04-25 10:11:30 +07:00
.gitignore Initial commit: add CMS Launchpad module 2025-04-25 10:11:30 +07:00
.php_cs.dist.php Initial commit: add CMS Launchpad module 2025-04-25 10:11:30 +07:00
.phpunit.result.cache Initial commit: add CMS Launchpad module 2025-04-25 10:11:30 +07:00
CHANGELOG.md Initial commit: add CMS Launchpad module 2025-04-25 10:11:30 +07:00
LICENSE.md Initial commit: add CMS Launchpad module 2025-04-25 10:11:30 +07:00
README.md Initial commit: add CMS Launchpad module 2025-04-25 10:11:30 +07:00
composer.json Initial commit: add CMS Launchpad module 2025-04-25 10:11:30 +07:00
phpstan-baseline.neon Initial commit: add CMS Launchpad module 2025-04-25 10:11:30 +07:00
phpstan.neon.dist Initial commit: add CMS Launchpad module 2025-04-25 10:11:30 +07:00
phpunit.xml Initial commit: add CMS Launchpad module 2025-04-25 10:11:30 +07:00

README.md

this package is for managing the license management system for xgenious internals

Latest Version on Packagist Total Downloads

Installation

You can install the package via composer:

composer require xgenious/xgapiclient

You can publish and run the migrations with:

php artisan vendor:publish --tag="xgapiclient-migrations" 
php artisan migrate

You can publish the config file with:

php artisan vendor:publish --tag="xgapiclient-config"

Optionally, you can publish the views using

php artisan vendor:publish --tag="xgapiclient-views"

This is the contents of the published config file:

return [
];

Usage

$xgapiclient = new XgApiClient\XgApiClient();
echo $xgapiclient->echoPhrase('Hello, XgApiClient!');

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.