Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simonhamp/cronikl
A scheduled task manager
https://github.com/simonhamp/cronikl
app electron laravel nativephp
Last synced: about 1 month ago
JSON representation
A scheduled task manager
- Host: GitHub
- URL: https://github.com/simonhamp/cronikl
- Owner: simonhamp
- Created: 2023-07-12T00:57:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-17T12:55:08.000Z (7 months ago)
- Last Synced: 2024-05-17T14:05:50.690Z (7 months ago)
- Topics: app, electron, laravel, nativephp
- Language: PHP
- Homepage: https://simonhamp.me/open-source
- Size: 1.97 MB
- Stars: 56
- Watchers: 3
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cronikl
Cronikl is a neat little app that lets you manage cron jobs with a simple UI, running commands on the schedule you define.
It was built as a working demonstration of the [NativePHP framework](https://nativephp.com/) of which I am one of the maintainers.
Cronikl is just a Laravel application that uses the [TALL stack](https://tallstack.dev/) running in the [Electron](https://www.electronjs.org/) variant of NativePHP.
**NB: You need to leave the app open for the scheduler to run your tasks.**
Cronikl currently supports macOS only, but Linux and Windows support is coming.
## Sponsorship
Cronikl is completely free to use for personal or commercial use. If it's making your job easier or you just want to
make sure it keeps being supported and improved, I'd really appreciate your donations![Donate now via GitHub Sponsors](https://github.com/sponsors/simonhamp)
Thank you 🙏
## Sponsors
![](https://avatars.githubusercontent.com/u/126668604?s=50&v=4)
[Laradir](https://laradir.com/?ref=cronikl-github) - Connecting the best Laravel Developers with the best Laravel Teams
![](https://avatars.githubusercontent.com/u/12368817?s=50&v=4)
[quantumweb](https://quantumweb.co/?ref=simonhamp/cronikl-github) - A bare-metal web agency. Less layers, better results
## Installation
### Dist
Just want to install Cronikl? A production build will be available soon.
### Dev
Clone this repository (or your fork of it) and run `composer install` to install the dependencies.
Then run `cp .env.example .env && php artisan key:generate` to create your `.env` file and generate an application key.
Run `npm install && npm run build` to install the NPM dependencies and build the front-end assets (mainly Tailwind CSS).
Run `php artisan native:install` to install NativePHP.
#### Booting the dev build
Run `php artisan native:serve` to start the application.
## Learn NativePHP
NativePHP is fairly new but already has lots of [documentation](https://nativephp.com/docs)
## Credits
Cronikl was built in a day by [Simon Hamp](https://simonhamp.me/) 😅
The lovely 😍 Cronikl logo was designed by [Dan Matthews](https://danmatthews.me)
## Sponsors
If you would like to sponsor Cronikl's development, please visit my [GitHub Sponsors page](https://github.com/sponsors/simonhamp).
## Contributing
Cronikl is an open-source project and contributions are welcome! Feel free to open an issue or submit a pull request if you have a way to improve the app.
## License
Cronikl is open-source software licensed under the [MIT license](https://opensource.org/licenses/MIT).