Download the PHP package refkinscallv/framework without Composer

On this page you can find all versions of the php package refkinscallv/framework. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package framework

A Lightweight PHP Framework

This is a lightweight PHP framework crafted for developers seeking a straightforward and efficient tool for building web applications. Focused on simplicity and performance, it provides all the essential features without unnecessary complexity.

Table of Contents

Features

This framework offers a rich set of features to help you build robust, scalable web applications:

Installation

Install the framework by cloning the repository or using Composer.

Cloning the Repository

To get started, clone the repository with:

Using Composer

Alternatively, install via Composer:

Configuration and Setup

After installing the framework, follow these steps to configure and set up your environment:

  1. Build the Project

    Compile and prepare your project by running:

  2. Update the Project (Optional)

    To update your project, run:

  3. Start the Built-In PHP Server

    Run your application using PHP’s built-in server with:

    This will start the server, allowing you to view your application in a web browser.

Defining Routes

This framework uses a straightforward routing system. Routes are defined in app/Routes/Route.php. Here’s an example:

Contributing

Contributions are welcome! To contribute:

  1. Fork the Repository: Create a personal fork on GitHub.
  2. Clone Your Fork: Clone your forked repository to your machine.
  3. Create a Feature Branch: Start a new branch for your feature or bug fix.
  4. Make Changes: Implement changes in your feature branch.
  5. Submit a Pull Request: Push changes to your forked repository and submit a pull request to the main repository.

For more detailed contribution guidelines, refer to the CONTRIBUTING.md file.

License

This framework is open-source and licensed under the MIT License. You’re free to use, modify, and distribute it in your projects.


Thank you for choosing this framework! We hope it helps you build projects quickly and efficiently. If you encounter issues or have suggestions, feel free to open an issue or contribute to the project.


All versions of framework with dependencies

PHP Build Version
Package Version
Requires vlucas/phpdotenv Version ^5.6
illuminate/database Version ^10.48
refkinscallv/fvss Version ^1.2
phpmailer/phpmailer Version ^6.9
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package refkinscallv/framework contains the following files

Loading the files please wait ....