Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codenomdev/codeigniter4-framework
Codenom Framework with CodeIgniter 4
https://github.com/codenomdev/codeigniter4-framework
Last synced: 26 days ago
JSON representation
Codenom Framework with CodeIgniter 4
- Host: GitHub
- URL: https://github.com/codenomdev/codeigniter4-framework
- Owner: codenomdev
- License: mit
- Created: 2020-09-26T09:36:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-25T12:01:47.000Z (almost 4 years ago)
- Last Synced: 2024-10-16T19:42:21.800Z (3 months ago)
- Language: PHP
- Size: 294 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Codenom Framework
Integration with CodeIgniter 4.**NOTE: This package is under early development and is not ready for prime-time.**
This repo is maintained by Codenom Dev & volunteers. If you post an issue and haven't heard from us within 7 days, feel free to ping the issue so that we see it again.
## Requirements
- PHP 7.2+
- CodeIgniter 4.
- Smarty: ~3.1 **[DEPRECATED]**
- oauth2-server-php: ^1.10## Features
- Integration with Smarty Template Engine.
- Integration with OAuth2 API Authentication.
- And more.## Installation
**Recomendation**
Installation is best done via Composer. Assuming Composer is installed globally, you may use
the following command:> composer require codenom/framework
## Configuration ##
Once installed you need to configure the framework to use the **Codenom/Framework** library.
In your application, perform the following setup:1. Setup Database environment.
2. Ensure your database is setup correctly, then run the migrations:
> php spark migrate -all## Documentation ##
**Comingsoon**