A simple framework for PHP

v3.0.2 2022-12-06 02:48 UTC

This package is auto-updated.

Last update: 2024-06-06 09:24:56 UTC


README

        _             
  __ _ | | ____  __ _ 
 / _` || ||_  / / _` |
| (_| || | / / | (_| |
 \__,_||_|/___| \__,_|
                      

alza - simple framework for PHP

Total Downloads Latest Stable Version Latest Unstable Version License

Alza Framework telah dibuat hanya untuk bersenang-senang dan diadaptasi dengan menggunakan beberapa bagian paling populer dari >Framework PHP populer seperti Laravel dan Symfony. Ini memiliki infrastruktur yang sederhana namun kuat. Ini berisi banyak komponen >untuk menyiapkan aplikasi web. Jadi, Ini bisa menjadi preferensi untuk proyek kecil (mungkin menengah) Anda. Jika Anda mengatakan "Saya >akan membuat proyek yang lebih besar.", Saya sarankan Anda menggunakan kerangka kerja full-stack. :) misalnya: Laravel, Symfony

features

alza core

If you want to examine Alza's core files, you can follow this link:

bimacoding/alza-core

server requirements

  • PHP >= ^7.3|^8.0
  • OpenSSL PHP Extension
  • PDO PHP Extension
  • Mbstring PHP Extension
  • Tokenizer PHP Extension
  • XML PHP Extension
  • Ctype PHP Extension
  • JSON PHP Extension
  • Fileinfo PHP Extension
  • BCMath PHP Extension

install

create project via composer (app is application folder name):

$ composer create-project bimacoding/alza your-app
$ cd your-app
$ php alza serve

or run the following command directly.

$ git clone https://github.com/bimacoding/alza.git
$ cd alza
$ composer install
$ php alza serve

Okay, you can see your application on the browser. (127.0.0.1:8000)

docs

documentation page: alza docs (coming soon...)

todo

  • Write documentation
  • Write test
  • Write example project

support

bimacoding's homepage

bimacoding's twitter

contributing

  1. fork it Alza Framework or Alza Framework Core (for core changes)
  2. create your feature branch (git checkout -b my-new-feature)
  3. commit your changes (git commit -am 'Add some feature')
  4. push to the branch (git push origin my-new-feature)
  5. create a new Pull Request

contributors