Download the PHP package nguyenanhung/codeigniter3-vercel-skeleton without Composer

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

Latest Stable Version Total Downloads License PHP Version Require

CodeIgniter v3 Framework - Skeleton Vercel Application

This is the package nguyenanhung/codeigniter3-skeleton, customized, packaged, and configured to be suitable for deployment on the Serverless Vercel application.

In this package, the main modifications are related to configuration to make it suitable for deployment. There isn't much difference compared to the codeigniter3-skeleton package.

Vercel Configure

Vercel Node.js Version

💯 Vercel PHP Runtime Versions

Install

Run the following command to install the nguyenanhung/codeigniter3-vercel-skeleton application and deploy a new project:

Replace [my-app-name] with the name of your new project directory, for example, my-website:

Start Application with Native PHP

Start PHP Server:

Open Service in URL

Start Application on Docker

Quickly deploy the application with a pre-built Docker container:

Build the Docker container:

Start the application on Docker:

Add url to hosts file

Add the following line:

Open Service in URL

Deploying this package on Vercel with full compatibility

First, make sure you have the Vercel CLI installed. If you haven't already, you can install it using npm (Node.js package manager):

  1. Navigate to your project directory containing the nguyenanhung/codeigniter3-vercel-skeleton application.
  2. Now, you need to log in to your Vercel account if you haven't already. Run the following command and follow the prompts:

Once logged in, you can deploy your project using the Vercel CLI. Run the following command:

This command will deploy your project to Vercel with production settings. Vercel will provide you with a unique URL for your deployed application.

Visit the provided URL in your web browser to access your deployed CodeIgniter v3 application on Vercel.

That's it! Your application should now be deployed on Vercel with full compatibility. If you encounter any issues or need further assistance, feel free to ask.

Screenshot Page

https://i.imgur.com/KIZHe8J.png

Original Standard Version

I have released a packaged distribution ready for deployment on On-Premise Servers or Cloud servers like AWS, GCP here: https://github.com/nguyenanhung/codeigniter3-skeleton

Terms & Disclaimer

This skeleton is publicly available as open source, and anyone can use it for their own purposes under the GNU GENERAL PUBLIC LICENSE v3 or later.

I am not responsible for any specific use of this source code.

Contact

If you have any questions related to the use of this source code, please contact me through the following information:

Name Email GitHub Facebook
Hung Nguyen [email protected] @nguyenanhung @nguyenanhung

All versions of codeigniter3-vercel-skeleton with dependencies

PHP Build Version
Package Version
Requires php Version ^7.1 || ^8.0
ext-curl Version *
ext-json Version *
ext-mbstring Version *
nguyenanhung/codeigniter-framework Version ^3.2
nguyenanhung/my-debug Version ^4.0 || ^3.0
nguyenanhung/requests Version ^4.0 || ^3.0
nguyenanhung/basic-firewall 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 nguyenanhung/codeigniter3-vercel-skeleton contains the following files

Loading the files please wait ....