Download the PHP package crimsonking/fragments without Composer
On this page you can find all versions of the php package crimsonking/fragments. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download crimsonking/fragments
More information about crimsonking/fragments
Files in crimsonking/fragments
Package fragments
Short Description A small PHP framework for web applications
License AGPL-3.0-or-later
Informations about the package fragments
Fragments
Fragments aims to be a small PHP framework for web applications. Keep in mind that this project is merely an experiment, and is not recommended for use in production.
It has its own router component and is heavily inspired by Symfony.
Requirements
- PHP 8 or newer
- Composer
Getting started
-
Create a blank project:
composer create-project crimsonking/fragments-skeleton <your-project-name>
-
Configure your web server so that its root directory is
<your-project-name>/public
and the fallback resource isindex.php
. -
Create
/config/pdo.ini
with the following lines to configure database connection details: - Create your first controller at
/src/Controller/
.
License
Copyright 2019-2021 Douglas Silva (0x9fd287d56ec107ac)
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with this program. If not, see https://www.gnu.org/licenses/.