Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

Commit

Permalink
WIP: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
drlopes committed Sep 28, 2024
1 parent 62687a8 commit aecb2ef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 22 deletions.
25 changes: 4 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,15 @@
# A wrapper around python's packages for interacting with Azure services for Laravel
# A wrapper around python's packages for interacting with Azure services within Laravel

[![Latest Version on Packagist](https://img.shields.io/packagist/v/drlopes/laravel-azure.svg?style=flat-square)](https://packagist.org/packages/drlopes/laravel-azure)
[![GitHub Tests Action Status](https://img.shields.io/github/actions/workflow/status/drlopes/laravel-azure/run-tests.yml?branch=main&label=tests&style=flat-square)](https://github.com/drlopes/laravel-azure/actions?query=workflow%3Arun-tests+branch%3Amain)
[![GitHub Code Style Action Status](https://img.shields.io/github/actions/workflow/status/drlopes/laravel-azure/fix-php-code-style-issues.yml?branch=main&label=code%20style&style=flat-square)](https://github.com/drlopes/laravel-azure/actions?query=workflow%3A"Fix+PHP+code+style+issues"+branch%3Amain)
[![Total Downloads](https://img.shields.io/packagist/dt/drlopes/laravel-azure.svg?style=flat-square)](https://packagist.org/packages/drlopes/laravel-azure)

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.
Microsoft no longer supports the Azure SDK for PHP. This package leverages Python's packages to work with Azure services and provides a set of convenient PHP classes to interact with them from within Laravel.

## Support us
## Requirements

[<img src="https://github-ads.s3.eu-central-1.amazonaws.com/laravel-azure.jpg?t=1" width="419px" />](https://spatie.be/github-ad-click/laravel-azure)

We invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).

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](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).
- Python 3.6 or higher. You can download it [here](https://www.python.org/downloads/).

## Installation

Expand All @@ -23,13 +19,6 @@ You can install the package via composer:
composer require drlopes/laravel-azure
```

You can publish and run the migrations with:

```bash
php artisan vendor:publish --tag="laravel-azure-migrations"
php artisan migrate
```

You can publish the config file with:

```bash
Expand All @@ -43,12 +32,6 @@ return [
];
```

Optionally, you can publish the views using

```bash
php artisan vendor:publish --tag="laravel-azure-views"
```

## Usage

```php
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "drlopes/laravel-azure",
"description": "A wrapper around python's packages for interacting with Azure services for Laravel",
"description": "A wrapper around python's packages for interacting with Azure services within Laravel",
"keywords": [
"Daniel Lopes",
"laravel",
Expand Down

0 comments on commit aecb2ef

Please sign in to comment.