Skip to content

aseqbase/aseqbase

Repository files navigation

MiMFa aseqbase
MiMFa MiMFa aseqbase

a sequence-based web development framework

MiMFa aseqbase is a unique framework for web development called "aseqbase" (a sequence-based framework) has been developed to implement safe, flexible, fast, and strong pure websites based on that, since 2018 so far.

Demonstrations

There is a list of multiple websites, developed by this framework:

NAMEDESCRIPTIONVISIT
MiMFaA Technology Provider🔗
aseqbaseThe original website🔗
IRMSAn Integrated Resources Management System stands special for an aseqbase website...🔗
DataLabAn Integrated Software for Data Scientists and Analysts!🔗
ScraperAn Integrated Software for Automatic Data Extraction and Collecting!🔗
PubkyFace10,000 unique collectible NFT Characters with proof of ownership stored on the Polygon blockchain🔗

Requirements

This version is available for:

Operating System Options:

PLATFORMVER
Linux32–bit/64–bit
Microsoft Windows32–bit/64–bit

Programming Language Options:

ENGINEVER
PHP8.2 +

Web Server Options:

SERVERVER
Apache2.x
Nginx1.x
Microsoft IIS7

DataBase Options:

DATABASEVER
MySQL5.1 + (5.7 + preferred)
SQL Server10.50.1600.1 +
PostgreSQL8.3.18 +

Managements

Installing

  1. Install all requirements mentioned above
  2. Follow one of these options:
    • Open a terminal in the destination directory (for example, D:\MyWebsite\) of the website, then install the framework by:
       > composer create-project aseqbase/aseqbase ./
    • Prompts below to create a manageable framework (update, uninstall, etc.):
       > composer require aseqbase/aseqbase
       > cd vendor/aseqbase/aseqbase
       > composer dev:install
  3. Put the destination directory of your website on the appeared step (for example, D:\MyWebsite\)
      Destination Directory [D:\MyWebsite\]: D:\MyWebsite\
  4. Follow the steps to finish the installation of sources, database, etc.
  • [optional] Create an optional file named global.php in the root directory with the following script:
    <?php
      $BASE = '[the-base-directory-name]'; 		// (Optional) The base directory you want to inherit all properties except what you changed
      $ASEQ = '[the-carrent-directory-name]'; 	// (Optional) The current subdomain sequence, or leave null if this file is in the root directory
      $SEQUENCES_PATCH = [];		// (Optional) An array to apply your custom changes in \_::$Sequences
      							// newdirectory, newaseq; // Add new directory to the \_::$Sequences
      							// directory, newaseq; // Update directory in the \_::$Sequences
      							// directory, null; // Remove thw directory from the \_::$Sequences
    ?>
  1. Enjoy...

Using

  1. Do one of the following options:
    • Visit its special URL (for example, http://[my-domain-name].com or http://[my-subdomain-name].[my-domain-name].com)
    • On the local server:
      1. Use the following command on the root directory
        > composer start
      2. Visit the URL localhost:8000 on the local browser
  2. Enjoy...

Updating

  1. Keep your framework updated using
      > cd vendor/aseqbase/aseqbase
      > composer dev:update
  2. Follow the steps to finish the update of sources, database, etc.
  3. Enjoy...

Uninstalling

  1. Uninstall the framework and the constructed database using
      > cd vendor/aseqbase/aseqbase
      > composer dev:unistall
  2. Follow the steps to finish the uninstallation of sources, database, etc.
  3. Enjoy...

Contributions

Contributions can take the form of new components or features, changes to existing features, tests, documentation (such as developer guides, user guides, examples, or specifications), bug fixes, optimizations, or just good suggestions.

License

aseqbase Core is released under the terms of the GNU General Public License.

Links

  • To download the latest release, click here 🔗.
  • To watch demonstration and tutorial videos, click here 🔗.
  • To read about documentations, click here 🔗.
  • To learn about issues, click here 🔗.
  • To suggest documentation improvements, click here 🔗.