Showing 42 open source projects for "cron php"

View related business solutions
  • $300 Free Credits to Build on Google Cloud Icon
    $300 Free Credits to Build on Google Cloud

    New customers can spin up VMs, build with AI, and query data at no cost.

    Put your $300 in credit toward real workloads, then keep building with free monthly usage for 20+ products. No commitment and no charge until you upgrade.
    Start Free
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Try It Free
  • 1
    EasyEngine

    EasyEngine

    Command-line control panel for Nginx Server to manage WordPress sites

    EasyEngine makes it greatly easy to manage nginx, a fast web-server software that consumes little memory when handling increasing volumes of concurrent users.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    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: 1 This Week
    Last Update:
    See Project
  • 3
    Laravel wrapper for NativePHP

    Laravel wrapper for NativePHP

    Laravel wrapper for the NativePHP framework

    ...We don't want to tell you how to build your app. You can choose whatever UI toolset makes you and your team feel most productive. NativePHP is not some new custom fork of PHP. This is the good old PHP you know and love. We believe NativePHP is going to empower thousands of developers to build all kinds of applications. The only limit is your imagination. You could build a menubar app that lets you manage your cron jobs, or a cool new launcher app, or a screen recorder that puts cowboy hats on every smiley-face emoji it sees.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Unattended Resolution in A Nutshell - OS
    Unattended installation of several Linux(kickstart,preseed,autoyast) and Windows(2000,XP,2003,2003R2,Vista,7,8,,10,112008,2012,2016,2019,2022,2025). Features: inventory, software management, dhcp-ldap, dns-ldap, php-ssh, syslog-ng, rsyslog, switch managment, ldap browser, pxe manager, central cron management, license management, guacomole integration.
    Leader badge
    Downloads: 9 This Week
    Last Update:
    See Project
  • Host LLMs in Production With On-Demand GPUs Icon
    Host LLMs in Production With On-Demand GPUs

    NVIDIA L4 GPUs. 5-second cold starts. Scale to zero when idle.

    Deploy your model, get an endpoint, pay only for compute time. No GPU provisioning or infrastructure management required.
    Try Free
  • 5
    frisay
    FriSay is a free and open source PHP e-commerce platform built specifically for Turkish businesses, but fully usable for any online store. It combines Smarty templating, Bootstrap frontend, and PDO/MySQL backend into a clean, modular architecture. Key Features: Browser-based installation wizard — no manual SQL imports needed Product management with categories, brands, barcodes and stock tracking Multi-currency support (USD, EUR, Gold) with automated cron-based price updates REST Web API (v1) for remote integration — supports orders, products, categories and brands Invoice fields with Turkish tax ID (TCKN) and tax office support at checkout Cargo tracking: assign carrier and tracking number per order Theme system — separate templates for storefront and admin panel Module system for extending functionality AI-friendly codebase with AGENTS.md and AI_CONTEXT.md for Cursor/Copilot agents Turkish admin panel and localization out of the box Requirements: PHP 7.4+ (GD, PDO MySQ
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6

    Optimal State

    Optimal State is a complete WordPress performance/security suite.

    Optimal State is a complete performance suite that does it all: database optimization, automated backups, page caching, brute force protection, 2FA, search & replace, and advanced cleanup. All in one lightweight plugin. Replace 6+ Premium Plugins Stop paying for multiple subscriptions. Get everything you need in one plugin: UpdraftPlus → Database backup & restore (with safety rollback) WP Rocket → Page caching, browser caching, performance tweaks WP‑Optimize → Database cleanup, table...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Laravel Initializer

    Laravel Initializer

    Install and update Laravel application with single command

    Install and update the Laravel application with a single command. Outdated repository, check out the updated link. We all know, that every application should contain a readme file and an Installation section with a list of actions that you should to do prepare an application to work. Some of actions you should do on every application update (composer update, git pull...) or branch change (git checkout) for preparing an application to work. Laravel Initializer gives you the ability to declare...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    feedory

    feedory

    personal long term feed storage

    feedory is a self-hosted personal feed memory. It works as a buffering online proxy adapter for your local feed subscriptions (not an online news reader).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Simple Web Chat

    Simple Web Chat

    Simple open source php based HTML5 rich web chat system

    ...Its fully standalone but can be easily integrated with any database using a simple cron. Performance: Serves 1 lakh messages in approx 30 seconds (tested with apache benchmark utility) Visit http://pls-e.in/site/products#web-apps for more details or to contact us
    Downloads: 3 This Week
    Last Update:
    See Project
  • Train ML Models With SQL You Already Know Icon
    Train ML Models With SQL You Already Know

    BigQuery automates data prep, analysis, and predictions with built-in AI assistance.

    Build and deploy ML models using familiar SQL. Automate data prep with built-in Gemini. Query 1 TB and store 10 GB free monthly.
    Try Free
  • 10
    eduTrac Student Information System

    eduTrac Student Information System

    Open source and free student information system for higher education.

    eduTrac SIS is a free and open source student information system for higher education that allows educational institutions to manage faculty, staff, students, courses, course registrations, and more. Server must meet the minimum PHP version which is 5.4. eduTrac SIS Online Manual Modules: https://www.edutracsis.com/ Plugins: https://plugins.edutracsis.com/ Developer's Handbook: https://developer.edutracsis.com/ Demo: http://demo.etsis.us/
    Downloads: 5 This Week
    Last Update:
    See Project
  • 11
    PHP Cron Expression Parser
    Calculate the next or previous run date and determine if a CRON expression is due. The PHP cron expression parser can parse a CRON expression, determine if it is due to run, calculate the next run date of the expression, and calculate the previous run date of the expression. You can calculate dates far into the future or past by skipping n number of matching dates. The parser can handle increments of ranges (e.g. */12, 2-59/3), intervals (e.g. 0-9), lists (e.g. 1,2,3), W to find the nearest weekday for a given day of the month, L to find the last day of the month, L to find the last given weekday of a month, and hash (#) to find the nth weekday of a given month. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    sPBM - Simple PHP Backup Manager

    sPBM - Simple PHP Backup Manager

    Php tool to create backups of your website: MySQL Database and Folders

    A free and open source PHP tool to create Backups of your website (MySQL Database, Folders and Files). The backups are saved in ZIP archives on server. The sPBM script can also restore the MySQL tables in your database from the SQL backup stored in ZIP archive.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    pH7Client

    pH7Client

    pH7Client is a PHP Web client class that simulates a Web browser

    pH7Client is a wonderful tool if you need to automate tasks (like posting articles every day to your blog, add message in a member area, etc). Yes! The pH7Client bot can do almost everything (you just need to create some rules and need to know the input name of the website's forms). In fact, it's a PHP Web client class that simulates a Web browser for retrieving webpage content, login to websites and posting forms, ... Finally, you have created rules that you want to automate by pH7Client, you need to setup a cron for executing the script every X time on a server (Type crontab -e on your server Linux terminal, then add the desired cron jobs and save it). ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    webattach

    Small web based file uploader.

    WebAttach is a small web based file uploader. It uses fancyupload for flash based file upload and provides a non-flash fallback solution. Feel free to do anything you want to do with it - would be great if you give feedback on errors or if you have ideas for enhancements.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Mail Send - Drupal Simplenews Newsletter

    This is a php script that runs outside Drupal to send your Simplenews

    You only need the php file and a form that will initiate it plus a custom unsubscribe page. The script uses simplenews newsletter database tables, users, newsletter categories etc. The only thing you have to do is to disable the simplenews newsletter spool cron from Drupal or choose not to send them form Simplenews/Drupal interafce in order to avoid having both this tool and Drupal cron sending mails.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    SimpleSiteAudit Multisite

    SimpleSiteAudit Multisite

    Detect file changes on remote web sites

    Combat the hackers with ‘Simple Site Audit Multisite’ website protection. With SSAM installed, you will be notified by email of any file changes that occur on your monitored sites. SSAM will detect files that have been added, removed or modified and if file permissions are changed. You will be able to automatically monitor all your sites from one ‘Master’ web site. Your sites can be monitored for hacker activity without any detectable monitoring system on the sites themselves. The...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    A php script to bidirectionally synchronize Kronolith calendar application of the Horde framework with Google Calendar. Requires: - Horde (get at ftp://ftp.horde.org/pub/horde) - HTTP_Request (install using PEAR) - Google Calendar API v3 PHP library (get at http://code.google.com/p/google-api-php-client/) Create file access_ids.php in root directory for acces data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    HopiCron is a php-cron deamon for cheap webhosting packages that don't support cron jobs. It works by http-querying itself (fsockopen). HopiCron works with Apache and probably other webservers. No database is needed since hopiCron uses crontab files
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    GLPI Nedi Import

    GLPI plugin to import data from Nedi

    This plugin for GLPI http://www.glpi-project.org imports data about a computer network from Nedi http://www.nedi.ch and writes it to the database of GLPI.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Web interface for cron. Cron work as dedicated script. Script started by request via web or system cron.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Tasklist to keep your server and services working fine doing scheduled checklists. Very usefully to use with server maintenance.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    tellmatic - the newslettermachine
    tellmatic is a php and mysql based newsletter script to create, manage and send personalized newsletters or mass mails. uses wysiwyg and has a form editor. adresses and newsletter are stored in unlimited groups. handle bouncemails and failed adresses
    Downloads: 3 This Week
    Last Update:
    See Project
  • 23
    WebBackup
    WebBackup is a PHP backup system that you can do backup of files and mysql databases and send to another server by FTP. You just need to create a schedule with the parameters.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    This tool is intended to be used when there is no possibility to use standard tools to automate database backups. Scripts can be run through both http and via cron (PHP-CLI). Properly configured, it should satisfy most needs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Continues Integration system which has been developed for distributed networking execution environment. It started its life serving builds and tests in a commercial environment early days well before continues integration became a standard well-applied best practice in the industry. The code was open-sourced and was used by multiple local development teams known to the author. Later on alternative CI systems, like Jenkins and BuildBot, gained popularity, established big communities and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next