https://github.com/alexis007-2/ci2025

https://github.com/alexis007-2/ci2025

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (13.0%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: alexis007-2
  • License: mit
  • Language: PHP
  • Default Branch: master
  • Size: 82 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created about 1 year ago · Last pushed about 1 year ago
Metadata Files
Readme License

README.md

CodeIgniter 4 Application Starter

What is CodeIgniter?

CodeIgniter is a PHP full-stack web framework that is light, fast, flexible and secure. More information can be found at the official site.

This repository holds a composer-installable app starter. It has been built from the development repository.

More information about the plans for version 4 can be found in CodeIgniter 4 on the forums.

You can read the user guide corresponding to the latest version of the framework.

Installation & updates

composer create-project codeigniter4/appstarter then composer update whenever there is a new release of the framework.

When updating, check the release notes to see if there are any changes you might need to apply to your app folder. The affected files can be copied or merged from vendor/codeigniter4/framework/app.

Setup

Copy env to .env and tailor for your app, specifically the baseURL and any database settings.

Important Change with index.php

index.php is no longer in the root of the project! It has been moved inside the public folder, for better security and separation of components.

This means that you should configure your web server to "point" to your project's public folder, and not to the project root. A better practice would be to configure a virtual host to point there. A poor practice would be to point your web server to the project root and expect to enter public/..., as the rest of your logic and the framework are exposed.

Please read the user guide for a better explanation of how CI4 works!

Repository Management

We use GitHub issues, in our main repository, to track BUGS and to track approved DEVELOPMENT work packages. We use our forum to provide SUPPORT and to discuss FEATURE REQUESTS.

This repository is a "distribution" one, built by our release preparation script. Problems with it can be raised on our forum, or as issues in the main repository.

Server Requirements

PHP version 8.1 or higher is required, with the following extensions installed:

[!WARNING] - The end of life date for PHP 7.4 was November 28, 2022. - The end of life date for PHP 8.0 was November 26, 2023. - If you are still using PHP 7.4 or 8.0, you should upgrade immediately. - The end of life date for PHP 8.1 will be December 31, 2025.

Additionally, make sure that the following extensions are enabled in your PHP:

  • json (enabled by default - don't turn it off)
  • mysqlnd if you plan to use MySQL
  • libcurl if you plan to use the HTTP\CURLRequest library

Owner

  • Login: alexis007-2
  • Kind: user

GitHub Events

Total
  • Push event: 1
  • Create event: 2
Last Year
  • Push event: 1
  • Create event: 2

Dependencies

composer.json packagist
  • fakerphp/faker ^1.9 development
  • mikey179/vfsstream ^1.6 development
  • phpunit/phpunit ^10.5.16 development
  • codeigniter4/framework ^4.0
  • php ^8.1
  • spipu/html2pdf ^5.3
composer.lock packagist
  • fakerphp/faker v1.24.1 development
  • mikey179/vfsstream v1.6.12 development
  • myclabs/deep-copy 1.13.1 development
  • nikic/php-parser v5.4.0 development
  • phar-io/manifest 2.0.4 development
  • phar-io/version 3.2.1 development
  • phpunit/php-code-coverage 10.1.16 development
  • phpunit/php-file-iterator 4.1.0 development
  • phpunit/php-invoker 4.0.0 development
  • phpunit/php-text-template 3.0.1 development
  • phpunit/php-timer 6.0.0 development
  • phpunit/phpunit 10.5.46 development
  • psr/container 2.0.2 development
  • sebastian/cli-parser 2.0.1 development
  • sebastian/code-unit 2.0.0 development
  • sebastian/code-unit-reverse-lookup 3.0.0 development
  • sebastian/comparator 5.0.3 development
  • sebastian/complexity 3.2.0 development
  • sebastian/diff 5.1.1 development
  • sebastian/environment 6.1.0 development
  • sebastian/exporter 5.1.2 development
  • sebastian/global-state 6.0.2 development
  • sebastian/lines-of-code 2.0.2 development
  • sebastian/object-enumerator 5.0.0 development
  • sebastian/object-reflector 3.0.0 development
  • sebastian/recursion-context 5.0.0 development
  • sebastian/type 4.0.0 development
  • sebastian/version 4.0.1 development
  • symfony/deprecation-contracts v3.5.1 development
  • theseer/tokenizer 1.2.3 development
  • codeigniter4/framework v4.6.1
  • laminas/laminas-escaper 2.17.0
  • psr/log 3.0.2
  • spipu/html2pdf v5.3.2
  • tecnickcom/tcpdf 6.9.4