GithubHelp home page GithubHelp logo

samuel4x4 / bcccronmanagerbundle Goto Github PK

View Code? Open in Web Editor NEW

This project forked from michelsalib/bcccronmanagerbundle

0.0 2.0 0.0 349 KB

A cron table manager bundle for Symfony2

License: MIT License

PHP 57.43% CSS 1.35% JavaScript 3.50% HTML 37.72%

bcccronmanagerbundle's Introduction

Intro to CronManager

It is a bundle that provides a web interface for managing cron table.

Build Status

Features:

  • Displays cron table with time expression, command, output file, error file and comment
  • Can guess last execution time and status (based on log files)
  • Can display log files
  • Support edit/add cron entry
  • Includes shortcuts to easily get common time expression, symfony command and symfony log directory
  • Translated in english, french and german

Screenshots

Cron list

Cron form

Cron output

Installation and configuration:

Get the bundle

If you are using Symfony 2.1 see previous tags according to your Symfony version

Add BCCCronManagerBundle:

    composer require bcc/cron-manager-bundle v3.1
    bin/console assets:install

Add BCCCronManagerBundle to your application kernel

<?php

    // app/AppKernel.php
    public function registerBundles()
    {
        return array(
            // ...
            new BCC\CronManagerBundle\BCCCronManagerBundle(),
            // ...
        );
    }

Import the routing configuration

Add to your routing.yml:

#BCCCronManager routing
BCCCronManagerBundle:
    resource: "@BCCCronManagerBundle/Resources/config/routing.xml"
    prefix:   admin/cron-manager

You can customize the prefix as you wish.

Don't forget to secure your route :

    access_control:
        - { path: ^/admin, role: ROLE_ADMIN }

bcccronmanagerbundle's People

Contributors

antoinelemaire avatar aricem avatar bgaleotti avatar deeky666 avatar degvalentine avatar gondo avatar jdeniau avatar khasinski avatar michael-shattuck avatar mrzepinski avatar nass600 avatar nbk195 avatar nicolasbadey avatar nowiko avatar passkey1510 avatar philetaylor avatar samuel4x4 avatar shaneog avatar sliver avatar smalot avatar topwebstudio avatar virgism avatar xabbuh avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.