Download the PHP package jongi/ntoshi without Composer

On this page you can find all versions of the php package jongi/ntoshi. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package ntoshi

ntoshi-php-mvc-framework

With a user-friendly interface and intuitive design patterns, Ntoshi MVC Framework takes you from the absolute beginning of your project to about 70% completion in no time. Our framework is not only easy to use but also highly customizable to fit the needs of your unique project. This lightweight, easy-to-use framework offers a fast and efficient way to develop and maintain your PHP applications with minimal hassle. Whether you're a seasoned developer or just starting out, this framework has everything you need to bring your projects to life.

Features

Development Made Easy

Getting Started - Installation

  1. Using Github: To get started, simply clone the repository and follow the installation instructions. Once installed, you can begin building your application using the framework's features, OR

  2. Using Composer: Install project using Composer.
    STEP ONE

    STEP TWO

    • Database Setup: Create a new database.

    STEP THREE (inside app/core/config.php)

    • Configure The Database Name: Update the database name to match the recently created database (line 9).

    • Configure Root Path: Update the "ROOT" constant value such that it matches the name of the directory you have set your project in. Replace ntoshi-framework (line 15)

    • Configure User Roles: Configure User Roles inside app/core/config.phpat about line 45. See below:

    STEP FOUR

    • Migrations: Configure and execute migrations to set up the database tables.

    STEP FIVE

    • Spin The Server: Start the server and open your application on your default browser, automatically using only the command below.

    DEFAULT ADMIN USER

    • Login Credentials:

Now your application is ready to go! Benefit from essential features such as user authentication, validation, and session management right out of the box.

License

This project is licensed under the GPL-3.0-or-later license.

Credits

In summary, the Ntoshi MVC framework offers a unique blend of functionality, combining the flexibility of CMS (Content Management System) with the power of a PHP Web Applications Framework. Experience streamlined development like never before!
Powered by Jongi Brands Tech Solutions
Developed by Jongi - TheTechKaffir

Documentation

For a quick easy guide, kindly get the documentation - here

Contributing

If you would like to contribute to this project, please feel free to submit a pull request or open an issue on GitHub. We welcome all contributions and are always looking for ways to improve the framework.

Support

If you need help or have any questions, please don't hesitate to reach out. You can either open an issue on GitHub or send an email to [email protected]. We are always happy to help and will do our best to respond in a timely manner.

License

Ntoshi Framework is licensed under GPL-3.0-or-later https://https://spdx.org/licenses/GPL-3.0-or-later.html


All versions of ntoshi with dependencies

PHP Build Version
Package Version
Requires phpmailer/phpmailer Version ^6.9
dompdf/dompdf Version ^2.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package jongi/ntoshi contains the following files

Loading the files please wait ....