https://github.com/azzarip/client

Laravel Package for handling the client side of my servers

https://github.com/azzarip/client

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
Last synced: 10 months ago · JSON representation

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
Created almost 2 years ago · Last pushed 11 months ago
Metadata Files
Readme Changelog Funding License

README.md

Laravel Package for handling the Client side of the package

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

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

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

  • Versions: 0
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 244 Total
Rankings
Dependent packages count: 18.3%
Dependent repos count: 31.3%
Average: 46.1%
Downloads: 88.6%
Maintainers (1)
Funding
  • url: https://github.com/Paride Azzari: type: github
Last synced: 11 months ago

Dependencies

composer.json packagist
  • 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