PHPackages                             marrios/firulincore - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. marrios/firulincore

ActiveProject[Framework](/categories/framework)

marrios/firulincore
===================

v1.0.0(4y ago)791GPL-3.0PHPPHP &gt;=7.4

Since Mar 31Pushed 3y ago1 watchersCompare

[ Source](https://github.com/edmariooliver/Firulin-core)[ Packagist](https://packagist.org/packages/marrios/firulincore)[ RSS](/packages/marrios-firulincore/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

 [![Total Downloads](https://camo.githubusercontent.com/f7561a13865d37dc4d0a4d824f57d44363f5c21a987f85f8e718b251f5617225/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d617272696f732f666972756c696e636f7265) ](https://packagist.org/packages/marrios/firulincore)[![Latest Stable Version](https://camo.githubusercontent.com/e6a46cf31f1ccb4bfbe07222fb162df591865d2ac67350ed52cf92f7b6ccd89a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d617272696f732f666972756c696e636f7265)](https://packagist.org/packages/marrios/firulincore) [![License](https://camo.githubusercontent.com/473791729b0f38152c78b59e8a838364fbb92a5335bb7d1e909d2bfa262cb070/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6d617272696f732f666972756c696e636f7265)](https://packagist.org/packages/marrios/firulincore)

\# Firulin-core v1 From Firulin-core you can create a CLI any way you want, adding new commands easily.
------------------------------------------------------------------------------------

[](#from-firulin-core-you-can-create-a-cli-any-way-you-want-adding-new-commands-easily)

---

### Requeriments

[](#requeriments)

> PHP &gt;=7.4
>
> Composer

Get started
-----------

[](#get-started)

```
    composer create-project marrios/firulincore
```

Creating new command
--------------------

[](#creating-new-command)

Step 1
------

[](#step-1)

### To create a new command, you can run the command: php firulin cmd: create

[](#to-create-a-new-command-you-can-run-the-command-php-firulin-cmd-create)

### ex:

[](#ex)

```
    php firulin cmd:create Hello
```

### Right after this command is executed, a file called "Hello.php" will be created in CLI/src/Commands. And in it we will create a new function called "world"

[](#right-after-this-command-is-executed-a-file-called-hellophp-will-be-created-in-clisrccommands-and-in-it-we-will-create-a-new-function-called-world)

```
