File tree 4 files changed +34
-13
lines changed 4 files changed +34
-13
lines changed Original file line number Diff line number Diff line change @@ -14,13 +14,13 @@ jobs:
14
14
matrix :
15
15
# os: [ ubuntu-latest, windows-latest ]
16
16
os : [ ubuntu-latest ]
17
- php : [ 8.1 ]
18
- laravel : [ 9 .* ]
17
+ php : [ 8.2 ]
18
+ laravel : [ 10 .* ]
19
19
# stability: [ prefer-lowest, prefer-stable ]
20
20
stability : [ prefer-stable ]
21
21
include :
22
- - laravel : 9 .*
23
- testbench : 7 .*
22
+ - laravel : 10 .*
23
+ testbench : 8 .*
24
24
25
25
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
26
26
Original file line number Diff line number Diff line change
1
+ <img src =" https://banners.beyondco.de/Laravel%20Flatfox.png?theme=light&packageManager=composer+require&packageName=codebar-ag%2Flaravel-flatfox&pattern=circuitBoard&style=style_2&description=A+Laravel+Flatfox+integration+to+receive+public+listings.&md=1&showWatermark=1&fontSize=150px&images=home&widths=500&heights=500 " >
2
+
3
+ [ ![ Latest Version on Packagist] ( https://img.shields.io/packagist/v/codebar-ag/laravel-flatfox.svg?style=flat-square )] ( https://packagist.org/packages/codebar-ag/laravel-flatfox )
4
+ [ ![ Total Downloads] ( https://img.shields.io/packagist/dt/codebar-ag/laravel-flatfox.svg?style=flat-square )] ( https://packagist.org/packages/codebar-ag/laravel-flatfox )
5
+ [ ![ run-tests] ( https://github.com/codebar-ag/laravel-flatfox/actions/workflows/run-tests.yml/badge.svg )] ( https://github.com/codebar-ag/laravel-flatfox/actions/workflows/run-tests.yml )
6
+ [ ![ PHPStan] ( https://github.com/codebar-ag/laravel-flatfox/actions/workflows/phpstan.yml/badge.svg )] ( https://github.com/codebar-ag/laravel-flatfox/actions/workflows/phpstan.yml )
7
+ [ ![ Check & fix styling] ( https://github.com/codebar-ag/laravel-flatfox/actions/workflows/php-cs-fixer.yml/badge.svg )] ( https://github.com/codebar-ag/laravel-flatfox/actions/workflows/php-cs-fixer.yml )
8
+
9
+ This package was developed to give you a quick start to receive public listings from the Flatfox API.
10
+
11
+ ## 💡 What is Flatfox?
12
+
13
+ Flatfox is a web based portal whereh you can Search & advertise apartments for free.
14
+
15
+ ## 🛠 Requirements
16
+
17
+ | Package | PHP | Laravel | Flatfox |
18
+ | -----------| --------| ------------------| -----------|
19
+ | >v1.0 | >8.2 | > Laravel 10.0 | ✅ |
20
+
21
+ ## ⚙️ Installation
22
+
23
+ You can install the package via composer:
24
+
25
+ ``` bash
26
+ composer require codebar-ag/laravel-flatfox
27
+ ```
28
+
1
29
## Usage
2
30
3
31
``` php
@@ -13,13 +41,6 @@ Copy your own phpunit.xml-file.
13
41
cp phpunit.xml.dist phpunit.xml
14
42
```
15
43
16
- Modify environment variables in the phpunit.xml-file:
17
-
18
- ``` xml
19
-
20
- <env name =" FLATFOX_TOXEN" value =" token" />
21
- ```
22
-
23
44
Run the tests:
24
45
25
46
``` bash
Original file line number Diff line number Diff line change 22
22
"guzzlehttp/guzzle" : " ^7.2" ,
23
23
"illuminate/contracts" : " ^10.0" ,
24
24
"sammyjo20/saloon" : " ^2.6" ,
25
- "sammyjo20/saloon- cache-plugin" : " ^2.1" ,
25
+ "saloonphp/ cache-plugin" : " ^2.1" ,
26
26
"spatie/laravel-package-tools" : " ^1.9.2"
27
27
},
28
28
"require-dev" : {
Original file line number Diff line number Diff line change 7
7
use Illuminate \Support \Collection ;
8
8
use Saloon \Contracts \Response ;
9
9
10
- class PublicListing
10
+ final class PublicListing
11
11
{
12
12
public function __construct (
13
13
public int $ count ,
You can’t perform that action at this time.
0 commit comments