Download the PHP package nigatedev/nigatedev without Composer

On this page you can find all versions of the php package nigatedev/nigatedev. 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 nigatedev

Niga framework

NigaPHP is a lightweight PHP web application framework designed to simplify and speed up the development process for PHP developers. It was initially created by Abass Dev and has since been maintained and contributed to by a community of developers. With its user-friendly interface and powerful features, NigaPHP has become a popular choice for building scalable and secure web applications.

GitHub pull requests Issues

Niga

Prerequisites

  1. PHP => 8.0
  2. PHP Composer => 2.0
  3. PDO
  4. XML
  5. ZIP
  6. MBSTRING

Note: Niga framework is not ready for production application yet.

Take a look at the documentation website

Getting Started

Let's discover NigaPHP Framework in 5 minutes.

Get started by creating a new Website.

Installation

You can type this command into Command Prompt, Powershell, Terminal, or any other integrated terminal of your code editor.

The command also installs all necessary dependencies you need to run NigaPHP.

Development server

Change directory to your new website my-website

Default values [HOST=localhost, PORT=8000, PUBLIC_PATH=public] you can change this in the config file %APP_ROOT%/config/app.json

Then open the this link in your web browser http://localhost:8000/.

Create a controller

In this situation, we are creating a controller for the home page.

This command will create two new files for us.

  1. src/Controler/HomeController.php

Here is your new controller class.

  1. views/home.php

And this is the view to rendered.

Contact us

If you want to contribute to this famous framework or if you found any bug, Please contact us on [email protected] / [email protected] / [email protected]


All versions of nigatedev with dependencies

PHP Build Version
Package Version
Requires php Version ^7.4|^8.0
nigatedev/framework-bundle Version ^v1.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 nigatedev/nigatedev contains the following files

Loading the files please wait ....