Download the PHP package nufat/nuphp without Composer

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

nuPHP Framework v3.0.4 🚀

PHP Version Framework Version

nuPHP adalah PHP Framework MVC (dan NoMVC) yang ringan, super cepat, fleksibel, serta didesain untuk mempercepat pembuatan aplikasi web modern tanpa overhead berlebihan.


🌟 Fitur Utama (v3.0.4)


📋 Persyaratan System


🚀 Cara Instalasi

1. Menggunakan Composer

2. Menggunakan Git Clone


⚙️ Konfigurasi Environment

Salin file .env.example menjadi .env lalu sesuaikan konfigurasi database dan aplikasi:

Isi file .env:


💻 Penggunaan CLI (php nu)

Framework nuPHP dilengkapi skrip CLI interaktif untuk mempermudah alur kerja pengembangan:


📁 Struktur Direktori


📖 Panduan Penggunaan

1. Membuat Model (Eloquent)

Buat model di app/Models/User.php:

2. Membuat Controller

Buat controller di app/Controllers/UserController.php:

3. Konfigurasi Route Custom

Tambahkan rute kustom di app/Routes.php:

4. Helper Global & Fitur Terintegrasi

nuPHP v3.0.0 dilengkapi helper global dan fitur terintegrasi ala Laravel:


🤝 Kontribusi

Pull request sangat diterima! Untuk perubahan besar, silakan buka issue terlebih dahulu untuk mendiskusikan apa yang ingin Anda ubah.


🌐 Informasi & Lisensi


All versions of nuphp with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1 || ^8.2 || ^8.3
steampixel/simple-php-router Version ^0.7.1
illuminate/database Version ^10.0 || ^11.0
illuminate/view Version ^10.0 || ^11.0
illuminate/support Version ^10.0 || ^11.0
illuminate/pagination Version ^10.0 || ^11.0
catfan/medoo Version ^2.1
guzzlehttp/guzzle Version ^7.8
firebase/php-jwt Version ^6.10
vlucas/phpdotenv Version ^5.6
phpmailer/phpmailer Version ^6.9
dompdf/dompdf Version ^3.0
phpoffice/phpspreadsheet Version ^2.0 || ^1.29
fakerphp/faker Version ^1.23
lasserafn/php-initial-avatar-generator Version ^4.0
picqer/php-barcode-generator Version ^2.4 || ^3.0
nufat/cli Version ^3.0.0
nufat/nutemplete Version ^3.0.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 nufat/nuphp contains the following files

Loading the files please wait ...