https://github.com/azzarip/client
Laravel Package for handling the client side of my servers
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (13.4%) to scientific vocabulary
Repository
Laravel Package for handling the client side of my servers
Basic Info
- Host: GitHub
- Owner: azzarip
- License: mit
- Language: HTML
- Default Branch: main
- Size: 107 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
Laravel Package for handling the Client side of the package
This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.
Support us
We invest a lot of resources into creating best in class open source packages. You can support us by buying one of our paid products.
We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on our contact page. We publish all received postcards on our virtual postcard wall.
Installation
You can install the package via composer:
bash
composer require azzarip/client
You can publish and run the migrations with:
bash
php artisan vendor:publish --tag="client-migrations"
php artisan migrate
You can publish the config file with:
bash
php artisan vendor:publish --tag="client-config"
This is the contents of the published config file:
php
return [
];
Optionally, you can publish the views using
bash
php artisan vendor:publish --tag="client-views"
Usage
php
$client = new Azzarip\Client();
echo $client->echoPhrase('Hello, Azzarip!');
Testing
bash
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.
Owner
- Name: Paride Azzari
- Login: azzarip
- Kind: user
- Location: Zurich
- Company: ETH Zurich
- Repositories: 1
- Profile: https://github.com/azzarip
Theoretical Physicist and Computational Scientist at ETH Zurich
GitHub Events
Total
- Push event: 19
Last Year
- Push event: 19
Packages
- Total packages: 1
-
Total downloads:
- packagist 244 total
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 0
- Total maintainers: 1
packagist.org: azzarip/client
Laravel Package for handling the Client side of the package
- Homepage: https://github.com/azzarip/client
- License: MIT
Rankings
Maintainers (1)
Funding
- url: https://github.com/Paride Azzari: type: github
Dependencies
- laravel/pint ^1.14 development
- nunomaduro/collision ^8.1.1||^7.10.0 development
- orchestra/testbench ^9.0.0||^8.22.0 development
- pestphp/pest ^2.34 development
- pestphp/pest-plugin-arch ^2.7 development
- pestphp/pest-plugin-laravel ^2.3 development
- illuminate/contracts ^10.0||^11.0
- internachi/modular ^2.2
- label84/laravel-tagmanager ^1.4
- livewire/livewire ^3.4
- php ^8.2
- spatie/laravel-google-fonts ^1.4
- spatie/laravel-package-tools ^1.16
- spatie/laravel-sitemap ^7.2
