Download the PHP package appkita/ci4restfull-starter without Composer
On this page you can find all versions of the php package appkita/ci4restfull-starter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download appkita/ci4restfull-starter
More information about appkita/ci4restfull-starter
Files in appkita/ci4restfull-starter
Download appkita/ci4restfull-starter
More information about appkita/ci4restfull-starter
Files in appkita/ci4restfull-starter
Vendor appkita
Package ci4restfull-starter
Short Description CodeIgniter4 starter Restfull API
License MIT
Homepage https://app-kita.com
Package ci4restfull-starter
Short Description CodeIgniter4 starter Restfull API
License MIT
Homepage https://app-kita.com
Please rate this library. Is it a good library?
Informations about the package ci4restfull-starter
CodeIgniter 4 Restfull API Application Starter
Codeigniter 4 Restfull is the creation of Restfull API with the codeigniter 4 framework. Use is very simple and easy to use. And support with 4 types of security authentication ex. JWT, Basic, Key, Token
You can manage api using database or File configuration
follow Setup Configuration!
Chat
Installation & updates
- composer
-manual
- Download latest release from
https://github.com/gunantos/ci4restfull-starter/releases
- extract to public_html
composer install
Setup
- Copy
env
to.env
and tailor for your app, specifically the baseURL, any database settings and Restfull setting.
or
-
Open Folder
App/Config/Restfull
and edit -
Create new Controller extends
RestfullApi
-
Run application with
spark
orhost
- acess api
http://localhost:8080
spark runhttp://localhost/yourapi/public
xamp or wamp
Important
Please read the user guide of Codeigniter 4
Sponsor
All versions of ci4restfull-starter with dependencies
PHP Build Version
Package Version
The package appkita/ci4restfull-starter contains the following files
Loading the files please wait ....