Showing 218 open source projects for "job matching php"

View related business solutions
  • Red Hat Ansible Automation Platform on Microsoft Azure Icon
    Red Hat Ansible Automation Platform on Microsoft Azure

    Red Hat Ansible Automation Platform on Azure allows you to quickly deploy, automate, and manage resources securely and at scale.

    Deploy Red Hat Ansible Automation Platform on Microsoft Azure for a strategic automation solution that allows you to orchestrate, govern and operationalize your Azure environment.
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
  • 1
    Laravel Failed Job Monitor

    Laravel Failed Job Monitor

    Get notified when a queued job fails

    This package sends notifications if a queued job fails. Out of the box it can send a notification via mail and/or Slack. It leverages Laravel's native notification system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Amazon SNS Message Validator for PHP

    Amazon SNS Message Validator for PHP

    Amazon SNS message validation for PHP

    The Amazon SNS Message Validator for PHP library allows you to validate that incoming HTTP(S) POST messages are valid Amazon SNS notifications. This library is standalone and does not depend on the AWS SDK for PHP or Guzzle; however, it does require PHP 5.4+ and that the OpenSSL PHP extension is installed. Next, you must create an instance of MessageValidator, and then use either the isValid() or validate(), methods to validate the message. The message validator checks the SigningCertURL...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Slim

    Slim

    PHP micro framework that helps you quickly write web applications

    We recommend you install the Slim Framework with the Composer dependency manager. The easiest way to start working with Slim is to create a project using Slim-Skeleton as a base by running a bash command. Slim provides a fast and powerful router that maps route callbacks to specific HTTP request methods and URIs. It supports parameters and pattern matching. Build your application with concentric middleware to tweak the HTTP request and response objects around your Slim app. Slim supports any...
    Downloads: 10 This Week
    Last Update:
    See Project
  • 4
    Laravel Queue Monitor

    Laravel Queue Monitor

    Monitoring Laravel Jobs with your Database

    This package offers monitoring like Laravel Horizon for database queues. Monitoring Laravel Jobs with your Database. Migrate the Queue Monitoring table. The table name can be configured in the config file or via the published migration.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Business Continuity Solutions | ConnectWise BCDR Icon
    Business Continuity Solutions | ConnectWise BCDR

    Build a foundation for data security and disaster recovery to fit your clients’ needs no matter the budget.

    Whether natural disaster, cyberattack, or plain-old human error, data can disappear in the blink of an eye. ConnectWise BCDR (formerly Recover) delivers reliable and secure backup and disaster recovery backed by powerful automation and a 24/7 NOC to get your clients back to work in minutes, not days.
  • 5
    Laravel Horizon

    Laravel Horizon

    Dashboard and code-driven configuration for Laravel queues

    Horizon provides a beautiful dashboard and code-driven configuration for your Laravel-powered Redis queues. Horizon allows you to easily monitor key metrics of your queue system such as job throughput, runtime, and job failures. All of your worker configuration is stored in a single, simple configuration file, allowing your configuration to stay in source control where your entire team can collaborate. When using Horizon, all of your queue worker configuration is stored in a single, simple...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    Laravel Haystack

    Laravel Haystack

    Supercharged job chains for Laravel

    Laravel Haystack provides supercharged job chains for Laravel. It comes with powerful features like delaying jobs for as long as you like, applying middleware to every job, sharing data and models between jobs and even chunking jobs. Laravel Haystack supports every queue connection/worker out of the box. (Database, Redis/Horizon, SQS). It's great if you need to queue thousands of jobs in a chain or if you are looking for features that the original Bus chain doesn't provide. If you need to make...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Laravel Webhook Client

    Laravel Webhook Client

    Receive webhooks in Laravel apps

    A webhook is a way for an app to provide information to another app about a specific event. The way the two apps communicate is with a simple HTTP request. This package allows you to receive webhooks in a Laravel app. It has support for verifying signed calls, storing payloads and processing the payloads in a queued job.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    SonarJS

    SonarJS

    SonarSource Static Analyzer for JavaScript and TypeScript

    This SonarSource project is a static code analyzer for JavaScript, TypeScript and CSS languages. In order to analyze JavaScript, TypeScript or CSS code, you need to have a supported version of Node.js installed on the machine running the scan. Recommended versions are the previous LTS version v14 and the latest version - v16. We recommend using the latest available LTS version (v16 as of today) for optimal stability and performance. v12 is still supported, but it already reached end-of-life...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Self-hosted Git Server with Kanban

    Self-hosted Git Server with Kanban

    Self-hosted Git Server with CI/CD and Kanban

    Of course, IDE is good at doing this, but often we need to search in old commits (investigate issues in release versions etc), and switching commits in IDE can be troublesome and slow. It works by analyzing source code with ANTLR, extracting symbols for storage incrementally, fast, and space-efficient. Now supports Java, JavaScript, C, C++, CSharp, Go, PHP, Python, CSS, SCSS, LESS and R. GitHub adds this feature several years ago but seems that it only works for the main branch, and GitLab has...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Automated quote and proposal software for IT solution providers. | ConnectWise CPQ Icon
    Automated quote and proposal software for IT solution providers. | ConnectWise CPQ

    Create IT quote templates, automate workflows, add integrations & price catalogs to save time & reduce errors on manual data entry & updates.

    ConnectWise CPQ, formerly ConnectWise Sell, is a professional quote and proposal automation software for IT solution providers. ConnectWise CPQ offers a wide range of tools that enables IT solution providers to save time, quote more, and win big. Top features include professional quote or proposal templates, product catalog and sourcing, workflow automation, sales reporting, and integrations with best-in-breed solutions like Cisco, Dell, HP, and Salesforce.
  • 10
    Laravel Workflow

    Laravel Workflow

    Durable workflow engine that allows users to track job status

    Laravel Workflow is a package for the Laravel web framework that provides tools for defining and managing workflows and activities. A workflow is a series of interconnected activities that are executed in a specific order to achieve a desired result. Activities are individual tasks or pieces of logic that are executed as part of a workflow. Laravel Workflow can be used to automate and manage complex processes, such as financial transactions, data analysis, data pipelines, micro-services, job...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    WAF package for Laravel

    WAF package for Laravel

    Web Application Firewall (WAF) package for Laravel

    This package intends to protect your Laravel app from different type of attacks such as XSS, SQLi, RFI, LFI, User Agent, and a lot more. It will also block repeated attacks and send notifications via email and/or slack when an attack is detected. Furthermore, it will log failed logins and block the IP after a number of attempts. Some middleware classes (i.e. Xss) are empty as the Middleware abstract class that they extend does all of the job, dynamically. In short, they all work.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    LaravelS

    LaravelS

    LaravelS is an out-of-the-box adapter between Laravel/Lumen and Swoole

    LaravelS is an out-of-the-box adapter between Laravel/Lumen and Swoole. LaravelS uses Swoole's Synchronous IO mode, the larger the worker_num setting, the better the concurrency performance, but it will cause more memory usage and process switching overhead. If one request takes 100ms, in order to provide 1000QPS concurrency, at least 100 Worker processes need to be configured. Create WebSocket Handler class, and implement interface WebSocketHandlerInterface. The instant is automatically...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    crwlr

    crwlr

    Library for Rapid (Web) Crawler and Scraper Development

    ... just load actually all links it is finding (and is allowed to load according to the robots.txt file), then it would just load the whole internet (if the URL(s) it starts with are no dead end). Or it can be restricted to load only links matching certain criteria (on same domain/host, URL path starts with "/foo",...) or only to a certain depth. A depth of 3 means 3 levels deep. Links found on the initial URLs provided to the crawler are level 1 and so on.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    HttpKernel Component

    HttpKernel Component

    A structured process for converting a Request into a Response

    The HttpKernel component provides a structured process for converting a Request into a Response by making use of the EventDispatcher component. It's flexible enough to create full-stack frameworks, micro-frameworks or advanced CMS systems like Drupal. Every HTTP web interaction begins with a request and ends with a response. Your job as a developer is to create PHP code that reads the request information (e.g. the URL) and creates and returns a response (e.g. an HTML page or JSON string...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Laravel Tinker

    Laravel Tinker

    Powerful REPL for the Laravel framework

    ... using the vendor:publish command. The dispatch helper function and dispatch method on the Dispatchable class depends on garbage collection to place the job on the queue. Therefore, when using tinker, you should use Bus::dispatch or Queue::push to dispatch jobs. Tinker utilizes an "allow" list to determine which Artisan commands are allowed to be run within its shell. By default, you may run the clear-compiled, down, env, inspire, migrate, optimize, and up commands.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Osclass Classifieds PHP Script

    Osclass Classifieds PHP Script

    Best free classifieds script created in PHP for classifieds CMS

    Osclass is best open source classifieds script to building your own classifieds website in minute. Download ultimate classfieds script developed by professionals. Osclass is based has similar structure as wordpress, is easy to modify and work with and scale very well. You can find hundreds of themes and plugins developed, together with great community is right choice for classifieds website. Create a site with car classifieds, rentals, real estate ads, job listings or just create a genera...
    Downloads: 32 This Week
    Last Update:
    See Project
  • 17
    NagiosQL - Nagios configuration tool
    NagiosQL is a professional, web based configuration tool for Nagios 2.x/3.x/4.x. It is designed for large enterprise requirements as well as small environments. Any Nagios functionalities are supported.
    Leader badge
    Downloads: 53 This Week
    Last Update:
    See Project
  • 18
    Koha + DSpace 8.0 Live DVD ISO (2024.06)

    Koha + DSpace 8.0 Live DVD ISO (2024.06)

    Koha 24.05.01 + DSpace 8.0 Live ISO Installer based on Ubuntu 22.04.4

    Koha + DSpace Live is a Live Bootable and Installer ISO based on Ubuntu 22.04.4 (Koha Version: 24.05.01 and DSpace Version: 8.0) This ISO boots only in Legacy BIOS mode and not in Secure Boot Mode After booting from the Live DVD/USB, use the following login credentials: Login: library (Displayed as 'Open Digital Library') Password: library This Live ISO contains additional Desktop Environments (aka D.E) providing different User Interfaces. If you wish to choose a Lightweight...
    Downloads: 25 This Week
    Last Update:
    See Project
  • 19
    TimeTrex Time and Attendance

    TimeTrex Time and Attendance

    TimeTrex is a complete web-based payroll and time management suite.

    TimeTrex is a complete web-based payroll and time management suite which offers employee scheduling, time & attendance (timeclock, timesheet), job costing, human resource management (HRM), invoicing and payroll all in tightly integrated package. [Timesheet,payroll,timeclock,payroll,timesheet,hrm,human resource management, workforce management]
    Downloads: 10 This Week
    Last Update:
    See Project
  • 20
    Moodle, DSpace 7, Koha, Calibre Live ISO

    Moodle, DSpace 7, Koha, Calibre Live ISO

    Moodle 4.2 + DSpace 7.6 + Koha 23.11 Live ISO based on Ubuntu 22.04.3

    Moodle, DSpace, Koha, Calibre-Web is a Live Bootable and Installer ISO based on Ubuntu 22.04.3 Moodle Version: 4.2.1 DSpace Version: 7.6 Koha Version: 23.11.01 Calibre Version: 6.26 This ISO boots only in Legacy BIOS mode and not in Secure Boot Mode After booting from the Live DVD/USB, use the following login credentials: Login: library (Displayed as 'Open Learning Platform') Password: admin123 This Live ISO contains additional Desktop Environments (aka D.E) providing...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 21
    minthcm

    minthcm

    Free, open-source Human Capital Management system

    minthcm.org is a free and open-source tool for Human Capital Management. Mint based on two popular, well-known business applications: SugarCRM Community Edition and SuiteCRM. This is why we often say that MintHCM is CRM reinvented. You all know how much goes into technological development of this type of business software… That's why we need your help. Thanks to the open code of both SugarCRM CE and SuiteCRM we were able to reintroduce some features, redesign other, and provide...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    mysqly

    mysqly

    PHP data framework for Mysql

    Full-featured opensource small-overhead PHP data framework for Mysql built for fast and efficient development
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    webERP Accounting & Business Management

    webERP Accounting & Business Management

    Accounting & Best Practice Business Administration System

    ... Planning - Shipment costing - Contract/job costing - Fixed asset management - Sales Analysis - Expense claims - Can be integrated with an number of 3rd party wikis Particularly suited to wholesale, distribution, manufacturing and now also as the hub for multi-branch retail businesses (with an external deskop POS add-on). Translations into over 20 Languages. Easily modifiable code, written using simple and accessible PHP for ease of maintenance and understanding. Reporting direct to UTF-8...
    Leader badge
    Downloads: 131 This Week
    Last Update:
    See Project
  • 24
    refbase - Web Reference Database

    refbase - Web Reference Database

    Online bibliographic manager for research groups. Zotero-compatible.

    refbase is a web-based bibliographic manager which can import and export references in various formats (including BibTeX, Endnote, MODS XML, and OpenOffice). It can make formatted lists of citations and offers powerful searching, rich metadata, and RSS.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 25
    Job Application Employment Form Website

    Job Application Employment Form Website

    Online Job Application Employment Email Form for Websites

    Responsive mobile friendly online website job application form with jQuery validation and php email script. Several colours to choose from.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next