This project is based on the aggregation of jobs from some technology companies.

Overview

FIND-JOBS-ALERT 💼 🔎 📧

This project is based on the aggregation of jobs from some technology companies. Check below, some companies avaliable in project

Example of usage

<?php

require_once './vendor/autoload.php';

use App\Factories\ReaderFactory;

$softJobs = ReaderFactory::getClass('softexpert');

print_r($softJobs->readJobs());

Result of jobs

Array
(
    [0] => App\Entities\Job Object
        (
            [jobName:App\Entities\Job:private] => Ejecutivo de Ventas
            [local:App\Entities\Job:private] => Ciudad de México, México
            [period:App\Entities\Job:private] => Full-time | Full-time
            [area:App\Entities\Job:private] =>
            [link:App\Entities\Job:private] => https://softexpert.hire.trakstar.com/jobs/fk0uipj/        )

    [1] => App\Entities\Job Object
        (
            [jobName:App\Entities\Job:private] => Account Manager
            [local:App\Entities\Job:private] => Orlando, USA
            [period:App\Entities\Job:private] => Full-time | Fully remote
            [area:App\Entities\Job:private] => Sales
            [link:App\Entities\Job:private] => https://softexpert.hire.trakstar.com/jobs/fk0uk85/        )

    [2] => App\Entities\Job Object
        (
            [jobName:App\Entities\Job:private] => Analista de Marketing de Produto
            [local:App\Entities\Job:private] => Joinville, Brasil
            [period:App\Entities\Job:private] => Full-time | Full-time
            [area:App\Entities\Job:private] => Marketing
            [link:App\Entities\Job:private] => https://softexpert.hire.trakstar.com/jobs/fk03ogi/        )

    [3] => App\Entities\Job Object
        (
            [jobName:App\Entities\Job:private] => Analista de Processos de Negócio
            [local:App\Entities\Job:private] => Joinville, Brasil
            [period:App\Entities\Job:private] => Full-time | Full-time
            [area:App\Entities\Job:private] => Consultoria
            [link:App\Entities\Job:private] => https://softexpert.hire.trakstar.com/jobs/fk03xzq/        )
)
You might also like...
Providing some testing functionality for Laravel
Providing some testing functionality for Laravel

Laravel TestBench Laravel TestBench was created by, and is maintained by Graham Campbell, and provides some testing functionality for Laravel. It util

Laravel Manager provides some manager functionality for Laravel
Laravel Manager provides some manager functionality for Laravel

Laravel Manager Laravel Manager was created by, and is maintained by Graham Campbell, and provides some manager functionality for Laravel. Feel free t

undefined is an issue tracking product that allows  agile project management.
undefined is an issue tracking product that allows agile project management.

undefined is an issue tracking product that allows agile project management. Our goal is to make work life simpler, more efficient and stress-free. In

laravel package for the Ar-PHP Project
laravel package for the Ar-PHP Project

laravel package for the Ar-PHP Project this is just a wrapper to use with laravel for the Ar-PHP Library, for more details checkout khaled-alshamaa

A package to generate modules for a Laravel project.

Laravel Modular A package to generate modules for a Laravel project. Requirements PHP 7.4 or greater Laravel version 8 Installation Install using comp

Easily Integrate PingPing APIs in your Laravel Project

PingPing This composer package allows us to easily integrate PingPing APIs in your Laravel project. What is PingPing ? PingPing is the simplest uptime

this is cv-builder project in php and ajax

download the project make a database has name cv_builder extract the project in xampp/htdocs/ open the project localhost/cv_builder/index.php or use t

Larawiz is a easy project scaffolder for Laravel
Larawiz is a easy project scaffolder for Laravel

Larawiz The Laravel 8 scaffolder you wanted but never got, until now! Use a single YAML file to create models, migrations, factories, seeders, pivot t

A Laravel 8 Project Implement with GraphQL With Sanctum APIs Authentications Which utilized in Any Frontend or Any Mobile Application Programs.

A Laravel 8 Project Implement with GraphQL With Sanctum APIs Authentications Which utilized in Any Frontend or Any Mobile Application Programs.

Owner
Wellisson Ribeiro
Back-end Developer | PHP | Code Igniter | Laravel | Lumen | Python | MySQL | VueJS | Software Engineer at @SoftExpert
Wellisson Ribeiro
Dispatch Laravel jobs via Artisan

This package can register jobs as Artisan commands. All you need to do is let your job implement the empty ArtisanDispatchable interface.

Spatie 135 Nov 7, 2022
Add variables to the payload of all jobs in a Laravel app

Inject extra info to the payloads of all jobs in a Laravel app This package makes it easy to inject things in every job. Imagine that you want to have

Spatie 62 Dec 9, 2022
This package allows you to easily track your laravel jobs!

Trackable Jobs For Laravel This package allows you to track your laravel jobs! Using this package, you can easily persist the output and the status of

Mateus Junges 220 Dec 25, 2022
Chain Laravel jobs without having to glue it to a starting job

Laravel Job Chainer JobChainer does chain a variable amount of jobs by adding them with the add() method. This makes it possible to chain jobs without

Just Iversen 69 Nov 18, 2022
A Laravel package to monitor the status and history of jobs on the queue.

Monitored Jobs for Laravel Overview This package tracks the status and history of your queued jobs by hooking into the events that Laravel fires for i

Aryeo 9 Dec 9, 2022
A site which you can apply jobs or search for employees with cool functionalities..

About App An App which you can apply jobs or search for employees with cool functionalities. Some Pics of App Click Image to Zoom in Sign In & Up Empl

Fatih Canbolat 1 Jan 7, 2022
Need some filters? This package is based on the Repository Design Pattern to let you create specific queries easily.

DevMakerLab/Laravel-Filters Need some filters? This package is based on the Repository Design Pattern to let you create specific queries easily. Insta

DevMakerLab 19 Feb 20, 2022
This package extends Laravel's FormBuilder to include some (soon all) HTML5 elements

HTML5 Forms for Laravel This package extends Laravel's FormBuilder to include some (soon all) HTML5 elements. How to Install Install the braunson/lara

Braunson Yager 89 Jun 17, 2022
Rami's presskit() with some extra conveniences.

presskittie() presskittie() is presskit() by Rami Ismail, but with some conveniences: run and develop it locally with docker deploy it to Github Pages

Juan Uys 14 Oct 31, 2022
Laravel Manager - provides some manager functionality for Laravel

Laravel Manager Laravel Manager was created by, and is maintained by Graham Campbell, and provides some manager functionality for Laravel. Feel free t

Graham Campbell 371 Dec 17, 2022