PHPackages                             kamsaf/elephantino - 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. kamsaf/elephantino

ActiveLibrary[Framework](/categories/framework)

kamsaf/elephantino
==================

PHP micro web framework created for fun.

v1.0.0(1y ago)118MITPHP

Since Sep 13Pushed 1y ago1 watchersCompare

[ Source](https://github.com/KamSaf/elephantino)[ Packagist](https://packagist.org/packages/kamsaf/elephantino)[ RSS](/packages/kamsaf-elephantino/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (3)Versions (3)Used By (0)

 [![ElephantinoLogo](.github/pictures/logo.png)](.github/pictures/logo.png)Elephantino
===========

[](#elephantino)

 [![](https://camo.githubusercontent.com/5970a6a9de7c5e2bd56ea70e23f27142797ed63764443f998cbacccdd5095d92/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f636f6e7472696275746f72732f4b616d5361662f656c657068616e74696e6f)](https://camo.githubusercontent.com/5970a6a9de7c5e2bd56ea70e23f27142797ed63764443f998cbacccdd5095d92/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f636f6e7472696275746f72732f4b616d5361662f656c657068616e74696e6f) [![GitHub last commit](https://camo.githubusercontent.com/84267483439e85156ec8ccb469a2efd151965e78212b4acbd6d98ab27ccc7918/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6173742d636f6d6d69742f4b616d5361662f656c657068616e74696e6f)](https://camo.githubusercontent.com/84267483439e85156ec8ccb469a2efd151965e78212b4acbd6d98ab27ccc7918/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6173742d636f6d6d69742f4b616d5361662f656c657068616e74696e6f)

Description
-----------

[](#description)

Elephantino is a micro PHP web application framework created purely for fun and educational purposes.

Technologies and tools used:
----------------------------

[](#technologies-and-tools-used)

- PHP 8.1

How to use
----------

[](#how-to-use)

To create application using it first you need to install it in your project:

1. If you haven't created project yet run and go through its configuration:

    ```
     composer init

    ```
2. Include `Elephantino` in your project by running:

    ```
     composer require kamsaf/elephantino

    ```

By now you are ready to use it. To start project run script:

```
    php vendor/kamsaf/elephantino/scripts/setup.php

```

or set up project manually by creating a new PHP file in your project directory and pasting this code:

```
