https://github.com/alexkratky/panx-framework
PHP micro framework (v0.3.4)
https://github.com/alexkratky/panx-framework
framework panx php php-framework php7
Last synced: 2 months ago
JSON representation
PHP micro framework (v0.3.4)
- Host: GitHub
- URL: https://github.com/alexkratky/panx-framework
- Owner: AlexKratky
- License: mit
- Created: 2019-05-02T18:04:31.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-09T08:37:46.000Z (almost 6 years ago)
- Last Synced: 2025-02-12T19:01:47.871Z (about 1 year ago)
- Topics: framework, panx, php, php-framework, php7
- Language: PHP
- Homepage: https://panx.eu/
- Size: 3.28 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: changelog
- License: LICENSE
Awesome Lists containing this project
README
# panx-framework
> modern microframework for small websites
* panx-framework is primary for small websites, whole framework have size around ~800kb
* panx-framework have tool to create a documentation website from markdown files
* panx have some basic features like:
* Simple routing engine (With middlewares)
* Database wrapper
* Authentification system
* API interface
* Documentation generator
* Post manager (Useful for small blogs)
* Multi language webs support
* Cache system + Log system
* Extension support
* Template systems support (By default supports Latte)
* Controllers and Model support (MVC)
* FormX
* ThemeX
* Uses functions of PHP7
* And more useful functions
## Getting started
To get started using panx framework, see [Creating first project using panx framework](https://panx.eu/docs/getting-started)
* See full [documentation](https://panx.eu/docs/).
## Installation via Composer
```
composer create-project alexkratky/panx
php panx-worker config
php panx-worker setup
php panx-worker extension install https://panx.eu/download/extensions/Auth.php # If you want to use panx's Authentification system
```
## Running on panx framework
Some websites that runs on panx framework:
* [panx.eu](https://panx.eu/)
* [AlexKratky.cz](https://www.alexkratky.cz/)
* [AlexKratky.com](https://alexkratky.com/)
If you want to be listed there, contact us on framework@panx.eu
## License
The panx framework is open-source software licensed under the [MIT license](https://opensource.org/licenses/MIT).