{"id":28986478,"url":"https://github.com/juanrdlo/front-back-codeigniter","last_synced_at":"2026-04-11T06:02:43.925Z","repository":{"id":57002619,"uuid":"204186106","full_name":"juanrdlo/front-back-codeigniter","owner":"juanrdlo","description":"Template for back-end and front-end, special to start projects in this framework, ready to start a new project","archived":false,"fork":false,"pushed_at":"2019-08-26T20:20:13.000Z","size":1235,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-21T22:53:23.819Z","etag":null,"topics":["aplicacion-web","aplication","back-end","backend","codeigniter","composer","css","framework","front-end","frontend","git","html5","opensource","php","project","quick-start","system","template","web","website"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/juanrdlo.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":"contributing.md","funding":null,"license":"license.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-08-24T16:53:26.000Z","updated_at":"2023-03-17T17:39:21.000Z","dependencies_parsed_at":"2022-08-21T12:10:46.756Z","dependency_job_id":null,"html_url":"https://github.com/juanrdlo/front-back-codeigniter","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":"juanrdlo/CodeIgniter","purl":"pkg:github/juanrdlo/front-back-codeigniter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juanrdlo%2Ffront-back-codeigniter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juanrdlo%2Ffront-back-codeigniter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juanrdlo%2Ffront-back-codeigniter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juanrdlo%2Ffront-back-codeigniter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/juanrdlo","download_url":"https://codeload.github.com/juanrdlo/front-back-codeigniter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juanrdlo%2Ffront-back-codeigniter/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261749312,"owners_count":23203999,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aplicacion-web","aplication","back-end","backend","codeigniter","composer","css","framework","front-end","frontend","git","html5","opensource","php","project","quick-start","system","template","web","website"],"created_at":"2025-06-24T20:15:15.297Z","updated_at":"2025-12-30T22:25:31.483Z","avatar_url":"https://github.com/juanrdlo.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\u003ca href=\"https://github.com/bcit-ci/CodeIgniter/blob/develop/user_guide_src/source/license.rst\"\u003e\u003cimg src=\"https://poser.pugx.org/laravel/framework/license.svg\" alt=\"License\"\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/juanrdlo/front-back-codeigniter\"\u003e\u003cimg src=\"https://travis-ci.org/laravel/framework.svg\" alt=\"Build Status\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n# Template on Site BackEnd-FrontEnd Codeigniter\n\nCodeIgniter is an Application Development Framework - a toolkit - for people\nwho build web sites using PHP. Its goal is to enable you to develop projects\nmuch faster than you could if you were writing code from scratch, by providing\na rich set of libraries for commonly needed tasks, as well as a simple\ninterface and logical structure to access these libraries. CodeIgniter lets\nyou creatively focus on your project by minimizing the amount of code needed\nfor a given task.\n\n### Release Information\n\nThis repo contains a structure ready to use as a backend and front-end in \nany type of project. Codeigniter framework based\n\n## Server Requirements\n\n#### SERVER CENTOS 7.x\n`$ yum update -y`\n\n#### GIT IS REQUERID\n\u003cpre\u003e\n$ yum install git\n\u003c/pre\u003e\n\n#### PHP VERSION 7.2 IS RECOMMENDED.\n\u003cpre\u003e\n$ sudo yum install -y epel-release\n$ sudo yum install http://rpms.remirepo.net/enterprise/remi-release-7.rpm -y\n$ sudo yum install yum-utils -y\n$ sudo yum-config-manager --enable remi-php72 -y\n$ sudo yum update -y\n$ sudo yum install php -y\n$ sudo yum install -y php-fpm php-gd php-json php-mbstring php-mysqlnd php-xml php-xmlrpc php-opcache php-pecl-apcu php-cli php-pear php-pdo php-pgsql php-pecl-mongodb php-pecl-redis php-pecl-memcache php-pecl-memcached php-mcrypt php-zip\n$ sudo systemctl enable php-fpm.service\n$ sudo systemctl start php-fpm.service\n--STOP \u0026 RESTART--\n$ sudo systemctl stop php-php-fpm.service\n$ sudo systemctl restart php-php-fpm.service\n--STATUS SERVICES--\n$ sudo systemctl status php-fpm.service\n\u003c/pre\u003e\n\n- NGINX 1.16\n\u003cpre\u003e\n$ nano /etc/yum.repos.d/nginx.repo\n\n[nginx-stable]\nname=nginx stable repo\nbaseurl=http://nginx.org/packages/centos/$releasever/$basearch/\ngpgcheck=1\nenabled=1\ngpgkey=https://nginx.org/keys/nginx_signing.key\n\n$ yum install nginx -y ; systemctl start nginx.service ; systemctl enable nginx; systemctl restart nginx.service\n\u003c/pre\u003e\n\n- COMPOSER LAST VERSION 1.9.0\n\u003cpre\u003e\n$ php -r \"copy('https://getcomposer.org/installer', 'composer-setup.php');\"\n$ HASH=\"$(wget -q -O - https://composer.github.io/installer.sig)\"\n$ php -r \"if (hash_file('SHA384', 'composer-setup.php') === '$HASH') { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;\"\nOUTPUT: Installer verified\n$ sudo php composer-setup.php --install-dir=/usr/local/bin --filename=composer\n$ composer --version\n\u003c/pre\u003e\n\n## Quick Installation Unix/Centos7\nSpanish\n`wget https://juanrdlo.s3.us-east-2.amazonaws.com/setup_sp.sh -O setup_sp.sh \u0026\u0026 bash setup_sp.sh`\n\nEnglish\n`wget https://juanrdlo.s3.us-east-2.amazonaws.com/setup_en.sh -O setup_en.sh \u0026\u0026 bash setup_en.sh`\n\n## Installation Steps by Steps\n\n* Note: replace [PROJECT-NAME] with the name of your project.\n\n\u003cpre\u003e\n$ yum -y update\n$ \n$ cd /usr/share/nginx/[PROJECT-NAME]\n$ composer create-project juanrdlo/front-back-codeigniter | git clone https://github.com/juanrdlo/front-back-codeigniter.git \n$ mv front-back-codeigniter [PROJECT-NAME]\n$ rm -rf /usr/share/nginx/[PROJECT-NAME]/.git*\n$ rm /usr/share/nginx/[PROJECT-NAME]/readme.md\n$ rm /usr/share/nginx/[PROJECT-NAME]/readme.rst\n$ git init /usr/share/nginx/[PROJECT-NAME]\n$ git remote add origin \"$repo_url\"\n$ git add --all .\n$ git commit -m \"Install Framework\"\n$ git push origin master\n\u003c/pre\u003e\n\n### License\n\nPlease see the `license\nagreement \u003chttps://github.com/bcit-ci/CodeIgniter/blob/develop/user_guide_src/source/license.rst\u003e`_.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuanrdlo%2Ffront-back-codeigniter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjuanrdlo%2Ffront-back-codeigniter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuanrdlo%2Ffront-back-codeigniter/lists"}