MiMFa aseqbase is a sequence-based web development framework designed by MiMFa to simplify the creation of modular, scalable, fast, safe, and accessible websites. Whether you're building hierarchical platforms, subdomains, single-page applications, and so on. aseqbase provides the structure and tools to do it efficiently.
aseqbase is built around the concept of sequential web architecture where each component, page, or subdomain follows a logical, layered sequence for deployment and accessibility. This makes it ideal for: - Multi-subdomain websites - Single-page applications - Custom CMS setups - Educational or media-rich platforms - ...
Explore the ecosystem: - Main site - Developer portal - Media hub - CV builder - Image tools
| Repo | Description |
|---|---|
aseqbase |
Core framework for sequence-based web development |
sequence |
Tools to create new subdomains with full accessibility and equipment |
single |
Setup for single-page websites or subdomains |
administrator |
Default CMS tailored for aseqbase websites |
| ... |
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 (Config needed) |
| Microsoft IIS (Config needed) | 7 |
| DATABASE | VER |
|---|---|
| *MySQL* | 5.1 + (5.7 + preferred) |
| SQL Server | 10.50.1600.1 + (Config needed) |
| PostgreSQL | 8.3.18 + (Config needed) |
- Install all requirements mentioned above, and composer, to follow the steps
- Open a terminal in the destination directory (for example,
D:\MyWebsite\) of the website, then follow one of these options:- Prompts below to create a manageable framework (update, uninstall, etc.):
> composer require aseqbase/aseqbase > cd vendor/aseqbase/aseqbase vendor/aseqbase/aseqbase> composer dev:install
- Or install the framework by:
> composer create-project aseqbase/aseqbase ./
- Prompts below to create a manageable framework (update, uninstall, etc.):
- Put the destination directory of your website on the appeared step (for example,
D:\MyWebsite\)Destination Directory [D:\MyWebsite\]: D:\MyWebsite\
- Follow the steps to finish the installation of sources, database, etc.
- [optional] Create an optional file named
global.phpin the root directory to change your-parent-directory-name (from the.aseq) using:or> composer aseqbase:create global --base "your-parent-directory-name" -f
Note: Do not forget to replace "your-parent-directory-name" with your item (defaultvendor/aseqbase/aseqbase> composer dev:create global --base "your-parent-directory-name" -f
.aseq). - Enjoy...
- Do one of the following options:
- Visit its special URL (for example,
http://[my-domain-name].comorhttp://[my-subdomain-name].[my-domain-name].com) - On the local server:
- Use the following command on the root directory
> composer start - Visit the URL
localhost:8000(for default) on the local browser
- Use the following command on the root directory
- Visit its special URL (for example,
- Enjoy...
- Keep your framework updated using:
or
> composer aseqbase:update> cd vendor/aseqbase/aseqbase vendor/aseqbase/aseqbase> composer dev:update
- Follow the steps to finish the update of sources, database, etc.
- Enjoy...
- Uninstall the framework and the constructed database using:
or
> composer aseqbase:unistall> cd vendor/aseqbase/aseqbase vendor/aseqbase/aseqbase> composer dev:unistall
- Follow the steps to finish the uninstallation of sources, database, etc.
- Enjoy...
- Create a new file by a predefined template name (for example, global, config, back, router, front, user, info, etc.) using:
or
> composer aseqbase:create [predefined-template-name]> cd vendor/aseqbase/aseqbase vendor/aseqbase/aseqbase> composer dev:create [predefined-template-name]
- Follow the steps to finish creating the file.
- 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.
We welcome contributions! To get involved: 1. Fork the repository 2. Create a feature branch 3. Submit a pull request with clear documentation
Detailed guides and examples are available at dev.aseqbase.ir. Youβll find: - Setup walkthroughs - CMS customization - Subdomain management - Accessibility best practices
To start contributing to aseqbase:
-
Technologies Used:
- PHP (Core language)
- Modular architecture
- Hierarchy automation
-
Clone the core framework:
git clone https://github.com/aseqbase/aseqbase.git
-
Choose your deployment type:
- For multi-subdomain: contributing to the
sequencerepo - For single-page: contributing to the
singlerepo - For CMS: contributing to the
administratorrepo - ...
- For multi-subdomain: contributing to the
aseqbase Core is released under the terms of the GNU General Public License.