https://github.com/gjerokrsteski/pimf-command
Simple "Hello world" Command Line Interface application using PIMF micro framework
https://github.com/gjerokrsteski/pimf-command
cli learning-pimf php php7 pimf-micro-framework
Last synced: 13 days ago
JSON representation
Simple "Hello world" Command Line Interface application using PIMF micro framework
- Host: GitHub
- URL: https://github.com/gjerokrsteski/pimf-command
- Owner: gjerokrsteski
- License: mit
- Created: 2017-07-21T08:39:06.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-14T13:39:29.000Z (over 8 years ago)
- Last Synced: 2025-12-29T23:06:01.368Z (5 months ago)
- Topics: cli, learning-pimf, php, php7, pimf-micro-framework
- Language: PHP
- Homepage:
- Size: 5.86 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Welcome to PIMF Command bundle
==============================
This is a run ready "Hello world" bundle using PIMF micro framework.
Here you can learn how to work with \Pimf\Cli and write actions for the command line interface.
Installation & Configuration
----------------------------
1. git clone --recursive https://github.com/gjerokrsteski/pimf-command.git
2. cd pimf-command/
3. update submodules
```php
git submodule --quiet sync
git submodule --quiet update --force --init --recursive
```
4. ./pimf core:init
5. ./pimf list
[](https://asciinema.org/a/129933)
Learning PIMF
-------------
One of the best ways to learn PIMF is to read through the entirety of its documentation.
This guide details all aspects of the framework and how to apply them to your application.
https://github.com/gjerokrsteski/pimf/wiki
Read the PIMF Starter book almost anywhere. Available as a PDF, EPUB and MOBI. You can now read it on all devices, as
well as offline: https://leanpub.com/pimf-starter/