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.
There is a list of multiple websites, developed by this framework:
NAME | DESCRIPTION | VISIT |
---|---|---|
MiMFa | A Technology Provider | 🔗 |
aseqbase | The original website | 🔗 |
IRMS | An Integrated Resources Management System stands special for an aseqbase website... | 🔗 |
DataLab | An Integrated Software for Data Scientists and Analysts! | 🔗 |
Scraper | An Integrated Software for Automatic Data Extraction and Collecting! | 🔗 |
PubkyFace | 10,000 unique collectible NFT Characters with proof of ownership stored on the Polygon blockchain | 🔗 |
This version is available for:
PLATFORM | VER |
---|---|
Linux | 32–bit/64–bit |
Microsoft Windows | 32–bit/64–bit |
ENGINE | VER |
---|---|
PHP | 8.2 + |
SERVER | VER |
---|---|
Apache | 2.x |
Nginx | 1.x |
Microsoft IIS | 7 |
DATABASE | VER |
---|---|
MySQL | 5.1 + |
SQL Server | 10.50.1600.1 + |
PostgreSQL | 8.3.18 + |
- Open a terminal in the home directory (public_html) of the website, then install the framework by:
> composer create-project aseqbase/aseqbase ./
- Use it through the domain URL (http://[my-domain-name].com)
- Enjoy...
- Open a terminal in your subdomain directory (public_html/[my-subdomain-name]/), then install the framework by:
> composer create-project aseqbase/aseqbase ./
- Create an opitonal file name
global.php
on the root directory with the bellow codes:
<?php
$ASEQ = '[my-subdomain-name]'; // (Optional) The current subdomain sequence or leave null if this file is in the root directory
$BASE = '[the-base-directory]'; // (Optional) The base directory you want to inherit all properties except what you changed
$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
?>
- Use it through its special url (http://[my-subdomain-name].[my-domain-name].com)
- Enjoy...
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.
aseqbase Core is released under the terms of the GNU General Public License.