codenom / framework
N/A
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:codeshop-library
Requires
- php: ~7.2||~7.3.0
- ext-mbstring: *
- knplabs/knp-menu: >=2.1.1
- laminas/laminas-json: >=3.1
- symfony/yaml: ^5.2
Requires (Dev)
- codeigniter4/codeigniter4: dev-develop
This package is auto-updated.
Last update: 2025-02-25 20:36:11 UTC
README
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:
- Setup Database environment.
- Ensure your database is setup correctly, then run the migrations:
php spark migrate -all
Documentation
Comingsoon