Base files for the Zappy Framework. Additional features are separated into their own repositories.
Go to file
2024-05-19 20:57:46 +02:00
src Updated namespaces to definitive ones. 2024-05-19 20:57:26 +02:00
.gitignore Initial commit 2024-05-19 15:45:12 +02:00
.phpstorm.meta.php Updated namespaces to definitive ones. 2024-05-19 20:57:26 +02:00
composer.json Updated namespaces to definitive ones. 2024-05-19 20:57:26 +02:00
LICENSE Initial commit 2024-05-19 15:45:12 +02:00
README.md Updated README.md. 2024-05-19 20:57:46 +02:00

Zappy PHP MicroFramework

This is the main repository for the Zappy MicroFramework. It contains the base framework files needed to make it all work. Additional components are available in separate repositories.


How to use

The framework can be added to your project using composer. Currently this project is not yet distributed on Packagist, so you will have to manually add this repository to your composer.json file:

"repositories": [
    {
        "type": "vcs",
        "url": "https://forge.subcon.town/crocwork/zappy-base"
    }
]

You can then install the framework with composer: composer require crocwork\zappy-base:dev-development

Keep in mind that this software is still in very early stages of development: it's not production ready and should not be used for production environments.

License

This software is licensed under the MIT License. Please view the included LICENSE file for details.

Collaboration

If you want to collaborate or need information, feel free to contact me on the fediverse. Pull requests are also welcome.